#cca300
a dark, electric yellow · cool · closest name: orange
RGB
204, 163, 0
HSL
48°, 100%, 40%
CMYK
0, 20, 100, 20
Luminance
0.3903
Every format
| HEX | #cca300 |
| RGB | rgb(204, 163, 0) |
| HSL | hsl(48, 100%, 40%) |
| CMYK | cmyk(0%, 20%, 100%, 20%) |
| LAB | lab(68.8 2.9 72.1) |
| LCH | lch(68.8 72.2 87.7) |
| OKLCH | oklch(0.732 0.150 90.6) |
Copy-ready code
/* CSS */
color: #cca300;
background-color: #cca300;
/* Tailwind (arbitrary) */
class="text-[#cca300] bg-[#cca300]"
/* SCSS */
$brand: #cca300;
/* SwiftUI */
Color(red: 0.800, green: 0.639, blue: 0.000)
/* Android */
Color.parseColor("#cca300")Accessibility — WCAG contrast
Aa
#cca300 on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cca300 on black: 8.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green63.9%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta20.1%
Yellow100.0%
Key (black)20.0%
Color previews
#cca300 text on a black background
contrast 8.81:1
Card sample
#cca300 text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cca300;
Background color
Panel with #cca300 background
background-color: #cca300;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cca300;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 163, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 163, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cca300; background: linear-gradient(135deg, #cca300, #6DCC00);