#ffcecf
a pale, electric red · warm · closest name: pink
RGB
255, 206, 207
HSL
359°, 100%, 90%
CMYK
0, 19, 19, 0
Luminance
0.6991
Every format
| HEX | #ffcecf |
| RGB | rgb(255, 206, 207) |
| HSL | hsl(359, 100%, 90%) |
| CMYK | cmyk(0%, 19%, 19%, 0%) |
| LAB | lab(87.0 17.4 6.1) |
| LCH | lch(87.0 18.4 19.2) |
| OKLCH | oklch(0.894 0.056 16.9) |
Copy-ready code
/* CSS */
color: #ffcecf;
background-color: #ffcecf;
/* Tailwind (arbitrary) */
class="text-[#ffcecf] bg-[#ffcecf]"
/* SCSS */
$brand: #ffcecf;
/* SwiftUI */
Color(red: 1.000, green: 0.808, blue: 0.812)
/* Android */
Color.parseColor("#ffcecf")Accessibility — WCAG contrast
Aa
#ffcecf on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcecf on black: 14.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green80.8%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta19.2%
Yellow18.8%
Key (black)0.0%
Color previews
#ffcecf text on a black background
contrast 14.98:1
Card sample
#ffcecf text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcecf;
Background color
Panel with #ffcecf background
background-color: #ffcecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 206, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 206, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcecf; background: linear-gradient(135deg, #ffcecf, #FFEECE);