#f3c340
a balanced, electric yellow · warm · closest name: gold
RGB
243, 195, 64
HSL
44°, 88%, 60%
CMYK
0, 20, 74, 5
Luminance
0.5846
Every format
| HEX | #f3c340 |
| RGB | rgb(243, 195, 64) |
| HSL | hsl(44, 88%, 60%) |
| CMYK | cmyk(0%, 20%, 74%, 5%) |
| LAB | lab(81.0 4.6 68.5) |
| LCH | lch(81.0 68.6 86.2) |
| OKLCH | oklch(0.838 0.151 87.8) |
Copy-ready code
/* CSS */
color: #f3c340;
background-color: #f3c340;
/* Tailwind (arbitrary) */
class="text-[#f3c340] bg-[#f3c340]"
/* SCSS */
$brand: #f3c340;
/* SwiftUI */
Color(red: 0.953, green: 0.765, blue: 0.251)
/* Android */
Color.parseColor("#f3c340")Accessibility — WCAG contrast
Aa
#f3c340 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3c340 on black: 12.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green76.5%
Blue25.1%
CMYK percentages
Cyan0.0%
Magenta19.8%
Yellow73.7%
Key (black)4.7%
Color previews
#f3c340 text on a black background
contrast 12.69:1
Card sample
#f3c340 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3c340;
Background color
Panel with #f3c340 background
background-color: #f3c340;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3c340;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 195, 64, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 195, 64, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3c340; background: linear-gradient(135deg, #f3c340, #ACF340);