#cc9c13
a dark, electric yellow · warm · closest name: orange
RGB
204, 156, 19
HSL
44°, 83%, 44%
CMYK
0, 24, 91, 20
Luminance
0.3666
Every format
| HEX | #cc9c13 |
| RGB | rgb(204, 156, 19) |
| HSL | hsl(44, 83%, 44%) |
| CMYK | cmyk(0%, 24%, 91%, 20%) |
| LAB | lab(67.0 6.9 68.1) |
| LCH | lch(67.0 68.5 84.2) |
| OKLCH | oklch(0.718 0.143 85.8) |
Copy-ready code
/* CSS */
color: #cc9c13;
background-color: #cc9c13;
/* Tailwind (arbitrary) */
class="text-[#cc9c13] bg-[#cc9c13]"
/* SCSS */
$brand: #cc9c13;
/* SwiftUI */
Color(red: 0.800, green: 0.612, blue: 0.075)
/* Android */
Color.parseColor("#cc9c13")Accessibility — WCAG contrast
Aa
#cc9c13 on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc9c13 on black: 8.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green61.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta23.5%
Yellow90.7%
Key (black)20.0%
Color previews
#cc9c13 text on a black background
contrast 8.33:1
Card sample
#cc9c13 text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc9c13;
Background color
Panel with #cc9c13 background
background-color: #cc9c13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc9c13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 156, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 156, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc9c13; background: linear-gradient(135deg, #cc9c13, #81CC13);