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