#ccae13
a dark, electric yellow · cool · closest name: gold
RGB
204, 174, 19
HSL
50°, 83%, 44%
CMYK
0, 15, 91, 20
Luminance
0.4316
Every format
| HEX | #ccae13 |
| RGB | rgb(204, 174, 19) |
| HSL | hsl(50, 83%, 44%) |
| CMYK | cmyk(0%, 15%, 91%, 20%) |
| LAB | lab(71.7 -2.7 71.7) |
| LCH | lch(71.7 71.7 92.1) |
| OKLCH | oklch(0.755 0.152 96.2) |
Copy-ready code
/* CSS */
color: #ccae13;
background-color: #ccae13;
/* Tailwind (arbitrary) */
class="text-[#ccae13] bg-[#ccae13]"
/* SCSS */
$brand: #ccae13;
/* SwiftUI */
Color(red: 0.800, green: 0.682, blue: 0.075)
/* Android */
Color.parseColor("#ccae13")Accessibility — WCAG contrast
Aa
#ccae13 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccae13 on black: 9.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green68.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta14.7%
Yellow90.7%
Key (black)20.0%
Color previews
#ccae13 text on a black background
contrast 9.63:1
Card sample
#ccae13 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccae13;
Background color
Panel with #ccae13 background
background-color: #ccae13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccae13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 174, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 174, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccae13; background: linear-gradient(135deg, #ccae13, #6FCC13);