#f5ebaa
a light, electric yellow · cool · closest name: khaki
RGB
245, 235, 170
HSL
52°, 79%, 81%
CMYK
0, 4, 31, 4
Luminance
0.8173
Every format
| HEX | #f5ebaa |
| RGB | rgb(245, 235, 170) |
| HSL | hsl(52, 79%, 81%) |
| CMYK | cmyk(0%, 4%, 31%, 4%) |
| LAB | lab(92.5 -6.2 32.8) |
| LCH | lch(92.5 33.4 100.7) |
| OKLCH | oklch(0.933 0.084 100.4) |
Copy-ready code
/* CSS */
color: #f5ebaa;
background-color: #f5ebaa;
/* Tailwind (arbitrary) */
class="text-[#f5ebaa] bg-[#f5ebaa]"
/* SCSS */
$brand: #f5ebaa;
/* SwiftUI */
Color(red: 0.961, green: 0.922, blue: 0.667)
/* Android */
Color.parseColor("#f5ebaa")Accessibility — WCAG contrast
Aa
#f5ebaa on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5ebaa on black: 17.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green92.2%
Blue66.7%
CMYK percentages
Cyan0.0%
Magenta4.1%
Yellow30.6%
Key (black)3.9%
Color previews
#f5ebaa text on a black background
contrast 17.35:1
Card sample
#f5ebaa text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5ebaa;
Background color
Panel with #f5ebaa background
background-color: #f5ebaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5ebaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 235, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 235, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5ebaa; background: linear-gradient(135deg, #f5ebaa, #CDF5AA);