#f4c01f
a balanced, electric yellow · cool · closest name: gold
RGB
244, 192, 31
HSL
45°, 91%, 54%
CMYK
0, 21, 87, 4
Luminance
0.5703
Every format
| HEX | #f4c01f |
| RGB | rgb(244, 192, 31) |
| HSL | hsl(45, 91%, 54%) |
| CMYK | cmyk(0%, 21%, 87%, 4%) |
| LAB | lab(80.2 5.5 77.7) |
| LCH | lch(80.2 77.9 85.9) |
| OKLCH | oklch(0.831 0.164 88.0) |
Copy-ready code
/* CSS */
color: #f4c01f;
background-color: #f4c01f;
/* Tailwind (arbitrary) */
class="text-[#f4c01f] bg-[#f4c01f]"
/* SCSS */
$brand: #f4c01f;
/* SwiftUI */
Color(red: 0.957, green: 0.753, blue: 0.122)
/* Android */
Color.parseColor("#f4c01f")Accessibility — WCAG contrast
Aa
#f4c01f on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4c01f on black: 12.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green75.3%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta21.3%
Yellow87.3%
Key (black)4.3%
Color previews
#f4c01f text on a black background
contrast 12.41:1
Card sample
#f4c01f text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4c01f;
Background color
Panel with #f4c01f background
background-color: #f4c01f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4c01f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 192, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 192, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4c01f; background: linear-gradient(135deg, #f4c01f, #9AF41F);