#fdf9fe
a pale, vivid violet · warm · closest name: white
RGB
253, 249, 254
HSL
288°, 71%, 99%
CMYK
0, 2, 0, 0
Luminance
0.9579
Every format
| HEX | #fdf9fe |
| RGB | rgb(253, 249, 254) |
| HSL | hsl(288, 71%, 99%) |
| CMYK | cmyk(0%, 2%, 0%, 0%) |
| LAB | lab(98.3 2.2 -1.9) |
| LCH | lch(98.3 2.9 318.9) |
| OKLCH | oklch(0.987 0.008 319.4) |
Copy-ready code
/* CSS */
color: #fdf9fe;
background-color: #fdf9fe;
/* Tailwind (arbitrary) */
class="text-[#fdf9fe] bg-[#fdf9fe]"
/* SCSS */
$brand: #fdf9fe;
/* SwiftUI */
Color(red: 0.992, green: 0.976, blue: 0.996)
/* Android */
Color.parseColor("#fdf9fe")Accessibility — WCAG contrast
Aa
#fdf9fe on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf9fe on black: 20.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green97.6%
Blue99.6%
CMYK percentages
Cyan0.4%
Magenta2.0%
Yellow0.0%
Key (black)0.4%
Color previews
#fdf9fe text on a black background
contrast 20.16:1
Card sample
#fdf9fe text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf9fe;
Background color
Panel with #fdf9fe background
background-color: #fdf9fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf9fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 249, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 249, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf9fe; background: linear-gradient(135deg, #fdf9fe, #FEF9FC);