#ccb206
a dark, electric yellow · cool · closest name: gold
RGB
204, 178, 6
HSL
52°, 94%, 41%
CMYK
0, 13, 97, 20
Luminance
0.4469
Every format
| HEX | #ccb206 |
| RGB | rgb(204, 178, 6) |
| HSL | hsl(52, 94%, 41%) |
| CMYK | cmyk(0%, 13%, 97%, 20%) |
| LAB | lab(72.7 -4.9 74.2) |
| LCH | lch(72.7 74.3 93.8) |
| OKLCH | oklch(0.763 0.157 98.6) |
Copy-ready code
/* CSS */
color: #ccb206;
background-color: #ccb206;
/* Tailwind (arbitrary) */
class="text-[#ccb206] bg-[#ccb206]"
/* SCSS */
$brand: #ccb206;
/* SwiftUI */
Color(red: 0.800, green: 0.698, blue: 0.024)
/* Android */
Color.parseColor("#ccb206")Accessibility — WCAG contrast
Aa
#ccb206 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccb206 on black: 9.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green69.8%
Blue2.4%
CMYK percentages
Cyan0.0%
Magenta12.7%
Yellow97.1%
Key (black)20.0%
Color previews
#ccb206 text on a black background
contrast 9.94:1
Card sample
#ccb206 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccb206;
Background color
Panel with #ccb206 background
background-color: #ccb206;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccb206;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 178, 6, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 178, 6, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccb206; background: linear-gradient(135deg, #ccb206, #62CC06);