#c6be21
a balanced, vivid yellow · cool · closest name: gold
RGB
198, 190, 33
HSL
57°, 71%, 45%
CMYK
0, 4, 83, 22
Luminance
0.4894
Every format
| HEX | #c6be21 |
| RGB | rgb(198, 190, 33) |
| HSL | hsl(57, 71%, 45%) |
| CMYK | cmyk(0%, 4%, 83%, 22%) |
| LAB | lab(75.4 -13.3 71.6) |
| LCH | lch(75.4 72.8 100.5) |
| OKLCH | oklch(0.783 0.160 106.4) |
Copy-ready code
/* CSS */
color: #c6be21;
background-color: #c6be21;
/* Tailwind (arbitrary) */
class="text-[#c6be21] bg-[#c6be21]"
/* SCSS */
$brand: #c6be21;
/* SwiftUI */
Color(red: 0.776, green: 0.745, blue: 0.129)
/* Android */
Color.parseColor("#c6be21")Accessibility — WCAG contrast
Aa
#c6be21 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6be21 on black: 10.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green74.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta4.0%
Yellow83.3%
Key (black)22.4%
Color previews
#c6be21 text on a black background
contrast 10.79:1
Card sample
#c6be21 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6be21;
Background color
Panel with #c6be21 background
background-color: #c6be21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6be21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 190, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 190, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6be21; background: linear-gradient(135deg, #c6be21, #60C621);