#c6b02d
a balanced, vivid yellow · cool · closest name: olive
RGB
198, 176, 45
HSL
51°, 63%, 48%
CMYK
0, 11, 77, 22
Luminance
0.4325
Every format
| HEX | #c6b02d |
| RGB | rgb(198, 176, 45) |
| HSL | hsl(51, 63%, 48%) |
| CMYK | cmyk(0%, 11%, 77%, 22%) |
| LAB | lab(71.7 -5.7 64.9) |
| LCH | lch(71.7 65.2 95.0) |
| OKLCH | oklch(0.754 0.143 99.2) |
Copy-ready code
/* CSS */
color: #c6b02d;
background-color: #c6b02d;
/* Tailwind (arbitrary) */
class="text-[#c6b02d] bg-[#c6b02d]"
/* SCSS */
$brand: #c6b02d;
/* SwiftUI */
Color(red: 0.776, green: 0.690, blue: 0.176)
/* Android */
Color.parseColor("#c6b02d")Accessibility — WCAG contrast
Aa
#c6b02d on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6b02d on black: 9.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green69.0%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta11.1%
Yellow77.3%
Key (black)22.4%
Color previews
#c6b02d text on a black background
contrast 9.65:1
Card sample
#c6b02d text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6b02d;
Background color
Panel with #c6b02d background
background-color: #c6b02d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6b02d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 176, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 176, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6b02d; background: linear-gradient(135deg, #c6b02d, #76C62D);