#ffd4ce
a pale, electric red · warm · closest name: pink
RGB
255, 212, 206
HSL
7°, 100%, 90%
CMYK
0, 17, 19, 0
Luminance
0.7280
Every format
| HEX | #ffd4ce |
| RGB | rgb(255, 212, 206) |
| HSL | hsl(7, 100%, 90%) |
| CMYK | cmyk(0%, 17%, 19%, 0%) |
| LAB | lab(88.4 14.1 8.6) |
| LCH | lch(88.4 16.5 31.4) |
| OKLCH | oklch(0.905 0.049 27.4) |
Copy-ready code
/* CSS */
color: #ffd4ce;
background-color: #ffd4ce;
/* Tailwind (arbitrary) */
class="text-[#ffd4ce] bg-[#ffd4ce]"
/* SCSS */
$brand: #ffd4ce;
/* SwiftUI */
Color(red: 1.000, green: 0.831, blue: 0.808)
/* Android */
Color.parseColor("#ffd4ce")Accessibility — WCAG contrast
Aa
#ffd4ce on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd4ce on black: 15.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green83.1%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta16.9%
Yellow19.2%
Key (black)0.0%
Color previews
#ffd4ce text on a black background
contrast 15.56:1
Card sample
#ffd4ce text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd4ce;
Background color
Panel with #ffd4ce background
background-color: #ffd4ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd4ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 212, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 212, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd4ce; background: linear-gradient(135deg, #ffd4ce, #FFF5CE);