#ffc62f
a balanced, electric yellow · warm · closest name: gold
RGB
255, 198, 47
HSL
44°, 100%, 59%
CMYK
0, 22, 82, 0
Luminance
0.6185
Every format
| HEX | #ffc62f |
| RGB | rgb(255, 198, 47) |
| HSL | hsl(44, 100%, 59%) |
| CMYK | cmyk(0%, 22%, 82%, 0%) |
| LAB | lab(82.8 7.5 76.2) |
| LCH | lch(82.8 76.6 84.4) |
| OKLCH | oklch(0.855 0.164 85.8) |
Copy-ready code
/* CSS */
color: #ffc62f;
background-color: #ffc62f;
/* Tailwind (arbitrary) */
class="text-[#ffc62f] bg-[#ffc62f]"
/* SCSS */
$brand: #ffc62f;
/* SwiftUI */
Color(red: 1.000, green: 0.776, blue: 0.184)
/* Android */
Color.parseColor("#ffc62f")Accessibility — WCAG contrast
Aa
#ffc62f on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc62f on black: 13.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green77.6%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta22.4%
Yellow81.6%
Key (black)0.0%
Color previews
#ffc62f text on a black background
contrast 13.37:1
Card sample
#ffc62f text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc62f;
Background color
Panel with #ffc62f background
background-color: #ffc62f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc62f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 198, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 198, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc62f; background: linear-gradient(135deg, #ffc62f, #ADFF2F);