#fdfff3
a pale, electric green · cool · “ivory”
RGB
253, 255, 243
HSL
70°, 100%, 98%
CMYK
1, 0, 5, 0
Luminance
0.9887
Every format
| HEX | #fdfff3 |
| RGB | rgb(253, 255, 243) |
| HSL | hsl(70, 100%, 98%) |
| CMYK | cmyk(1%, 0%, 5%, 0%) |
| LAB | lab(99.6 -2.7 5.5) |
| LCH | lch(99.6 6.1 116.3) |
| OKLCH | oklch(0.995 0.016 114.4) |
Copy-ready code
/* CSS */
color: #fdfff3;
background-color: #fdfff3;
/* Tailwind (arbitrary) */
class="text-[#fdfff3] bg-[#fdfff3]"
/* SCSS */
$brand: #fdfff3;
/* SwiftUI */
Color(red: 0.992, green: 1.000, blue: 0.953)
/* Android */
Color.parseColor("#fdfff3")Accessibility — WCAG contrast
Aa
#fdfff3 on white: 1.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfff3 on black: 20.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green100.0%
Blue95.3%
CMYK percentages
Cyan0.8%
Magenta0.0%
Yellow4.7%
Key (black)0.0%
Color previews
#fdfff3 text on a black background
contrast 20.77:1
Card sample
#fdfff3 text on a white background
contrast 1.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfff3;
Background color
Panel with #fdfff3 background
background-color: #fdfff3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfff3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 255, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 255, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfff3; background: linear-gradient(135deg, #fdfff3, #F5FFF3);