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