#fadfeb
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
250, 223, 235
HSL
333°, 73%, 93%
CMYK
0, 11, 6, 2
Luminance
0.7910
Every format
| HEX | #fadfeb |
| RGB | rgb(250, 223, 235) |
| HSL | hsl(333, 73%, 93%) |
| CMYK | cmyk(0%, 11%, 6%, 2%) |
| LAB | lab(91.3 11.3 -2.5) |
| LCH | lch(91.3 11.5 347.7) |
| OKLCH | oklch(0.929 0.034 349.1) |
Copy-ready code
/* CSS */
color: #fadfeb;
background-color: #fadfeb;
/* Tailwind (arbitrary) */
class="text-[#fadfeb] bg-[#fadfeb]"
/* SCSS */
$brand: #fadfeb;
/* SwiftUI */
Color(red: 0.980, green: 0.875, blue: 0.922)
/* Android */
Color.parseColor("#fadfeb")Accessibility — WCAG contrast
Aa
#fadfeb on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fadfeb on black: 16.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green87.5%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta10.8%
Yellow6.0%
Key (black)2.0%
Color previews
#fadfeb text on a black background
contrast 16.82:1
Card sample
#fadfeb text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fadfeb;
Background color
Panel with #fadfeb background
background-color: #fadfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fadfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 223, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 223, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fadfeb; background: linear-gradient(135deg, #fadfeb, #FAE5DF);