#ffcbc9
a pale, electric red · warm · closest name: pink
RGB
255, 203, 201
HSL
2°, 100%, 89%
CMYK
0, 20, 21, 0
Luminance
0.6819
Every format
| HEX | #ffcbc9 |
| RGB | rgb(255, 203, 201) |
| HSL | hsl(2, 100%, 89%) |
| CMYK | cmyk(0%, 20%, 21%, 0%) |
| LAB | lab(86.1 18.1 8.0) |
| LCH | lch(86.1 19.8 23.9) |
| OKLCH | oklch(0.887 0.059 20.9) |
Copy-ready code
/* CSS */
color: #ffcbc9;
background-color: #ffcbc9;
/* Tailwind (arbitrary) */
class="text-[#ffcbc9] bg-[#ffcbc9]"
/* SCSS */
$brand: #ffcbc9;
/* SwiftUI */
Color(red: 1.000, green: 0.796, blue: 0.788)
/* Android */
Color.parseColor("#ffcbc9")Accessibility — WCAG contrast
Aa
#ffcbc9 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcbc9 on black: 14.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green79.6%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta20.4%
Yellow21.2%
Key (black)0.0%
Color previews
#ffcbc9 text on a black background
contrast 14.64:1
Card sample
#ffcbc9 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcbc9;
Background color
Panel with #ffcbc9 background
background-color: #ffcbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 203, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 203, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcbc9; background: linear-gradient(135deg, #ffcbc9, #FFEFC9);