#ccba13
a dark, electric yellow · cool · closest name: gold
RGB
204, 186, 19
HSL
54°, 83%, 44%
CMYK
0, 9, 91, 20
Luminance
0.4800
Every format
| HEX | #ccba13 |
| RGB | rgb(204, 186, 19) |
| HSL | hsl(54, 83%, 44%) |
| CMYK | cmyk(0%, 9%, 91%, 20%) |
| LAB | lab(74.8 -8.9 74.1) |
| LCH | lch(74.8 74.6 96.9) |
| OKLCH | oklch(0.780 0.160 102.2) |
Copy-ready code
/* CSS */
color: #ccba13;
background-color: #ccba13;
/* Tailwind (arbitrary) */
class="text-[#ccba13] bg-[#ccba13]"
/* SCSS */
$brand: #ccba13;
/* SwiftUI */
Color(red: 0.800, green: 0.729, blue: 0.075)
/* Android */
Color.parseColor("#ccba13")Accessibility — WCAG contrast
Aa
#ccba13 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccba13 on black: 10.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green72.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta8.8%
Yellow90.7%
Key (black)20.0%
Color previews
#ccba13 text on a black background
contrast 10.60:1
Card sample
#ccba13 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccba13;
Background color
Panel with #ccba13 background
background-color: #ccba13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccba13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 186, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 186, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccba13; background: linear-gradient(135deg, #ccba13, #62CC13);