#fad7cb
a pale, electric orange · warm · closest name: pink
RGB
250, 215, 203
HSL
15°, 83%, 89%
CMYK
0, 14, 19, 2
Luminance
0.7324
Every format
| HEX | #fad7cb |
| RGB | rgb(250, 215, 203) |
| HSL | hsl(15, 83%, 89%) |
| CMYK | cmyk(0%, 14%, 19%, 2%) |
| LAB | lab(88.6 10.3 10.4) |
| LCH | lch(88.6 14.7 45.3) |
| OKLCH | oklch(0.905 0.043 39.8) |
Copy-ready code
/* CSS */
color: #fad7cb;
background-color: #fad7cb;
/* Tailwind (arbitrary) */
class="text-[#fad7cb] bg-[#fad7cb]"
/* SCSS */
$brand: #fad7cb;
/* SwiftUI */
Color(red: 0.980, green: 0.843, blue: 0.796)
/* Android */
Color.parseColor("#fad7cb")Accessibility — WCAG contrast
Aa
#fad7cb on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fad7cb on black: 15.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green84.3%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta14.0%
Yellow18.8%
Key (black)2.0%
Color previews
#fad7cb text on a black background
contrast 15.65:1
Card sample
#fad7cb text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fad7cb;
Background color
Panel with #fad7cb background
background-color: #fad7cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fad7cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 215, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 215, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fad7cb; background: linear-gradient(135deg, #fad7cb, #FAF6CB);