#fef6fa
a pale, electric magenta / pink · warm · closest name: white
RGB
254, 246, 250
HSL
330°, 80%, 98%
CMYK
0, 3, 2, 0
Luminance
0.9388
Every format
| HEX | #fef6fa |
| RGB | rgb(254, 246, 250) |
| HSL | hsl(330, 80%, 98%) |
| CMYK | cmyk(0%, 3%, 2%, 0%) |
| LAB | lab(97.6 3.4 -1.0) |
| LCH | lch(97.6 3.5 343.9) |
| OKLCH | oklch(0.980 0.010 345.4) |
Copy-ready code
/* CSS */
color: #fef6fa;
background-color: #fef6fa;
/* Tailwind (arbitrary) */
class="text-[#fef6fa] bg-[#fef6fa]"
/* SCSS */
$brand: #fef6fa;
/* SwiftUI */
Color(red: 0.996, green: 0.965, blue: 0.980)
/* Android */
Color.parseColor("#fef6fa")Accessibility — WCAG contrast
Aa
#fef6fa on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fef6fa on black: 19.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green96.5%
Blue98.0%
CMYK percentages
Cyan0.0%
Magenta3.1%
Yellow1.6%
Key (black)0.4%
Color previews
#fef6fa text on a black background
contrast 19.78:1
Card sample
#fef6fa text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fef6fa;
Background color
Panel with #fef6fa background
background-color: #fef6fa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fef6fa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 246, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 246, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fef6fa; background: linear-gradient(135deg, #fef6fa, #FEF7F6);