#ccad2d
a balanced, vivid yellow · cool · closest name: olive
RGB
204, 173, 45
HSL
48°, 64%, 49%
CMYK
0, 15, 78, 20
Luminance
0.4291
Every format
| HEX | #ccad2d |
| RGB | rgb(204, 173, 45) |
| HSL | hsl(48, 64%, 49%) |
| CMYK | cmyk(0%, 15%, 78%, 20%) |
| LAB | lab(71.5 -1.4 64.9) |
| LCH | lch(71.5 64.9 91.3) |
| OKLCH | oklch(0.754 0.142 94.5) |
Copy-ready code
/* CSS */
color: #ccad2d;
background-color: #ccad2d;
/* Tailwind (arbitrary) */
class="text-[#ccad2d] bg-[#ccad2d]"
/* SCSS */
$brand: #ccad2d;
/* SwiftUI */
Color(red: 0.800, green: 0.678, blue: 0.176)
/* Android */
Color.parseColor("#ccad2d")Accessibility — WCAG contrast
Aa
#ccad2d on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccad2d on black: 9.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green67.8%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta15.2%
Yellow77.9%
Key (black)20.0%
Color previews
#ccad2d text on a black background
contrast 9.58:1
Card sample
#ccad2d text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccad2d;
Background color
Panel with #ccad2d background
background-color: #ccad2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccad2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 173, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 173, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccad2d; background: linear-gradient(135deg, #ccad2d, #81CC2D);