#cc970f
a dark, electric yellow · warm · closest name: orange
RGB
204, 151, 15
HSL
43°, 86%, 43%
CMYK
0, 26, 93, 20
Luminance
0.3501
Every format
| HEX | #cc970f |
| RGB | rgb(204, 151, 15) |
| HSL | hsl(43, 86%, 43%) |
| CMYK | cmyk(0%, 26%, 93%, 20%) |
| LAB | lab(65.8 9.6 67.9) |
| LCH | lch(65.8 68.6 82.0) |
| OKLCH | oklch(0.708 0.143 82.8) |
Copy-ready code
/* CSS */
color: #cc970f;
background-color: #cc970f;
/* Tailwind (arbitrary) */
class="text-[#cc970f] bg-[#cc970f]"
/* SCSS */
$brand: #cc970f;
/* SwiftUI */
Color(red: 0.800, green: 0.592, blue: 0.059)
/* Android */
Color.parseColor("#cc970f")Accessibility — WCAG contrast
Aa
#cc970f on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc970f on black: 8.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green59.2%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta26.0%
Yellow92.6%
Key (black)20.0%
Color previews
#cc970f text on a black background
contrast 8.00:1
Card sample
#cc970f text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc970f;
Background color
Panel with #cc970f background
background-color: #cc970f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc970f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 151, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 151, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc970f; background: linear-gradient(135deg, #cc970f, #83CC0F);