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