#f4f48f
a light, electric yellow · cool · closest name: khaki
RGB
244, 244, 143
HSL
60°, 82%, 76%
CMYK
0, 0, 41, 4
Luminance
0.8592
Every format
| HEX | #f4f48f |
| RGB | rgb(244, 244, 143) |
| HSL | hsl(60, 82%, 76%) |
| CMYK | cmyk(0%, 0%, 41%, 4%) |
| LAB | lab(94.3 -14.1 48.5) |
| LCH | lch(94.3 50.5 106.2) |
| OKLCH | oklch(0.946 0.124 108.5) |
Copy-ready code
/* CSS */
color: #f4f48f;
background-color: #f4f48f;
/* Tailwind (arbitrary) */
class="text-[#f4f48f] bg-[#f4f48f]"
/* SCSS */
$brand: #f4f48f;
/* SwiftUI */
Color(red: 0.957, green: 0.957, blue: 0.561)
/* Android */
Color.parseColor("#f4f48f")Accessibility — WCAG contrast
Aa
#f4f48f on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4f48f on black: 18.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green95.7%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow41.4%
Key (black)4.3%
Color previews
#f4f48f text on a black background
contrast 18.18:1
Card sample
#f4f48f text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4f48f;
Background color
Panel with #f4f48f background
background-color: #f4f48f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4f48f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 244, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 244, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4f48f; background: linear-gradient(135deg, #f4f48f, #B1F48F);