#f7fbe7
a pale, vivid green · cool · closest name: ivory
RGB
247, 251, 231
HSL
72°, 71%, 95%
CMYK
2, 0, 8, 2
Luminance
0.9454
Every format
| HEX | #f7fbe7 |
| RGB | rgb(247, 251, 231) |
| HSL | hsl(72, 71%, 95%) |
| CMYK | cmyk(2%, 0%, 8%, 2%) |
| LAB | lab(97.8 -4.7 9.1) |
| LCH | lch(97.8 10.3 117.4) |
| OKLCH | oklch(0.980 0.026 116.1) |
Copy-ready code
/* CSS */
color: #f7fbe7;
background-color: #f7fbe7;
/* Tailwind (arbitrary) */
class="text-[#f7fbe7] bg-[#f7fbe7]"
/* SCSS */
$brand: #f7fbe7;
/* SwiftUI */
Color(red: 0.969, green: 0.984, blue: 0.906)
/* Android */
Color.parseColor("#f7fbe7")Accessibility — WCAG contrast
Aa
#f7fbe7 on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7fbe7 on black: 19.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green98.4%
Blue90.6%
CMYK percentages
Cyan1.6%
Magenta0.0%
Yellow8.0%
Key (black)1.6%
Color previews
#f7fbe7 text on a black background
contrast 19.91:1
Card sample
#f7fbe7 text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7fbe7;
Background color
Panel with #f7fbe7 background
background-color: #f7fbe7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7fbe7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 251, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 251, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7fbe7; background: linear-gradient(135deg, #f7fbe7, #EAFBE7);