#fad3fe
a pale, electric magenta / pink · warm · closest name: lavender
RGB
250, 211, 254
HSL
294°, 96%, 91%
CMYK
2, 17, 0, 0
Luminance
0.7407
Every format
| HEX | #fad3fe |
| RGB | rgb(250, 211, 254) |
| HSL | hsl(294, 96%, 91%) |
| CMYK | cmyk(2%, 17%, 0%, 0%) |
| LAB | lab(89.0 20.9 -15.9) |
| LCH | lch(89.0 26.2 322.7) |
| OKLCH | oklch(0.913 0.071 323.2) |
Copy-ready code
/* CSS */
color: #fad3fe;
background-color: #fad3fe;
/* Tailwind (arbitrary) */
class="text-[#fad3fe] bg-[#fad3fe]"
/* SCSS */
$brand: #fad3fe;
/* SwiftUI */
Color(red: 0.980, green: 0.827, blue: 0.996)
/* Android */
Color.parseColor("#fad3fe")Accessibility — WCAG contrast
Aa
#fad3fe on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fad3fe on black: 15.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green82.7%
Blue99.6%
CMYK percentages
Cyan1.6%
Magenta16.9%
Yellow0.0%
Key (black)0.4%
Color previews
#fad3fe text on a black background
contrast 15.81:1
Card sample
#fad3fe text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fad3fe;
Background color
Panel with #fad3fe background
background-color: #fad3fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fad3fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 211, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 211, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fad3fe; background: linear-gradient(135deg, #fad3fe, #FED3E5);