#fef6ff
a pale, electric magenta / pink · warm · closest name: white
RGB
254, 246, 255
HSL
293°, 100%, 98%
CMYK
0, 4, 0, 0
Luminance
0.9420
Every format
| HEX | #fef6ff |
| RGB | rgb(254, 246, 255) |
| HSL | hsl(293, 100%, 98%) |
| CMYK | cmyk(0%, 4%, 0%, 0%) |
| LAB | lab(97.7 4.2 -3.4) |
| LCH | lch(97.7 5.4 321.5) |
| OKLCH | oklch(0.982 0.015 322.3) |
Copy-ready code
/* CSS */
color: #fef6ff;
background-color: #fef6ff;
/* Tailwind (arbitrary) */
class="text-[#fef6ff] bg-[#fef6ff]"
/* SCSS */
$brand: #fef6ff;
/* SwiftUI */
Color(red: 0.996, green: 0.965, blue: 1.000)
/* Android */
Color.parseColor("#fef6ff")Accessibility — WCAG contrast
Aa
#fef6ff on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fef6ff on black: 19.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green96.5%
Blue100.0%
CMYK percentages
Cyan0.4%
Magenta3.5%
Yellow0.0%
Key (black)0.0%
Color previews
#fef6ff text on a black background
contrast 19.84:1
Card sample
#fef6ff text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fef6ff;
Background color
Panel with #fef6ff background
background-color: #fef6ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fef6ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 246, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 246, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fef6ff; background: linear-gradient(135deg, #fef6ff, #FFF6FA);