#fad2cb
a pale, electric red · warm · closest name: pink
RGB
250, 210, 203
HSL
9°, 83%, 89%
CMYK
0, 16, 19, 2
Luminance
0.7073
Every format
| HEX | #fad2cb |
| RGB | rgb(250, 210, 203) |
| HSL | hsl(9, 83%, 89%) |
| CMYK | cmyk(0%, 16%, 19%, 2%) |
| LAB | lab(87.3 12.9 8.7) |
| LCH | lch(87.3 15.6 33.9) |
| OKLCH | oklch(0.896 0.046 29.6) |
Copy-ready code
/* CSS */
color: #fad2cb;
background-color: #fad2cb;
/* Tailwind (arbitrary) */
class="text-[#fad2cb] bg-[#fad2cb]"
/* SCSS */
$brand: #fad2cb;
/* SwiftUI */
Color(red: 0.980, green: 0.824, blue: 0.796)
/* Android */
Color.parseColor("#fad2cb")Accessibility — WCAG contrast
Aa
#fad2cb on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fad2cb on black: 15.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green82.4%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta16.0%
Yellow18.8%
Key (black)2.0%
Color previews
#fad2cb text on a black background
contrast 15.15:1
Card sample
#fad2cb text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fad2cb;
Background color
Panel with #fad2cb background
background-color: #fad2cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fad2cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 210, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 210, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fad2cb; background: linear-gradient(135deg, #fad2cb, #FAF1CB);