#fad6cd
a pale, electric red · warm · closest name: pink
RGB
250, 214, 205
HSL
12°, 82%, 89%
CMYK
0, 14, 18, 2
Luminance
0.7282
Every format
| HEX | #fad6cd |
| RGB | rgb(250, 214, 205) |
| HSL | hsl(12, 82%, 89%) |
| CMYK | cmyk(0%, 14%, 18%, 2%) |
| LAB | lab(88.4 11.1 9.1) |
| LCH | lch(88.4 14.4 39.2) |
| OKLCH | oklch(0.904 0.042 34.3) |
Copy-ready code
/* CSS */
color: #fad6cd;
background-color: #fad6cd;
/* Tailwind (arbitrary) */
class="text-[#fad6cd] bg-[#fad6cd]"
/* SCSS */
$brand: #fad6cd;
/* SwiftUI */
Color(red: 0.980, green: 0.839, blue: 0.804)
/* Android */
Color.parseColor("#fad6cd")Accessibility — WCAG contrast
Aa
#fad6cd on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fad6cd on black: 15.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green83.9%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta14.4%
Yellow18.0%
Key (black)2.0%
Color previews
#fad6cd text on a black background
contrast 15.56:1
Card sample
#fad6cd text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fad6cd;
Background color
Panel with #fad6cd background
background-color: #fad6cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fad6cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 214, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 214, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fad6cd; background: linear-gradient(135deg, #fad6cd, #FAF4CD);