#ffc9bc
a pale, electric red · warm · closest name: pink
RGB
255, 201, 188
HSL
12°, 100%, 87%
CMYK
0, 21, 26, 0
Luminance
0.6666
Every format
| HEX | #ffc9bc |
| RGB | rgb(255, 201, 188) |
| HSL | hsl(12, 100%, 87%) |
| CMYK | cmyk(0%, 21%, 26%, 0%) |
| LAB | lab(85.3 17.3 13.8) |
| LCH | lch(85.3 22.2 38.6) |
| OKLCH | oklch(0.880 0.065 33.9) |
Copy-ready code
/* CSS */
color: #ffc9bc;
background-color: #ffc9bc;
/* Tailwind (arbitrary) */
class="text-[#ffc9bc] bg-[#ffc9bc]"
/* SCSS */
$brand: #ffc9bc;
/* SwiftUI */
Color(red: 1.000, green: 0.788, blue: 0.737)
/* Android */
Color.parseColor("#ffc9bc")Accessibility — WCAG contrast
Aa
#ffc9bc on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc9bc on black: 14.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green78.8%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta21.2%
Yellow26.3%
Key (black)0.0%
Color previews
#ffc9bc text on a black background
contrast 14.33:1
Card sample
#ffc9bc text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc9bc;
Background color
Panel with #ffc9bc background
background-color: #ffc9bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc9bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 201, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 201, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc9bc; background: linear-gradient(135deg, #ffc9bc, #FFF6BC);