#ccba01
a dark, electric yellow · cool · closest name: gold
RGB
204, 186, 1
HSL
55°, 99%, 40%
CMYK
0, 9, 100, 20
Luminance
0.4796
Every format
| HEX | #ccba01 |
| RGB | rgb(204, 186, 1) |
| HSL | hsl(55, 99%, 40%) |
| CMYK | cmyk(0%, 9%, 100%, 20%) |
| LAB | lab(74.8 -9.1 76.2) |
| LCH | lch(74.8 76.8 96.8) |
| OKLCH | oklch(0.780 0.163 102.4) |
Copy-ready code
/* CSS */
color: #ccba01;
background-color: #ccba01;
/* Tailwind (arbitrary) */
class="text-[#ccba01] bg-[#ccba01]"
/* SCSS */
$brand: #ccba01;
/* SwiftUI */
Color(red: 0.800, green: 0.729, blue: 0.004)
/* Android */
Color.parseColor("#ccba01")Accessibility — WCAG contrast
Aa
#ccba01 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccba01 on black: 10.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green72.9%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta8.8%
Yellow99.5%
Key (black)20.0%
Color previews
#ccba01 text on a black background
contrast 10.59:1
Card sample
#ccba01 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccba01;
Background color
Panel with #ccba01 background
background-color: #ccba01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccba01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 186, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 186, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccba01; background: linear-gradient(135deg, #ccba01, #57CC01);