#f6d52f
a balanced, electric yellow · cool · closest name: gold
RGB
246, 213, 47
HSL
50°, 92%, 58%
CMYK
0, 13, 81, 4
Luminance
0.6739
Every format
| HEX | #f6d52f |
| RGB | rgb(246, 213, 47) |
| HSL | hsl(50, 92%, 58%) |
| CMYK | cmyk(0%, 13%, 81%, 4%) |
| LAB | lab(85.7 -4.0 78.4) |
| LCH | lch(85.7 78.5 92.9) |
| OKLCH | oklch(0.875 0.170 96.9) |
Copy-ready code
/* CSS */
color: #f6d52f;
background-color: #f6d52f;
/* Tailwind (arbitrary) */
class="text-[#f6d52f] bg-[#f6d52f]"
/* SCSS */
$brand: #f6d52f;
/* SwiftUI */
Color(red: 0.965, green: 0.835, blue: 0.184)
/* Android */
Color.parseColor("#f6d52f")Accessibility — WCAG contrast
Aa
#f6d52f on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6d52f on black: 14.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green83.5%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta13.4%
Yellow80.9%
Key (black)3.5%
Color previews
#f6d52f text on a black background
contrast 14.48:1
Card sample
#f6d52f text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6d52f;
Background color
Panel with #f6d52f background
background-color: #f6d52f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6d52f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 213, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 213, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6d52f; background: linear-gradient(135deg, #f6d52f, #92F62F);