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