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