Explore the base color
Review HEX, RGB, HSL, and HSV for pink, then browse shades, tints, tones, and hues.
Pink color codes for #FFC0CB — HEX, RGB, HSL, HSV, shades, named pinks, and copy-ready CSS.
Loading tool…
Follow these steps for a clear answer.
Review HEX, RGB, HSL, and HSV for pink, then browse shades, tints, tones, and hues.
Click a generated strip or a CSS named pink shade to load codes and harmonies.
Copy HEX, rgb(), hsl(), or the keyword—and check contrast on white and black.
Core relationships used by this color tool.
Common picks with formula and result.
CSS keyword
Family neighbor
Background use
Harmony hint
Version 1.0.0
Shades/tints/tones adjust HSL L or S from base H; harmonies offset H on the hue circlePink ranges from baby soft to hot fashion accents. Match saturation to brand tone.
For full keyword search across all hues, use HTML color codes. For palette generation, try the color scheme generator or color wheel.
:root {
--pink: #ffc0cb;
--pink-hot: #ff69b4;
--pink-deep: #c71585;
}
.banner {
background-color: var(--pink);
color: #ffffff;
}
| Name | HEX | RGB | Feel |
|---|---|---|---|
| pink | #FFC0CB | 255, 192, 203 | Base keyword |
| lightpink | #FFB6C1 | 255, 182, 193 | Light tint |
| hotpink | #FF69B4 | 255, 105, 180 | Named shade |
| deeppink | #FF1493 | 255, 20, 147 | Dark shade |
| palevioletred | #DB7093 | 219, 112, 147 | Light tint |
| lavenderblush | #FFF0F5 | 255, 240, 245 | Light tint |
| magenta | #FF00FF | 255, 0, 255 | Named shade |
| mediumvioletred | #C71585 | 199, 21, 133 | Mid tone |
Key distinctions behind the tool.
The CSS named color pink is #FFC0CB, equal to rgb(255, 192, 203) and hsl(350°, 100%, 88%).
Pink is pale and soft. Hotpink is saturated for stronger accents.
Charcoal, cream, and soft teal balance pink. Gold accents feel boutique. Always check text contrast.
Keyword pink on white fails AA—use deeppink/mediumvioletred for text, or dark text on pink surfaces.
Use color: pink;, color: #FFC0CB;, or color: rgb(255, 192, 203); on any property that accepts a <color> value, including background-color and border-color.