#ffd2ce
a pale, electric red · warm · closest name: pink
RGB
255, 210, 206
HSL
5°, 100%, 90%
CMYK
0, 18, 19, 0
Luminance
0.7181
Every format
| HEX | #ffd2ce |
| RGB | rgb(255, 210, 206) |
| HSL | hsl(5, 100%, 90%) |
| CMYK | cmyk(0%, 18%, 19%, 0%) |
| LAB | lab(87.9 15.2 7.9) |
| LCH | lch(87.9 17.1 27.6) |
| OKLCH | oklch(0.901 0.051 24.1) |
Copy-ready code
/* CSS */
color: #ffd2ce;
background-color: #ffd2ce;
/* Tailwind (arbitrary) */
class="text-[#ffd2ce] bg-[#ffd2ce]"
/* SCSS */
$brand: #ffd2ce;
/* SwiftUI */
Color(red: 1.000, green: 0.824, blue: 0.808)
/* Android */
Color.parseColor("#ffd2ce")Accessibility — WCAG contrast
Aa
#ffd2ce on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd2ce on black: 15.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green82.4%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta17.6%
Yellow19.2%
Key (black)0.0%
Color previews
#ffd2ce text on a black background
contrast 15.36:1
Card sample
#ffd2ce text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd2ce;
Background color
Panel with #ffd2ce background
background-color: #ffd2ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd2ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 210, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 210, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd2ce; background: linear-gradient(135deg, #ffd2ce, #FFF3CE);