#fdfff9
a pale, electric green · cool · closest name: white
RGB
253, 255, 249
HSL
80°, 100%, 99%
CMYK
1, 0, 2, 0
Luminance
0.9924
Every format
| HEX | #fdfff9 |
| RGB | rgb(253, 255, 249) |
| HSL | hsl(80, 100%, 99%) |
| CMYK | cmyk(1%, 0%, 2%, 0%) |
| LAB | lab(99.7 -1.7 2.6) |
| LCH | lch(99.7 3.1 122.9) |
| OKLCH | oklch(0.997 0.008 121.6) |
Copy-ready code
/* CSS */
color: #fdfff9;
background-color: #fdfff9;
/* Tailwind (arbitrary) */
class="text-[#fdfff9] bg-[#fdfff9]"
/* SCSS */
$brand: #fdfff9;
/* SwiftUI */
Color(red: 0.992, green: 1.000, blue: 0.976)
/* Android */
Color.parseColor("#fdfff9")Accessibility — WCAG contrast
Aa
#fdfff9 on white: 1.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfff9 on black: 20.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green100.0%
Blue97.6%
CMYK percentages
Cyan0.8%
Magenta0.0%
Yellow2.4%
Key (black)0.0%
Color previews
#fdfff9 text on a black background
contrast 20.85:1
Card sample
#fdfff9 text on a white background
contrast 1.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfff9;
Background color
Panel with #fdfff9 background
background-color: #fdfff9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfff9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 255, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 255, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfff9; background: linear-gradient(135deg, #fdfff9, #F9FFF9);