#fdf8ff
a pale, electric violet · warm · closest name: white
RGB
253, 248, 255
HSL
283°, 100%, 99%
CMYK
1, 3, 0, 0
Luminance
0.9524
Every format
| HEX | #fdf8ff |
| RGB | rgb(253, 248, 255) |
| HSL | hsl(283, 100%, 99%) |
| CMYK | cmyk(1%, 3%, 0%, 0%) |
| LAB | lab(98.1 2.9 -2.8) |
| LCH | lch(98.1 4.0 316.2) |
| OKLCH | oklch(0.985 0.011 316.5) |
Copy-ready code
/* CSS */
color: #fdf8ff;
background-color: #fdf8ff;
/* Tailwind (arbitrary) */
class="text-[#fdf8ff] bg-[#fdf8ff]"
/* SCSS */
$brand: #fdf8ff;
/* SwiftUI */
Color(red: 0.992, green: 0.973, blue: 1.000)
/* Android */
Color.parseColor("#fdf8ff")Accessibility — WCAG contrast
Aa
#fdf8ff on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf8ff on black: 20.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green97.3%
Blue100.0%
CMYK percentages
Cyan0.8%
Magenta2.7%
Yellow0.0%
Key (black)0.0%
Color previews
#fdf8ff text on a black background
contrast 20.05:1
Card sample
#fdf8ff text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf8ff;
Background color
Panel with #fdf8ff background
background-color: #fdf8ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf8ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 248, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 248, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf8ff; background: linear-gradient(135deg, #fdf8ff, #FFF8FC);