#f4e5af
a light, electric yellow · cool · closest name: beige
RGB
244, 229, 175
HSL
47°, 76%, 82%
CMYK
0, 6, 28, 4
Luminance
0.7837
Every format
| HEX | #f4e5af |
| RGB | rgb(244, 229, 175) |
| HSL | hsl(47, 76%, 82%) |
| CMYK | cmyk(0%, 6%, 28%, 4%) |
| LAB | lab(91.0 -3.0 28.2) |
| LCH | lch(91.0 28.4 96.0) |
| OKLCH | oklch(0.921 0.071 94.4) |
Copy-ready code
/* CSS */
color: #f4e5af;
background-color: #f4e5af;
/* Tailwind (arbitrary) */
class="text-[#f4e5af] bg-[#f4e5af]"
/* SCSS */
$brand: #f4e5af;
/* SwiftUI */
Color(red: 0.957, green: 0.898, blue: 0.686)
/* Android */
Color.parseColor("#f4e5af")Accessibility — WCAG contrast
Aa
#f4e5af on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4e5af on black: 16.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green89.8%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta6.1%
Yellow28.3%
Key (black)4.3%
Color previews
#f4e5af text on a black background
contrast 16.67:1
Card sample
#f4e5af text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4e5af;
Background color
Panel with #f4e5af background
background-color: #f4e5af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4e5af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 229, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 229, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4e5af; background: linear-gradient(135deg, #f4e5af, #D5F4AF);