#fad0ce
a pale, electric red · warm · closest name: pink
RGB
250, 208, 206
HSL
3°, 82%, 89%
CMYK
0, 17, 18, 2
Luminance
0.6989
Every format
| HEX | #fad0ce |
| RGB | rgb(250, 208, 206) |
| HSL | hsl(3, 82%, 89%) |
| CMYK | cmyk(0%, 17%, 18%, 2%) |
| LAB | lab(87.0 14.4 6.5) |
| LCH | lch(87.0 15.8 24.3) |
| OKLCH | oklch(0.893 0.048 21.3) |
Copy-ready code
/* CSS */
color: #fad0ce;
background-color: #fad0ce;
/* Tailwind (arbitrary) */
class="text-[#fad0ce] bg-[#fad0ce]"
/* SCSS */
$brand: #fad0ce;
/* SwiftUI */
Color(red: 0.980, green: 0.816, blue: 0.808)
/* Android */
Color.parseColor("#fad0ce")Accessibility — WCAG contrast
Aa
#fad0ce on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fad0ce on black: 14.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green81.6%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta16.8%
Yellow17.6%
Key (black)2.0%
Color previews
#fad0ce text on a black background
contrast 14.98:1
Card sample
#fad0ce text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fad0ce;
Background color
Panel with #fad0ce background
background-color: #fad0ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fad0ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 208, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 208, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fad0ce; background: linear-gradient(135deg, #fad0ce, #FAEDCE);