#fdfafe
a pale, vivid violet · warm · closest name: white
RGB
253, 250, 254
HSL
285°, 67%, 99%
CMYK
0, 2, 0, 0
Luminance
0.9641
Every format
| HEX | #fdfafe |
| RGB | rgb(253, 250, 254) |
| HSL | hsl(285, 67%, 99%) |
| CMYK | cmyk(0%, 2%, 0%, 0%) |
| LAB | lab(98.6 1.7 -1.6) |
| LCH | lch(98.6 2.3 317.3) |
| OKLCH | oklch(0.989 0.006 317.8) |
Copy-ready code
/* CSS */
color: #fdfafe;
background-color: #fdfafe;
/* Tailwind (arbitrary) */
class="text-[#fdfafe] bg-[#fdfafe]"
/* SCSS */
$brand: #fdfafe;
/* SwiftUI */
Color(red: 0.992, green: 0.980, blue: 0.996)
/* Android */
Color.parseColor("#fdfafe")Accessibility — WCAG contrast
Aa
#fdfafe on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfafe on black: 20.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green98.0%
Blue99.6%
CMYK percentages
Cyan0.4%
Magenta1.6%
Yellow0.0%
Key (black)0.4%
Color previews
#fdfafe text on a black background
contrast 20.28:1
Card sample
#fdfafe text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfafe;
Background color
Panel with #fdfafe background
background-color: #fdfafe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfafe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 250, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 250, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfafe; background: linear-gradient(135deg, #fdfafe, #FEFAFC);