#ccaf3c
a balanced, vivid yellow · cool · closest name: olive
RGB
204, 175, 60
HSL
48°, 59%, 52%
CMYK
0, 14, 71, 20
Luminance
0.4382
Every format
| HEX | #ccaf3c |
| RGB | rgb(204, 175, 60) |
| HSL | hsl(48, 59%, 52%) |
| CMYK | cmyk(0%, 14%, 71%, 20%) |
| LAB | lab(72.1 -1.9 60.0) |
| LCH | lch(72.1 60.0 91.8) |
| OKLCH | oklch(0.759 0.134 94.6) |
Copy-ready code
/* CSS */
color: #ccaf3c;
background-color: #ccaf3c;
/* Tailwind (arbitrary) */
class="text-[#ccaf3c] bg-[#ccaf3c]"
/* SCSS */
$brand: #ccaf3c;
/* SwiftUI */
Color(red: 0.800, green: 0.686, blue: 0.235)
/* Android */
Color.parseColor("#ccaf3c")Accessibility — WCAG contrast
Aa
#ccaf3c on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccaf3c on black: 9.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green68.6%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta14.2%
Yellow70.6%
Key (black)20.0%
Color previews
#ccaf3c text on a black background
contrast 9.76:1
Card sample
#ccaf3c text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccaf3c;
Background color
Panel with #ccaf3c background
background-color: #ccaf3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccaf3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 175, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 175, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccaf3c; background: linear-gradient(135deg, #ccaf3c, #89CC3C);