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