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