#f7fbe4
a pale, vivid green · cool · closest name: beige
RGB
247, 251, 228
HSL
70°, 74%, 94%
CMYK
2, 0, 9, 2
Luminance
0.9437
Every format
| HEX | #f7fbe4 |
| RGB | rgb(247, 251, 228) |
| HSL | hsl(70, 74%, 94%) |
| CMYK | cmyk(2%, 0%, 9%, 2%) |
| LAB | lab(97.8 -5.2 10.6) |
| LCH | lch(97.8 11.8 116.3) |
| OKLCH | oklch(0.979 0.030 115.0) |
Copy-ready code
/* CSS */
color: #f7fbe4;
background-color: #f7fbe4;
/* Tailwind (arbitrary) */
class="text-[#f7fbe4] bg-[#f7fbe4]"
/* SCSS */
$brand: #f7fbe4;
/* SwiftUI */
Color(red: 0.969, green: 0.984, blue: 0.894)
/* Android */
Color.parseColor("#f7fbe4")Accessibility — WCAG contrast
Aa
#f7fbe4 on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7fbe4 on black: 19.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green98.4%
Blue89.4%
CMYK percentages
Cyan1.6%
Magenta0.0%
Yellow9.2%
Key (black)1.6%
Color previews
#f7fbe4 text on a black background
contrast 19.87:1
Card sample
#f7fbe4 text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7fbe4;
Background color
Panel with #f7fbe4 background
background-color: #f7fbe4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7fbe4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 251, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 251, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7fbe4; background: linear-gradient(135deg, #f7fbe4, #E8FBE4);