#f4f1ac
a light, electric yellow · cool · closest name: khaki
RGB
244, 241, 172
HSL
58°, 77%, 82%
CMYK
0, 1, 30, 4
Luminance
0.8512
Every format
| HEX | #f4f1ac |
| RGB | rgb(244, 241, 172) |
| HSL | hsl(58, 77%, 82%) |
| CMYK | cmyk(0%, 1%, 30%, 4%) |
| LAB | lab(93.9 -9.3 33.8) |
| LCH | lch(93.9 35.0 105.5) |
| OKLCH | oklch(0.944 0.088 105.9) |
Copy-ready code
/* CSS */
color: #f4f1ac;
background-color: #f4f1ac;
/* Tailwind (arbitrary) */
class="text-[#f4f1ac] bg-[#f4f1ac]"
/* SCSS */
$brand: #f4f1ac;
/* SwiftUI */
Color(red: 0.957, green: 0.945, blue: 0.675)
/* Android */
Color.parseColor("#f4f1ac")Accessibility — WCAG contrast
Aa
#f4f1ac on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4f1ac on black: 18.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green94.5%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta1.2%
Yellow29.5%
Key (black)4.3%
Color previews
#f4f1ac text on a black background
contrast 18.02:1
Card sample
#f4f1ac text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4f1ac;
Background color
Panel with #f4f1ac background
background-color: #f4f1ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4f1ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 241, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 241, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4f1ac; background: linear-gradient(135deg, #f4f1ac, #C7F4AC);