#f3c424
a balanced, electric yellow · cool · closest name: gold
RGB
243, 196, 36
HSL
46°, 90%, 55%
CMYK
0, 19, 85, 5
Luminance
0.5866
Every format
| HEX | #f3c424 |
| RGB | rgb(243, 196, 36) |
| HSL | hsl(46, 90%, 55%) |
| CMYK | cmyk(0%, 19%, 85%, 5%) |
| LAB | lab(81.1 3.1 77.2) |
| LCH | lch(81.1 77.3 87.7) |
| OKLCH | oklch(0.838 0.164 90.3) |
Copy-ready code
/* CSS */
color: #f3c424;
background-color: #f3c424;
/* Tailwind (arbitrary) */
class="text-[#f3c424] bg-[#f3c424]"
/* SCSS */
$brand: #f3c424;
/* SwiftUI */
Color(red: 0.953, green: 0.769, blue: 0.141)
/* Android */
Color.parseColor("#f3c424")Accessibility — WCAG contrast
Aa
#f3c424 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3c424 on black: 12.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green76.9%
Blue14.1%
CMYK percentages
Cyan0.0%
Magenta19.3%
Yellow85.2%
Key (black)4.7%
Color previews
#f3c424 text on a black background
contrast 12.73:1
Card sample
#f3c424 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3c424;
Background color
Panel with #f3c424 background
background-color: #f3c424;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3c424;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 196, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 196, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3c424; background: linear-gradient(135deg, #f3c424, #98F324);