#f4e430
a balanced, electric yellow · cool · closest name: gold
RGB
244, 228, 48
HSL
55°, 90%, 57%
CMYK
0, 7, 80, 4
Luminance
0.7493
Every format
| HEX | #f4e430 |
| RGB | rgb(244, 228, 48) |
| HSL | hsl(55, 90%, 57%) |
| CMYK | cmyk(0%, 7%, 80%, 4%) |
| LAB | lab(89.4 -12.3 81.2) |
| LCH | lch(89.4 82.1 98.6) |
| OKLCH | oklch(0.904 0.180 104.0) |
Copy-ready code
/* CSS */
color: #f4e430;
background-color: #f4e430;
/* Tailwind (arbitrary) */
class="text-[#f4e430] bg-[#f4e430]"
/* SCSS */
$brand: #f4e430;
/* SwiftUI */
Color(red: 0.957, green: 0.894, blue: 0.188)
/* Android */
Color.parseColor("#f4e430")Accessibility — WCAG contrast
Aa
#f4e430 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4e430 on black: 15.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green89.4%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta6.6%
Yellow80.3%
Key (black)4.3%
Color previews
#f4e430 text on a black background
contrast 15.99:1
Card sample
#f4e430 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4e430;
Background color
Panel with #f4e430 background
background-color: #f4e430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4e430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 228, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 228, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4e430; background: linear-gradient(135deg, #f4e430, #81F430);