#f4d44f
a balanced, electric yellow · cool · closest name: gold
RGB
244, 212, 79
HSL
48°, 88%, 63%
CMYK
0, 13, 68, 4
Luminance
0.6688
Every format
| HEX | #f4d44f |
| RGB | rgb(244, 212, 79) |
| HSL | hsl(48, 88%, 63%) |
| CMYK | cmyk(0%, 13%, 68%, 4%) |
| LAB | lab(85.5 -3.0 67.2) |
| LCH | lch(85.5 67.2 92.6) |
| OKLCH | oklch(0.874 0.151 95.4) |
Copy-ready code
/* CSS */
color: #f4d44f;
background-color: #f4d44f;
/* Tailwind (arbitrary) */
class="text-[#f4d44f] bg-[#f4d44f]"
/* SCSS */
$brand: #f4d44f;
/* SwiftUI */
Color(red: 0.957, green: 0.831, blue: 0.310)
/* Android */
Color.parseColor("#f4d44f")Accessibility — WCAG contrast
Aa
#f4d44f on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4d44f on black: 14.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green83.1%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta13.1%
Yellow67.6%
Key (black)4.3%
Color previews
#f4d44f text on a black background
contrast 14.38:1
Card sample
#f4d44f text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4d44f;
Background color
Panel with #f4d44f background
background-color: #f4d44f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4d44f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 212, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 212, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4d44f; background: linear-gradient(135deg, #f4d44f, #A6F44F);