#ccaf06
a dark, electric yellow · cool · closest name: gold
RGB
204, 175, 6
HSL
51°, 94%, 41%
CMYK
0, 14, 97, 20
Luminance
0.4351
Every format
| HEX | #ccaf06 |
| RGB | rgb(204, 175, 6) |
| HSL | hsl(51, 94%, 41%) |
| CMYK | cmyk(0%, 14%, 97%, 20%) |
| LAB | lab(71.9 -3.4 73.6) |
| LCH | lch(71.9 73.7 92.6) |
| OKLCH | oklch(0.757 0.155 97.0) |
Copy-ready code
/* CSS */
color: #ccaf06;
background-color: #ccaf06;
/* Tailwind (arbitrary) */
class="text-[#ccaf06] bg-[#ccaf06]"
/* SCSS */
$brand: #ccaf06;
/* SwiftUI */
Color(red: 0.800, green: 0.686, blue: 0.024)
/* Android */
Color.parseColor("#ccaf06")Accessibility — WCAG contrast
Aa
#ccaf06 on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccaf06 on black: 9.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green68.6%
Blue2.4%
CMYK percentages
Cyan0.0%
Magenta14.2%
Yellow97.1%
Key (black)20.0%
Color previews
#ccaf06 text on a black background
contrast 9.70:1
Card sample
#ccaf06 text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccaf06;
Background color
Panel with #ccaf06 background
background-color: #ccaf06;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccaf06;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 175, 6, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 175, 6, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccaf06; background: linear-gradient(135deg, #ccaf06, #65CC06);