#f5f2ac
a light, electric yellow · cool · closest name: khaki
RGB
245, 242, 172
HSL
58°, 79%, 82%
CMYK
0, 1, 30, 4
Luminance
0.8590
Every format
| HEX | #f5f2ac |
| RGB | rgb(245, 242, 172) |
| HSL | hsl(58, 79%, 82%) |
| CMYK | cmyk(0%, 1%, 30%, 4%) |
| LAB | lab(94.3 -9.5 34.2) |
| LCH | lch(94.3 35.5 105.5) |
| OKLCH | oklch(0.947 0.089 105.9) |
Copy-ready code
/* CSS */
color: #f5f2ac;
background-color: #f5f2ac;
/* Tailwind (arbitrary) */
class="text-[#f5f2ac] bg-[#f5f2ac]"
/* SCSS */
$brand: #f5f2ac;
/* SwiftUI */
Color(red: 0.961, green: 0.949, blue: 0.675)
/* Android */
Color.parseColor("#f5f2ac")Accessibility — WCAG contrast
Aa
#f5f2ac on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5f2ac on black: 18.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green94.9%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta1.2%
Yellow29.8%
Key (black)3.9%
Color previews
#f5f2ac text on a black background
contrast 18.18:1
Card sample
#f5f2ac text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5f2ac;
Background color
Panel with #f5f2ac background
background-color: #f5f2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5f2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 242, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 242, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5f2ac; background: linear-gradient(135deg, #f5f2ac, #C7F5AC);