#c3ad21
a dark, vivid yellow · cool · closest name: olive
RGB
195, 173, 33
HSL
52°, 71%, 45%
CMYK
0, 11, 83, 24
Luminance
0.4160
Every format
| HEX | #c3ad21 |
| RGB | rgb(195, 173, 33) |
| HSL | hsl(52, 71%, 45%) |
| CMYK | cmyk(0%, 11%, 83%, 24%) |
| LAB | lab(70.6 -5.8 67.4) |
| LCH | lch(70.6 67.6 94.9) |
| OKLCH | oklch(0.745 0.147 99.5) |
Copy-ready code
/* CSS */
color: #c3ad21;
background-color: #c3ad21;
/* Tailwind (arbitrary) */
class="text-[#c3ad21] bg-[#c3ad21]"
/* SCSS */
$brand: #c3ad21;
/* SwiftUI */
Color(red: 0.765, green: 0.678, blue: 0.129)
/* Android */
Color.parseColor("#c3ad21")Accessibility — WCAG contrast
Aa
#c3ad21 on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3ad21 on black: 9.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green67.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta11.3%
Yellow83.1%
Key (black)23.5%
Color previews
#c3ad21 text on a black background
contrast 9.32:1
Card sample
#c3ad21 text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3ad21;
Background color
Panel with #c3ad21 background
background-color: #c3ad21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3ad21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 173, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 173, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3ad21; background: linear-gradient(135deg, #c3ad21, #6DC321);