#fad3ce
a pale, electric red · warm · closest name: pink
RGB
250, 211, 206
HSL
7°, 82%, 89%
CMYK
0, 16, 18, 2
Luminance
0.7137
Every format
| HEX | #fad3ce |
| RGB | rgb(250, 211, 206) |
| HSL | hsl(7, 82%, 89%) |
| CMYK | cmyk(0%, 16%, 18%, 2%) |
| LAB | lab(87.7 12.8 7.6) |
| LCH | lch(87.7 14.9 30.5) |
| OKLCH | oklch(0.898 0.044 26.6) |
Copy-ready code
/* CSS */
color: #fad3ce;
background-color: #fad3ce;
/* Tailwind (arbitrary) */
class="text-[#fad3ce] bg-[#fad3ce]"
/* SCSS */
$brand: #fad3ce;
/* SwiftUI */
Color(red: 0.980, green: 0.827, blue: 0.808)
/* Android */
Color.parseColor("#fad3ce")Accessibility — WCAG contrast
Aa
#fad3ce on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fad3ce on black: 15.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green82.7%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta15.6%
Yellow17.6%
Key (black)2.0%
Color previews
#fad3ce text on a black background
contrast 15.27:1
Card sample
#fad3ce text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fad3ce;
Background color
Panel with #fad3ce background
background-color: #fad3ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fad3ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 211, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 211, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fad3ce; background: linear-gradient(135deg, #fad3ce, #FAF0CE);