#c3ad2b
a balanced, vivid yellow · cool · closest name: olive
RGB
195, 173, 43
HSL
51°, 64%, 47%
CMYK
0, 11, 78, 24
Luminance
0.4166
Every format
| HEX | #c3ad2b |
| RGB | rgb(195, 173, 43) |
| HSL | hsl(51, 64%, 47%) |
| CMYK | cmyk(0%, 11%, 78%, 24%) |
| LAB | lab(70.6 -5.5 64.5) |
| LCH | lch(70.6 64.7 94.8) |
| OKLCH | oklch(0.745 0.142 99.0) |
Copy-ready code
/* CSS */
color: #c3ad2b;
background-color: #c3ad2b;
/* Tailwind (arbitrary) */
class="text-[#c3ad2b] bg-[#c3ad2b]"
/* SCSS */
$brand: #c3ad2b;
/* SwiftUI */
Color(red: 0.765, green: 0.678, blue: 0.169)
/* Android */
Color.parseColor("#c3ad2b")Accessibility — WCAG contrast
Aa
#c3ad2b on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3ad2b on black: 9.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green67.8%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta11.3%
Yellow77.9%
Key (black)23.5%
Color previews
#c3ad2b text on a black background
contrast 9.33:1
Card sample
#c3ad2b text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3ad2b;
Background color
Panel with #c3ad2b background
background-color: #c3ad2b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3ad2b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 173, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 173, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3ad2b; background: linear-gradient(135deg, #c3ad2b, #74C32B);