#fad1cd
a pale, electric red · warm · closest name: pink
RGB
250, 209, 205
HSL
5°, 82%, 89%
CMYK
0, 16, 18, 2
Luminance
0.7033
Every format
| HEX | #fad1cd |
| RGB | rgb(250, 209, 205) |
| HSL | hsl(5, 82%, 89%) |
| CMYK | cmyk(0%, 16%, 18%, 2%) |
| LAB | lab(87.2 13.7 7.4) |
| LCH | lch(87.2 15.6 28.2) |
| OKLCH | oklch(0.894 0.047 24.6) |
Copy-ready code
/* CSS */
color: #fad1cd;
background-color: #fad1cd;
/* Tailwind (arbitrary) */
class="text-[#fad1cd] bg-[#fad1cd]"
/* SCSS */
$brand: #fad1cd;
/* SwiftUI */
Color(red: 0.980, green: 0.820, blue: 0.804)
/* Android */
Color.parseColor("#fad1cd")Accessibility — WCAG contrast
Aa
#fad1cd on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fad1cd on black: 15.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green82.0%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta16.4%
Yellow18.0%
Key (black)2.0%
Color previews
#fad1cd text on a black background
contrast 15.07:1
Card sample
#fad1cd text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fad1cd;
Background color
Panel with #fad1cd background
background-color: #fad1cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fad1cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 209, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 209, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fad1cd; background: linear-gradient(135deg, #fad1cd, #FAEFCD);