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