#f6d40c
a balanced, electric yellow · cool · closest name: gold
RGB
246, 212, 12
HSL
51°, 93%, 51%
CMYK
0, 14, 95, 4
Luminance
0.6671
Every format
| HEX | #f6d40c |
| RGB | rgb(246, 212, 12) |
| HSL | hsl(51, 93%, 51%) |
| CMYK | cmyk(0%, 14%, 95%, 4%) |
| LAB | lab(85.4 -4.1 84.6) |
| LCH | lch(85.4 84.7 92.8) |
| OKLCH | oklch(0.872 0.179 97.2) |
Copy-ready code
/* CSS */
color: #f6d40c;
background-color: #f6d40c;
/* Tailwind (arbitrary) */
class="text-[#f6d40c] bg-[#f6d40c]"
/* SCSS */
$brand: #f6d40c;
/* SwiftUI */
Color(red: 0.965, green: 0.831, blue: 0.047)
/* Android */
Color.parseColor("#f6d40c")Accessibility — WCAG contrast
Aa
#f6d40c on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6d40c on black: 14.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green83.1%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta13.8%
Yellow95.1%
Key (black)3.5%
Color previews
#f6d40c text on a black background
contrast 14.34:1
Card sample
#f6d40c text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6d40c;
Background color
Panel with #f6d40c background
background-color: #f6d40c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6d40c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 212, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 212, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6d40c; background: linear-gradient(135deg, #f6d40c, #7CF60C);