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