#ccaf22
a balanced, vivid yellow · cool · closest name: gold
RGB
204, 175, 34
HSL
50°, 71%, 47%
CMYK
0, 14, 83, 20
Luminance
0.4361
Every format
| HEX | #ccaf22 |
| RGB | rgb(204, 175, 34) |
| HSL | hsl(50, 71%, 47%) |
| CMYK | cmyk(0%, 14%, 83%, 20%) |
| LAB | lab(72.0 -2.9 68.6) |
| LCH | lch(72.0 68.7 92.4) |
| OKLCH | oklch(0.757 0.148 96.3) |
Copy-ready code
/* CSS */
color: #ccaf22;
background-color: #ccaf22;
/* Tailwind (arbitrary) */
class="text-[#ccaf22] bg-[#ccaf22]"
/* SCSS */
$brand: #ccaf22;
/* SwiftUI */
Color(red: 0.800, green: 0.686, blue: 0.133)
/* Android */
Color.parseColor("#ccaf22")Accessibility — WCAG contrast
Aa
#ccaf22 on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccaf22 on black: 9.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green68.6%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta14.2%
Yellow83.3%
Key (black)20.0%
Color previews
#ccaf22 text on a black background
contrast 9.72:1
Card sample
#ccaf22 text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccaf22;
Background color
Panel with #ccaf22 background
background-color: #ccaf22;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccaf22;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 175, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 175, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccaf22; background: linear-gradient(135deg, #ccaf22, #78CC22);