#f5fae0
a pale, vivid green · cool · “beige”
RGB
245, 250, 224
HSL
72°, 72%, 93%
CMYK
2, 0, 10, 2
Luminance
0.9317
Every format
| HEX | #f5fae0 |
| RGB | rgb(245, 250, 224) |
| HSL | hsl(72, 72%, 93%) |
| CMYK | cmyk(2%, 0%, 10%, 2%) |
| LAB | lab(97.3 -6.1 11.9) |
| LCH | lch(97.3 13.4 117.0) |
| OKLCH | oklch(0.975 0.034 115.9) |
Copy-ready code
/* CSS */
color: #f5fae0;
background-color: #f5fae0;
/* Tailwind (arbitrary) */
class="text-[#f5fae0] bg-[#f5fae0]"
/* SCSS */
$brand: #f5fae0;
/* SwiftUI */
Color(red: 0.961, green: 0.980, blue: 0.878)
/* Android */
Color.parseColor("#f5fae0")Accessibility — WCAG contrast
Aa
#f5fae0 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5fae0 on black: 19.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green98.0%
Blue87.8%
CMYK percentages
Cyan2.0%
Magenta0.0%
Yellow10.4%
Key (black)2.0%
Color previews
#f5fae0 text on a black background
contrast 19.63:1
Card sample
#f5fae0 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5fae0;
Background color
Panel with #f5fae0 background
background-color: #f5fae0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5fae0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 250, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 250, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5fae0; background: linear-gradient(135deg, #f5fae0, #E4FAE0);