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