#cc9911
a dark, electric yellow · warm · closest name: orange
RGB
204, 153, 17
HSL
44°, 85%, 43%
CMYK
0, 25, 92, 20
Luminance
0.3566
Every format
| HEX | #cc9911 |
| RGB | rgb(204, 153, 17) |
| HSL | hsl(44, 85%, 43%) |
| CMYK | cmyk(0%, 25%, 92%, 20%) |
| LAB | lab(66.3 8.5 67.9) |
| LCH | lch(66.3 68.4 82.9) |
| OKLCH | oklch(0.712 0.143 84.0) |
Copy-ready code
/* CSS */
color: #cc9911;
background-color: #cc9911;
/* Tailwind (arbitrary) */
class="text-[#cc9911] bg-[#cc9911]"
/* SCSS */
$brand: #cc9911;
/* SwiftUI */
Color(red: 0.800, green: 0.600, blue: 0.067)
/* Android */
Color.parseColor("#cc9911")Accessibility — WCAG contrast
Aa
#cc9911 on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc9911 on black: 8.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green60.0%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta25.0%
Yellow91.7%
Key (black)20.0%
Color previews
#cc9911 text on a black background
contrast 8.13:1
Card sample
#cc9911 text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc9911;
Background color
Panel with #cc9911 background
background-color: #cc9911;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc9911;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 153, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 153, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc9911; background: linear-gradient(135deg, #cc9911, #82CC11);