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