#fad2eb
a pale, electric magenta / pink · warm · closest name: pink
RGB
250, 210, 235
HSL
323°, 80%, 90%
CMYK
0, 16, 6, 2
Luminance
0.7242
Every format
| HEX | #fad2eb |
| RGB | rgb(250, 210, 235) |
| HSL | hsl(323, 80%, 90%) |
| CMYK | cmyk(0%, 16%, 6%, 2%) |
| LAB | lab(88.2 18.0 -7.0) |
| LCH | lch(88.2 19.4 338.7) |
| OKLCH | oklch(0.905 0.055 340.4) |
Copy-ready code
/* CSS */
color: #fad2eb;
background-color: #fad2eb;
/* Tailwind (arbitrary) */
class="text-[#fad2eb] bg-[#fad2eb]"
/* SCSS */
$brand: #fad2eb;
/* SwiftUI */
Color(red: 0.980, green: 0.824, blue: 0.922)
/* Android */
Color.parseColor("#fad2eb")Accessibility — WCAG contrast
Aa
#fad2eb on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fad2eb on black: 15.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green82.4%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta16.0%
Yellow6.0%
Key (black)2.0%
Color previews
#fad2eb text on a black background
contrast 15.48:1
Card sample
#fad2eb text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fad2eb;
Background color
Panel with #fad2eb background
background-color: #fad2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fad2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 210, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 210, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fad2eb; background: linear-gradient(135deg, #fad2eb, #FAD4D2);