#f6c430
a balanced, electric yellow · warm · closest name: gold
RGB
246, 196, 48
HSL
45°, 92%, 58%
CMYK
0, 20, 81, 4
Luminance
0.5929
Every format
| HEX | #f6c430 |
| RGB | rgb(246, 196, 48) |
| HSL | hsl(45, 92%, 58%) |
| CMYK | cmyk(0%, 20%, 81%, 4%) |
| LAB | lab(81.5 4.7 74.4) |
| LCH | lch(81.5 74.5 86.4) |
| OKLCH | oklch(0.842 0.160 88.4) |
Copy-ready code
/* CSS */
color: #f6c430;
background-color: #f6c430;
/* Tailwind (arbitrary) */
class="text-[#f6c430] bg-[#f6c430]"
/* SCSS */
$brand: #f6c430;
/* SwiftUI */
Color(red: 0.965, green: 0.769, blue: 0.188)
/* Android */
Color.parseColor("#f6c430")Accessibility — WCAG contrast
Aa
#f6c430 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6c430 on black: 12.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green76.9%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta20.3%
Yellow80.5%
Key (black)3.5%
Color previews
#f6c430 text on a black background
contrast 12.86:1
Card sample
#f6c430 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6c430;
Background color
Panel with #f6c430 background
background-color: #f6c430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6c430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 196, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 196, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6c430; background: linear-gradient(135deg, #f6c430, #A4F630);