#ccab2c
a balanced, vivid yellow · cool · closest name: olive
RGB
204, 171, 44
HSL
48°, 65%, 49%
CMYK
0, 16, 78, 20
Luminance
0.4215
Every format
| HEX | #ccab2c |
| RGB | rgb(204, 171, 44) |
| HSL | hsl(48, 65%, 49%) |
| CMYK | cmyk(0%, 16%, 78%, 20%) |
| LAB | lab(71.0 -0.4 64.8) |
| LCH | lch(71.0 64.8 90.4) |
| OKLCH | oklch(0.750 0.141 93.4) |
Copy-ready code
/* CSS */
color: #ccab2c;
background-color: #ccab2c;
/* Tailwind (arbitrary) */
class="text-[#ccab2c] bg-[#ccab2c]"
/* SCSS */
$brand: #ccab2c;
/* SwiftUI */
Color(red: 0.800, green: 0.671, blue: 0.173)
/* Android */
Color.parseColor("#ccab2c")Accessibility — WCAG contrast
Aa
#ccab2c on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccab2c on black: 9.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green67.1%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta16.2%
Yellow78.4%
Key (black)20.0%
Color previews
#ccab2c text on a black background
contrast 9.43:1
Card sample
#ccab2c text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccab2c;
Background color
Panel with #ccab2c background
background-color: #ccab2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccab2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 171, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 171, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccab2c; background: linear-gradient(135deg, #ccab2c, #82CC2C);