#f4cb2c
a balanced, electric yellow · cool · closest name: gold
RGB
244, 203, 44
HSL
48°, 90%, 57%
CMYK
0, 17, 82, 4
Luminance
0.6213
Every format
| HEX | #f4cb2c |
| RGB | rgb(244, 203, 44) |
| HSL | hsl(48, 90%, 57%) |
| CMYK | cmyk(0%, 17%, 82%, 4%) |
| LAB | lab(83.0 0.2 76.8) |
| LCH | lch(83.0 76.8 89.9) |
| OKLCH | oklch(0.854 0.165 93.0) |
Copy-ready code
/* CSS */
color: #f4cb2c;
background-color: #f4cb2c;
/* Tailwind (arbitrary) */
class="text-[#f4cb2c] bg-[#f4cb2c]"
/* SCSS */
$brand: #f4cb2c;
/* SwiftUI */
Color(red: 0.957, green: 0.796, blue: 0.173)
/* Android */
Color.parseColor("#f4cb2c")Accessibility — WCAG contrast
Aa
#f4cb2c on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4cb2c on black: 13.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green79.6%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta16.8%
Yellow82.0%
Key (black)4.3%
Color previews
#f4cb2c text on a black background
contrast 13.43:1
Card sample
#f4cb2c text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4cb2c;
Background color
Panel with #f4cb2c background
background-color: #f4cb2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4cb2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 203, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 203, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4cb2c; background: linear-gradient(135deg, #f4cb2c, #98F42C);