#ffc60f
a balanced, electric yellow · cool · closest name: gold
RGB
255, 198, 15
HSL
46°, 100%, 53%
CMYK
0, 22, 94, 0
Luminance
0.6168
Every format
| HEX | #ffc60f |
| RGB | rgb(255, 198, 15) |
| HSL | hsl(46, 100%, 53%) |
| CMYK | cmyk(0%, 22%, 94%, 0%) |
| LAB | lab(82.8 6.9 82.8) |
| LCH | lch(82.8 83.0 85.2) |
| OKLCH | oklch(0.854 0.173 87.2) |
Copy-ready code
/* CSS */
color: #ffc60f;
background-color: #ffc60f;
/* Tailwind (arbitrary) */
class="text-[#ffc60f] bg-[#ffc60f]"
/* SCSS */
$brand: #ffc60f;
/* SwiftUI */
Color(red: 1.000, green: 0.776, blue: 0.059)
/* Android */
Color.parseColor("#ffc60f")Accessibility — WCAG contrast
Aa
#ffc60f on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc60f on black: 13.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green77.6%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta22.4%
Yellow94.1%
Key (black)0.0%
Color previews
#ffc60f text on a black background
contrast 13.34:1
Card sample
#ffc60f text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc60f;
Background color
Panel with #ffc60f background
background-color: #ffc60f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc60f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 198, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 198, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc60f; background: linear-gradient(135deg, #ffc60f, #98FF0F);