#f0faeb
a pale, vivid green · cool · closest name: ivory
RGB
240, 250, 235
HSL
100°, 60%, 95%
CMYK
4, 0, 6, 2
Luminance
0.9289
Every format
| HEX | #f0faeb |
| RGB | rgb(240, 250, 235) |
| HSL | hsl(100, 60%, 95%) |
| CMYK | cmyk(4%, 0%, 6%, 2%) |
| LAB | lab(97.2 -5.9 6.0) |
| LCH | lch(97.2 8.5 134.4) |
| OKLCH | oklch(0.974 0.022 134.9) |
Copy-ready code
/* CSS */
color: #f0faeb;
background-color: #f0faeb;
/* Tailwind (arbitrary) */
class="text-[#f0faeb] bg-[#f0faeb]"
/* SCSS */
$brand: #f0faeb;
/* SwiftUI */
Color(red: 0.941, green: 0.980, blue: 0.922)
/* Android */
Color.parseColor("#f0faeb")Accessibility — WCAG contrast
Aa
#f0faeb on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0faeb on black: 19.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green98.0%
Blue92.2%
CMYK percentages
Cyan4.0%
Magenta0.0%
Yellow6.0%
Key (black)2.0%
Color previews
#f0faeb text on a black background
contrast 19.58:1
Card sample
#f0faeb text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0faeb;
Background color
Panel with #f0faeb background
background-color: #f0faeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0faeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 250, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 250, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0faeb; background: linear-gradient(135deg, #f0faeb, #EBFAF0);