#ccb607
a dark, electric yellow · cool · closest name: gold
RGB
204, 182, 7
HSL
53°, 93%, 41%
CMYK
0, 11, 97, 20
Luminance
0.4631
Every format
| HEX | #ccb607 |
| RGB | rgb(204, 182, 7) |
| HSL | hsl(53, 93%, 41%) |
| CMYK | cmyk(0%, 11%, 97%, 20%) |
| LAB | lab(73.8 -7.0 74.8) |
| LCH | lch(73.8 75.2 95.3) |
| OKLCH | oklch(0.771 0.160 100.5) |
Copy-ready code
/* CSS */
color: #ccb607;
background-color: #ccb607;
/* Tailwind (arbitrary) */
class="text-[#ccb607] bg-[#ccb607]"
/* SCSS */
$brand: #ccb607;
/* SwiftUI */
Color(red: 0.800, green: 0.714, blue: 0.027)
/* Android */
Color.parseColor("#ccb607")Accessibility — WCAG contrast
Aa
#ccb607 on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccb607 on black: 10.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green71.4%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta10.8%
Yellow96.6%
Key (black)20.0%
Color previews
#ccb607 text on a black background
contrast 10.26:1
Card sample
#ccb607 text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccb607;
Background color
Panel with #ccb607 background
background-color: #ccb607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccb607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 182, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 182, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccb607; background: linear-gradient(135deg, #ccb607, #5FCC07);