#f4f89f
a light, electric yellow · cool · closest name: khaki
RGB
244, 248, 159
HSL
63°, 86%, 80%
CMYK
2, 0, 36, 3
Luminance
0.8887
Every format
| HEX | #f4f89f |
| RGB | rgb(244, 248, 159) |
| HSL | hsl(63, 86%, 80%) |
| CMYK | cmyk(2%, 0%, 36%, 3%) |
| LAB | lab(95.5 -14.3 42.3) |
| LCH | lch(95.5 44.7 108.7) |
| OKLCH | oklch(0.956 0.111 110.5) |
Copy-ready code
/* CSS */
color: #f4f89f;
background-color: #f4f89f;
/* Tailwind (arbitrary) */
class="text-[#f4f89f] bg-[#f4f89f]"
/* SCSS */
$brand: #f4f89f;
/* SwiftUI */
Color(red: 0.957, green: 0.973, blue: 0.624)
/* Android */
Color.parseColor("#f4f89f")Accessibility — WCAG contrast
Aa
#f4f89f on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4f89f on black: 18.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green97.3%
Blue62.4%
CMYK percentages
Cyan1.6%
Magenta0.0%
Yellow35.9%
Key (black)2.7%
Color previews
#f4f89f text on a black background
contrast 18.77:1
Card sample
#f4f89f text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4f89f;
Background color
Panel with #f4f89f background
background-color: #f4f89f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4f89f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 248, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 248, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4f89f; background: linear-gradient(135deg, #f4f89f, #B9F89F);