#cc9400
a dark, electric yellow · warm · closest name: orange
RGB
204, 148, 0
HSL
44°, 100%, 40%
CMYK
0, 28, 100, 20
Luminance
0.3402
Every format
| HEX | #cc9400 |
| RGB | rgb(204, 148, 0) |
| HSL | hsl(44, 100%, 40%) |
| CMYK | cmyk(0%, 28%, 100%, 20%) |
| LAB | lab(65.0 11.0 69.5) |
| LCH | lch(65.0 70.3 81.0) |
| OKLCH | oklch(0.702 0.145 81.5) |
Copy-ready code
/* CSS */
color: #cc9400;
background-color: #cc9400;
/* Tailwind (arbitrary) */
class="text-[#cc9400] bg-[#cc9400]"
/* SCSS */
$brand: #cc9400;
/* SwiftUI */
Color(red: 0.800, green: 0.580, blue: 0.000)
/* Android */
Color.parseColor("#cc9400")Accessibility — WCAG contrast
Aa
#cc9400 on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc9400 on black: 7.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green58.0%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta27.5%
Yellow100.0%
Key (black)20.0%
Color previews
#cc9400 text on a black background
contrast 7.80:1
Card sample
#cc9400 text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc9400;
Background color
Panel with #cc9400 background
background-color: #cc9400;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc9400;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 148, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 148, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc9400; background: linear-gradient(135deg, #cc9400, #7CCC00);