#f6b40c
a balanced, electric yellow · warm · closest name: orange
RGB
246, 180, 12
HSL
43°, 93%, 51%
CMYK
0, 27, 95, 4
Luminance
0.5226
Every format
| HEX | #f6b40c |
| RGB | rgb(246, 180, 12) |
| HSL | hsl(43, 93%, 51%) |
| CMYK | cmyk(0%, 27%, 95%, 4%) |
| LAB | lab(77.4 12.4 78.9) |
| LCH | lch(77.4 79.8 81.1) |
| OKLCH | oklch(0.810 0.165 81.6) |
Copy-ready code
/* CSS */
color: #f6b40c;
background-color: #f6b40c;
/* Tailwind (arbitrary) */
class="text-[#f6b40c] bg-[#f6b40c]"
/* SCSS */
$brand: #f6b40c;
/* SwiftUI */
Color(red: 0.965, green: 0.706, blue: 0.047)
/* Android */
Color.parseColor("#f6b40c")Accessibility — WCAG contrast
Aa
#f6b40c on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6b40c on black: 11.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green70.6%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta26.8%
Yellow95.1%
Key (black)3.5%
Color previews
#f6b40c text on a black background
contrast 11.45:1
Card sample
#f6b40c text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6b40c;
Background color
Panel with #f6b40c background
background-color: #f6b40c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6b40c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 180, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 180, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6b40c; background: linear-gradient(135deg, #f6b40c, #9CF60C);