#fad1ec
a pale, electric magenta / pink · warm · closest name: pink
RGB
250, 209, 236
HSL
321°, 80%, 90%
CMYK
0, 16, 6, 2
Luminance
0.7198
Every format
| HEX | #fad1ec |
| RGB | rgb(250, 209, 236) |
| HSL | hsl(321, 80%, 90%) |
| CMYK | cmyk(0%, 16%, 6%, 2%) |
| LAB | lab(88.0 18.7 -7.9) |
| LCH | lch(88.0 20.3 337.2) |
| OKLCH | oklch(0.903 0.058 338.9) |
Copy-ready code
/* CSS */
color: #fad1ec;
background-color: #fad1ec;
/* Tailwind (arbitrary) */
class="text-[#fad1ec] bg-[#fad1ec]"
/* SCSS */
$brand: #fad1ec;
/* SwiftUI */
Color(red: 0.980, green: 0.820, blue: 0.925)
/* Android */
Color.parseColor("#fad1ec")Accessibility — WCAG contrast
Aa
#fad1ec on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fad1ec on black: 15.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green82.0%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta16.4%
Yellow5.6%
Key (black)2.0%
Color previews
#fad1ec text on a black background
contrast 15.40:1
Card sample
#fad1ec text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fad1ec;
Background color
Panel with #fad1ec background
background-color: #fad1ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fad1ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 209, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 209, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fad1ec; background: linear-gradient(135deg, #fad1ec, #FAD1D1);