#f5fdee
a pale, electric green · cool · closest name: ivory
RGB
245, 253, 238
HSL
92°, 79%, 96%
CMYK
3, 0, 6, 1
Luminance
0.9584
Every format
| HEX | #f5fdee |
| RGB | rgb(245, 253, 238) |
| HSL | hsl(92, 79%, 96%) |
| CMYK | cmyk(3%, 0%, 6%, 1%) |
| LAB | lab(98.4 -5.3 6.3) |
| LCH | lch(98.4 8.2 130.0) |
| OKLCH | oklch(0.984 0.021 130.0) |
Copy-ready code
/* CSS */
color: #f5fdee;
background-color: #f5fdee;
/* Tailwind (arbitrary) */
class="text-[#f5fdee] bg-[#f5fdee]"
/* SCSS */
$brand: #f5fdee;
/* SwiftUI */
Color(red: 0.961, green: 0.992, blue: 0.933)
/* Android */
Color.parseColor("#f5fdee")Accessibility — WCAG contrast
Aa
#f5fdee on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5fdee on black: 20.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green99.2%
Blue93.3%
CMYK percentages
Cyan3.2%
Magenta0.0%
Yellow5.9%
Key (black)0.8%
Color previews
#f5fdee text on a black background
contrast 20.17:1
Card sample
#f5fdee text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5fdee;
Background color
Panel with #f5fdee background
background-color: #f5fdee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5fdee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 253, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 253, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5fdee; background: linear-gradient(135deg, #f5fdee, #EEFDF1);