#f4feab
a light, electric yellow · cool · closest name: khaki
RGB
244, 254, 171
HSL
67°, 98%, 83%
CMYK
4, 0, 33, 0
Luminance
0.9306
Every format
| HEX | #f4feab |
| RGB | rgb(244, 254, 171) |
| HSL | hsl(67, 98%, 83%) |
| CMYK | cmyk(4%, 0%, 33%, 0%) |
| LAB | lab(97.3 -15.9 38.7) |
| LCH | lch(97.3 41.8 112.3) |
| OKLCH | oklch(0.971 0.105 114.0) |
Copy-ready code
/* CSS */
color: #f4feab;
background-color: #f4feab;
/* Tailwind (arbitrary) */
class="text-[#f4feab] bg-[#f4feab]"
/* SCSS */
$brand: #f4feab;
/* SwiftUI */
Color(red: 0.957, green: 0.996, blue: 0.671)
/* Android */
Color.parseColor("#f4feab")Accessibility — WCAG contrast
Aa
#f4feab on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4feab on black: 19.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green99.6%
Blue67.1%
CMYK percentages
Cyan3.9%
Magenta0.0%
Yellow32.7%
Key (black)0.4%
Color previews
#f4feab text on a black background
contrast 19.61:1
Card sample
#f4feab text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4feab;
Background color
Panel with #f4feab background
background-color: #f4feab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4feab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 254, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 254, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4feab; background: linear-gradient(135deg, #f4feab, #BDFEAB);