#f3ba0c
a balanced, electric yellow · cool · closest name: gold
RGB
243, 186, 12
HSL
45°, 91%, 50%
CMYK
0, 24, 95, 5
Luminance
0.5420
Every format
| HEX | #f3ba0c |
| RGB | rgb(243, 186, 12) |
| HSL | hsl(45, 91%, 50%) |
| CMYK | cmyk(0%, 24%, 95%, 5%) |
| LAB | lab(78.6 8.0 79.5) |
| LCH | lch(78.6 79.9 84.3) |
| OKLCH | oklch(0.818 0.166 86.0) |
Copy-ready code
/* CSS */
color: #f3ba0c;
background-color: #f3ba0c;
/* Tailwind (arbitrary) */
class="text-[#f3ba0c] bg-[#f3ba0c]"
/* SCSS */
$brand: #f3ba0c;
/* SwiftUI */
Color(red: 0.953, green: 0.729, blue: 0.047)
/* Android */
Color.parseColor("#f3ba0c")Accessibility — WCAG contrast
Aa
#f3ba0c on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3ba0c on black: 11.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green72.9%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta23.5%
Yellow95.1%
Key (black)4.7%
Color previews
#f3ba0c text on a black background
contrast 11.84:1
Card sample
#f3ba0c text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3ba0c;
Background color
Panel with #f3ba0c background
background-color: #f3ba0c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3ba0c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 186, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 186, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3ba0c; background: linear-gradient(135deg, #f3ba0c, #92F30C);