#f7faeb
a pale, vivid green · cool · “ivory”
RGB
247, 250, 235
HSL
72°, 60%, 95%
CMYK
1, 0, 6, 2
Luminance
0.9414
Every format
| HEX | #f7faeb |
| RGB | rgb(247, 250, 235) |
| HSL | hsl(72, 60%, 95%) |
| CMYK | cmyk(1%, 0%, 6%, 2%) |
| LAB | lab(97.7 -3.6 6.8) |
| LCH | lch(97.7 7.7 117.6) |
| OKLCH | oklch(0.979 0.020 116.0) |
Copy-ready code
/* CSS */
color: #f7faeb;
background-color: #f7faeb;
/* Tailwind (arbitrary) */
class="text-[#f7faeb] bg-[#f7faeb]"
/* SCSS */
$brand: #f7faeb;
/* SwiftUI */
Color(red: 0.969, green: 0.980, blue: 0.922)
/* Android */
Color.parseColor("#f7faeb")Accessibility — WCAG contrast
Aa
#f7faeb on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7faeb on black: 19.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green98.0%
Blue92.2%
CMYK percentages
Cyan1.2%
Magenta0.0%
Yellow6.0%
Key (black)2.0%
Color previews
#f7faeb text on a black background
contrast 19.83:1
Card sample
#f7faeb text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7faeb;
Background color
Panel with #f7faeb background
background-color: #f7faeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7faeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 250, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 250, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7faeb; background: linear-gradient(135deg, #f7faeb, #EDFAEB);