#cc9f13
a dark, electric yellow · cool · closest name: orange
RGB
204, 159, 19
HSL
45°, 83%, 44%
CMYK
0, 22, 91, 20
Luminance
0.3768
Every format
| HEX | #cc9f13 |
| RGB | rgb(204, 159, 19) |
| HSL | hsl(45, 83%, 44%) |
| CMYK | cmyk(0%, 22%, 91%, 20%) |
| LAB | lab(67.8 5.3 68.7) |
| LCH | lch(67.8 68.9 85.6) |
| OKLCH | oklch(0.724 0.144 87.6) |
Copy-ready code
/* CSS */
color: #cc9f13;
background-color: #cc9f13;
/* Tailwind (arbitrary) */
class="text-[#cc9f13] bg-[#cc9f13]"
/* SCSS */
$brand: #cc9f13;
/* SwiftUI */
Color(red: 0.800, green: 0.624, blue: 0.075)
/* Android */
Color.parseColor("#cc9f13")Accessibility — WCAG contrast
Aa
#cc9f13 on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc9f13 on black: 8.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green62.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta22.1%
Yellow90.7%
Key (black)20.0%
Color previews
#cc9f13 text on a black background
contrast 8.54:1
Card sample
#cc9f13 text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc9f13;
Background color
Panel with #cc9f13 background
background-color: #cc9f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc9f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 159, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 159, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc9f13; background: linear-gradient(135deg, #cc9f13, #7ECC13);