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