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