#ffcecb
a pale, electric red · warm · closest name: pink
RGB
255, 206, 203
HSL
4°, 100%, 90%
CMYK
0, 19, 20, 0
Luminance
0.6971
Every format
| HEX | #ffcecb |
| RGB | rgb(255, 206, 203) |
| HSL | hsl(4, 100%, 90%) |
| CMYK | cmyk(0%, 19%, 20%, 0%) |
| LAB | lab(86.9 16.8 8.0) |
| LCH | lch(86.9 18.6 25.6) |
| OKLCH | oklch(0.893 0.056 22.3) |
Copy-ready code
/* CSS */
color: #ffcecb;
background-color: #ffcecb;
/* Tailwind (arbitrary) */
class="text-[#ffcecb] bg-[#ffcecb]"
/* SCSS */
$brand: #ffcecb;
/* SwiftUI */
Color(red: 1.000, green: 0.808, blue: 0.796)
/* Android */
Color.parseColor("#ffcecb")Accessibility — WCAG contrast
Aa
#ffcecb on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcecb on black: 14.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green80.8%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta19.2%
Yellow20.4%
Key (black)0.0%
Color previews
#ffcecb text on a black background
contrast 14.94:1
Card sample
#ffcecb text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcecb;
Background color
Panel with #ffcecb background
background-color: #ffcecb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcecb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 206, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 206, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcecb; background: linear-gradient(135deg, #ffcecb, #FFF1CB);