#fefdff
a pale, electric violet · warm · “white”
RGB
254, 253, 255
HSL
270°, 100%, 100%
CMYK
0, 1, 0, 0
Luminance
0.9854
Every format
| HEX | #fefdff |
| RGB | rgb(254, 253, 255) |
| HSL | hsl(270, 100%, 100%) |
| CMYK | cmyk(0%, 1%, 0%, 0%) |
| LAB | lab(99.4 0.7 -0.8) |
| LCH | lch(99.4 1.1 309.0) |
| OKLCH | oklch(0.995 0.003 308.4) |
Copy-ready code
/* CSS */
color: #fefdff;
background-color: #fefdff;
/* Tailwind (arbitrary) */
class="text-[#fefdff] bg-[#fefdff]"
/* SCSS */
$brand: #fefdff;
/* SwiftUI */
Color(red: 0.996, green: 0.992, blue: 1.000)
/* Android */
Color.parseColor("#fefdff")Accessibility — WCAG contrast
Aa
#fefdff on white: 1.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fefdff on black: 20.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green99.2%
Blue100.0%
CMYK percentages
Cyan0.4%
Magenta0.8%
Yellow0.0%
Key (black)0.0%
Color previews
#fefdff text on a black background
contrast 20.71:1
Card sample
#fefdff text on a white background
contrast 1.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fefdff;
Background color
Panel with #fefdff background
background-color: #fefdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fefdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 253, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 253, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fefdff; background: linear-gradient(135deg, #fefdff, #FFFDFF);