#f6bc2f
a balanced, electric yellow · warm · closest name: orange
RGB
246, 188, 47
HSL
43°, 92%, 58%
CMYK
0, 24, 81, 4
Luminance
0.5576
Every format
| HEX | #f6bc2f |
| RGB | rgb(246, 188, 47) |
| HSL | hsl(43, 92%, 58%) |
| CMYK | cmyk(0%, 24%, 81%, 4%) |
| LAB | lab(79.5 8.9 73.0) |
| LCH | lch(79.5 73.5 83.1) |
| OKLCH | oklch(0.826 0.158 84.1) |
Copy-ready code
/* CSS */
color: #f6bc2f;
background-color: #f6bc2f;
/* Tailwind (arbitrary) */
class="text-[#f6bc2f] bg-[#f6bc2f]"
/* SCSS */
$brand: #f6bc2f;
/* SwiftUI */
Color(red: 0.965, green: 0.737, blue: 0.184)
/* Android */
Color.parseColor("#f6bc2f")Accessibility — WCAG contrast
Aa
#f6bc2f on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6bc2f on black: 12.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green73.7%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta23.6%
Yellow80.9%
Key (black)3.5%
Color previews
#f6bc2f text on a black background
contrast 12.15:1
Card sample
#f6bc2f text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6bc2f;
Background color
Panel with #f6bc2f background
background-color: #f6bc2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6bc2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 188, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 188, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6bc2f; background: linear-gradient(135deg, #f6bc2f, #ABF62F);