#c6af3c
a balanced, vivid yellow · cool · closest name: olive
RGB
198, 175, 60
HSL
50°, 55%, 51%
CMYK
0, 12, 70, 22
Luminance
0.4299
Every format
| HEX | #c6af3c |
| RGB | rgb(198, 175, 60) |
| HSL | hsl(50, 55%, 51%) |
| CMYK | cmyk(0%, 12%, 70%, 22%) |
| LAB | lab(71.5 -4.5 59.3) |
| LCH | lch(71.5 59.4 94.3) |
| OKLCH | oklch(0.753 0.134 97.7) |
Copy-ready code
/* CSS */
color: #c6af3c;
background-color: #c6af3c;
/* Tailwind (arbitrary) */
class="text-[#c6af3c] bg-[#c6af3c]"
/* SCSS */
$brand: #c6af3c;
/* SwiftUI */
Color(red: 0.776, green: 0.686, blue: 0.235)
/* Android */
Color.parseColor("#c6af3c")Accessibility — WCAG contrast
Aa
#c6af3c on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6af3c on black: 9.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green68.6%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta11.6%
Yellow69.7%
Key (black)22.4%
Color previews
#c6af3c text on a black background
contrast 9.60:1
Card sample
#c6af3c text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6af3c;
Background color
Panel with #c6af3c background
background-color: #c6af3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6af3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 175, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 175, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6af3c; background: linear-gradient(135deg, #c6af3c, #81C63C);