#f6cf02
a balanced, electric yellow · cool · closest name: gold
RGB
246, 207, 2
HSL
50°, 98%, 49%
CMYK
0, 16, 99, 4
Luminance
0.6422
Every format
| HEX | #f6cf02 |
| RGB | rgb(246, 207, 2) |
| HSL | hsl(50, 98%, 49%) |
| CMYK | cmyk(0%, 16%, 99%, 4%) |
| LAB | lab(84.1 -1.7 84.5) |
| LCH | lch(84.1 84.6 91.1) |
| OKLCH | oklch(0.862 0.177 95.2) |
Copy-ready code
/* CSS */
color: #f6cf02;
background-color: #f6cf02;
/* Tailwind (arbitrary) */
class="text-[#f6cf02] bg-[#f6cf02]"
/* SCSS */
$brand: #f6cf02;
/* SwiftUI */
Color(red: 0.965, green: 0.812, blue: 0.008)
/* Android */
Color.parseColor("#f6cf02")Accessibility — WCAG contrast
Aa
#f6cf02 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6cf02 on black: 13.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green81.2%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta15.9%
Yellow99.2%
Key (black)3.5%
Color previews
#f6cf02 text on a black background
contrast 13.84:1
Card sample
#f6cf02 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6cf02;
Background color
Panel with #f6cf02 background
background-color: #f6cf02;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6cf02;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 207, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 207, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6cf02; background: linear-gradient(135deg, #f6cf02, #7AF602);