#f0fae0
a pale, vivid green · cool · closest name: beige
RGB
240, 250, 224
HSL
83°, 72%, 93%
CMYK
4, 0, 10, 2
Luminance
0.9228
Every format
| HEX | #f0fae0 |
| RGB | rgb(240, 250, 224) |
| HSL | hsl(83, 72%, 93%) |
| CMYK | cmyk(4%, 0%, 10%, 2%) |
| LAB | lab(96.9 -7.8 11.3) |
| LCH | lch(96.9 13.8 124.4) |
| OKLCH | oklch(0.971 0.036 124.2) |
Copy-ready code
/* CSS */
color: #f0fae0;
background-color: #f0fae0;
/* Tailwind (arbitrary) */
class="text-[#f0fae0] bg-[#f0fae0]"
/* SCSS */
$brand: #f0fae0;
/* SwiftUI */
Color(red: 0.941, green: 0.980, blue: 0.878)
/* Android */
Color.parseColor("#f0fae0")Accessibility — WCAG contrast
Aa
#f0fae0 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0fae0 on black: 19.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green98.0%
Blue87.8%
CMYK percentages
Cyan4.0%
Magenta0.0%
Yellow10.4%
Key (black)2.0%
Color previews
#f0fae0 text on a black background
contrast 19.46:1
Card sample
#f0fae0 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0fae0;
Background color
Panel with #f0fae0 background
background-color: #f0fae0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0fae0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 250, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 250, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0fae0; background: linear-gradient(135deg, #f0fae0, #E0FAE1);