#caac35
a balanced, vivid yellow · cool · closest name: olive
RGB
202, 172, 53
HSL
48°, 58%, 50%
CMYK
0, 15, 74, 21
Luminance
0.4232
Every format
| HEX | #caac35 |
| RGB | rgb(202, 172, 53) |
| HSL | hsl(48, 58%, 50%) |
| CMYK | cmyk(0%, 15%, 74%, 21%) |
| LAB | lab(71.1 -1.5 61.6) |
| LCH | lch(71.1 61.6 91.4) |
| OKLCH | oklch(0.750 0.136 94.4) |
Copy-ready code
/* CSS */
color: #caac35;
background-color: #caac35;
/* Tailwind (arbitrary) */
class="text-[#caac35] bg-[#caac35]"
/* SCSS */
$brand: #caac35;
/* SwiftUI */
Color(red: 0.792, green: 0.675, blue: 0.208)
/* Android */
Color.parseColor("#caac35")Accessibility — WCAG contrast
Aa
#caac35 on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caac35 on black: 9.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green67.5%
Blue20.8%
CMYK percentages
Cyan0.0%
Magenta14.9%
Yellow73.8%
Key (black)20.8%
Color previews
#caac35 text on a black background
contrast 9.46:1
Card sample
#caac35 text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caac35;
Background color
Panel with #caac35 background
background-color: #caac35;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caac35;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 172, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 172, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caac35; background: linear-gradient(135deg, #caac35, #85CA35);