#c6ae21
a balanced, vivid yellow · cool · closest name: olive
RGB
198, 174, 33
HSL
51°, 71%, 45%
CMYK
0, 12, 83, 22
Luminance
0.4239
Every format
| HEX | #c6ae21 |
| RGB | rgb(198, 174, 33) |
| HSL | hsl(51, 71%, 45%) |
| CMYK | cmyk(0%, 12%, 83%, 22%) |
| LAB | lab(71.1 -5.0 68.0) |
| LCH | lch(71.1 68.1 94.2) |
| OKLCH | oklch(0.750 0.147 98.6) |
Copy-ready code
/* CSS */
color: #c6ae21;
background-color: #c6ae21;
/* Tailwind (arbitrary) */
class="text-[#c6ae21] bg-[#c6ae21]"
/* SCSS */
$brand: #c6ae21;
/* SwiftUI */
Color(red: 0.776, green: 0.682, blue: 0.129)
/* Android */
Color.parseColor("#c6ae21")Accessibility — WCAG contrast
Aa
#c6ae21 on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6ae21 on black: 9.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green68.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta12.1%
Yellow83.3%
Key (black)22.4%
Color previews
#c6ae21 text on a black background
contrast 9.48:1
Card sample
#c6ae21 text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6ae21;
Background color
Panel with #c6ae21 background
background-color: #c6ae21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6ae21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 174, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 174, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6ae21; background: linear-gradient(135deg, #c6ae21, #70C621);