#cbac3c
a balanced, vivid yellow · cool · closest name: olive
RGB
203, 172, 60
HSL
47°, 58%, 52%
CMYK
0, 15, 70, 20
Luminance
0.4253
Every format
| HEX | #cbac3c |
| RGB | rgb(203, 172, 60) |
| HSL | hsl(47, 58%, 52%) |
| CMYK | cmyk(0%, 15%, 70%, 20%) |
| LAB | lab(71.2 -0.7 59.1) |
| LCH | lch(71.2 59.1 90.7) |
| OKLCH | oklch(0.752 0.132 93.2) |
Copy-ready code
/* CSS */
color: #cbac3c;
background-color: #cbac3c;
/* Tailwind (arbitrary) */
class="text-[#cbac3c] bg-[#cbac3c]"
/* SCSS */
$brand: #cbac3c;
/* SwiftUI */
Color(red: 0.796, green: 0.675, blue: 0.235)
/* Android */
Color.parseColor("#cbac3c")Accessibility — WCAG contrast
Aa
#cbac3c on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbac3c on black: 9.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green67.5%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta15.3%
Yellow70.4%
Key (black)20.4%
Color previews
#cbac3c text on a black background
contrast 9.51:1
Card sample
#cbac3c text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbac3c;
Background color
Panel with #cbac3c background
background-color: #cbac3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbac3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 172, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 172, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbac3c; background: linear-gradient(135deg, #cbac3c, #8BCB3C);