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