#fdfef8
a pale, electric green · cool · closest name: white
RGB
253, 254, 248
HSL
70°, 75%, 98%
CMYK
0, 0, 2, 0
Luminance
0.9854
Every format
| HEX | #fdfef8 |
| RGB | rgb(253, 254, 248) |
| HSL | hsl(70, 75%, 98%) |
| CMYK | cmyk(0%, 0%, 2%, 0%) |
| LAB | lab(99.4 -1.4 2.8) |
| LCH | lch(99.4 3.1 116.5) |
| OKLCH | oklch(0.995 0.008 114.2) |
Copy-ready code
/* CSS */
color: #fdfef8;
background-color: #fdfef8;
/* Tailwind (arbitrary) */
class="text-[#fdfef8] bg-[#fdfef8]"
/* SCSS */
$brand: #fdfef8;
/* SwiftUI */
Color(red: 0.992, green: 0.996, blue: 0.973)
/* Android */
Color.parseColor("#fdfef8")Accessibility — WCAG contrast
Aa
#fdfef8 on white: 1.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfef8 on black: 20.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green99.6%
Blue97.3%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow2.4%
Key (black)0.4%
Color previews
#fdfef8 text on a black background
contrast 20.71:1
Card sample
#fdfef8 text on a white background
contrast 1.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfef8;
Background color
Panel with #fdfef8 background
background-color: #fdfef8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfef8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 254, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 254, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfef8; background: linear-gradient(135deg, #fdfef8, #F9FEF8);