#fef0fc
a pale, electric magenta / pink · warm · closest name: lavender
RGB
254, 240, 252
HSL
309°, 88%, 97%
CMYK
0, 6, 1, 0
Luminance
0.9042
Every format
| HEX | #fef0fc |
| RGB | rgb(254, 240, 252) |
| HSL | hsl(309, 88%, 97%) |
| CMYK | cmyk(0%, 6%, 1%, 0%) |
| LAB | lab(96.2 6.8 -4.1) |
| LCH | lch(96.2 7.9 328.9) |
| OKLCH | oklch(0.970 0.022 330.3) |
Copy-ready code
/* CSS */
color: #fef0fc;
background-color: #fef0fc;
/* Tailwind (arbitrary) */
class="text-[#fef0fc] bg-[#fef0fc]"
/* SCSS */
$brand: #fef0fc;
/* SwiftUI */
Color(red: 0.996, green: 0.941, blue: 0.988)
/* Android */
Color.parseColor("#fef0fc")Accessibility — WCAG contrast
Aa
#fef0fc on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fef0fc on black: 19.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green94.1%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow0.8%
Key (black)0.4%
Color previews
#fef0fc text on a black background
contrast 19.08:1
Card sample
#fef0fc text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fef0fc;
Background color
Panel with #fef0fc background
background-color: #fef0fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fef0fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 240, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 240, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fef0fc; background: linear-gradient(135deg, #fef0fc, #FEF0F3);