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