#f3c430
a balanced, electric yellow · cool · closest name: gold
RGB
243, 196, 48
HSL
46°, 89%, 57%
CMYK
0, 19, 80, 5
Luminance
0.5875
Every format
| HEX | #f3c430 |
| RGB | rgb(243, 196, 48) |
| HSL | hsl(46, 89%, 57%) |
| CMYK | cmyk(0%, 19%, 80%, 5%) |
| LAB | lab(81.2 3.5 74.0) |
| LCH | lch(81.2 74.1 87.3) |
| OKLCH | oklch(0.839 0.160 89.6) |
Copy-ready code
/* CSS */
color: #f3c430;
background-color: #f3c430;
/* Tailwind (arbitrary) */
class="text-[#f3c430] bg-[#f3c430]"
/* SCSS */
$brand: #f3c430;
/* SwiftUI */
Color(red: 0.953, green: 0.769, blue: 0.188)
/* Android */
Color.parseColor("#f3c430")Accessibility — WCAG contrast
Aa
#f3c430 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3c430 on black: 12.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green76.9%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta19.3%
Yellow80.2%
Key (black)4.7%
Color previews
#f3c430 text on a black background
contrast 12.75:1
Card sample
#f3c430 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3c430;
Background color
Panel with #f3c430 background
background-color: #f3c430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3c430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 196, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 196, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3c430; background: linear-gradient(135deg, #f3c430, #A0F330);