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