#f5fbe8
a pale, vivid green · cool · closest name: ivory
RGB
245, 251, 232
HSL
79°, 70%, 95%
CMYK
2, 0, 8, 2
Luminance
0.9423
Every format
| HEX | #f5fbe8 |
| RGB | rgb(245, 251, 232) |
| HSL | hsl(79, 70%, 95%) |
| CMYK | cmyk(2%, 0%, 8%, 2%) |
| LAB | lab(97.7 -5.3 8.4) |
| LCH | lch(97.7 9.9 121.9) |
| OKLCH | oklch(0.979 0.026 121.2) |
Copy-ready code
/* CSS */
color: #f5fbe8;
background-color: #f5fbe8;
/* Tailwind (arbitrary) */
class="text-[#f5fbe8] bg-[#f5fbe8]"
/* SCSS */
$brand: #f5fbe8;
/* SwiftUI */
Color(red: 0.961, green: 0.984, blue: 0.910)
/* Android */
Color.parseColor("#f5fbe8")Accessibility — WCAG contrast
Aa
#f5fbe8 on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5fbe8 on black: 19.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green98.4%
Blue91.0%
CMYK percentages
Cyan2.4%
Magenta0.0%
Yellow7.6%
Key (black)1.6%
Color previews
#f5fbe8 text on a black background
contrast 19.85:1
Card sample
#f5fbe8 text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5fbe8;
Background color
Panel with #f5fbe8 background
background-color: #f5fbe8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5fbe8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 251, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 251, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5fbe8; background: linear-gradient(135deg, #f5fbe8, #E8FBE8);