#f4feb2
a light, electric yellow · cool · closest name: khaki
RGB
244, 254, 178
HSL
68°, 97%, 85%
CMYK
4, 0, 30, 0
Luminance
0.9333
Every format
| HEX | #f4feb2 |
| RGB | rgb(244, 254, 178) |
| HSL | hsl(68, 97%, 85%) |
| CMYK | cmyk(4%, 0%, 30%, 0%) |
| LAB | lab(97.4 -15.0 35.3) |
| LCH | lch(97.4 38.4 113.0) |
| OKLCH | oklch(0.972 0.097 114.3) |
Copy-ready code
/* CSS */
color: #f4feb2;
background-color: #f4feb2;
/* Tailwind (arbitrary) */
class="text-[#f4feb2] bg-[#f4feb2]"
/* SCSS */
$brand: #f4feb2;
/* SwiftUI */
Color(red: 0.957, green: 0.996, blue: 0.698)
/* Android */
Color.parseColor("#f4feb2")Accessibility — WCAG contrast
Aa
#f4feb2 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4feb2 on black: 19.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green99.6%
Blue69.8%
CMYK percentages
Cyan3.9%
Magenta0.0%
Yellow29.9%
Key (black)0.4%
Color previews
#f4feb2 text on a black background
contrast 19.67:1
Card sample
#f4feb2 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4feb2;
Background color
Panel with #f4feb2 background
background-color: #f4feb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4feb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 254, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 254, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4feb2; background: linear-gradient(135deg, #f4feb2, #C1FEB2);