#fdfefa
a pale, vivid green · cool · “white”
RGB
253, 254, 250
HSL
75°, 67%, 99%
CMYK
0, 0, 2, 0
Luminance
0.9867
Every format
| HEX | #fdfefa |
| RGB | rgb(253, 254, 250) |
| HSL | hsl(75, 67%, 99%) |
| CMYK | cmyk(0%, 0%, 2%, 0%) |
| LAB | lab(99.5 -1.0 1.8) |
| LCH | lch(99.5 2.1 119.9) |
| OKLCH | oklch(0.995 0.005 117.9) |
Copy-ready code
/* CSS */
color: #fdfefa;
background-color: #fdfefa;
/* Tailwind (arbitrary) */
class="text-[#fdfefa] bg-[#fdfefa]"
/* SCSS */
$brand: #fdfefa;
/* SwiftUI */
Color(red: 0.992, green: 0.996, blue: 0.980)
/* Android */
Color.parseColor("#fdfefa")Accessibility — WCAG contrast
Aa
#fdfefa on white: 1.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfefa on black: 20.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green99.6%
Blue98.0%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow1.6%
Key (black)0.4%
Color previews
#fdfefa text on a black background
contrast 20.73:1
Card sample
#fdfefa text on a white background
contrast 1.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfefa;
Background color
Panel with #fdfefa background
background-color: #fdfefa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfefa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 254, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 254, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfefa; background: linear-gradient(135deg, #fdfefa, #FAFEFA);