#c6d921
a balanced, vivid yellow · cool · closest name: yellow
RGB
198, 217, 33
HSL
66°, 74%, 49%
CMYK
9, 0, 85, 15
Luminance
0.6174
Every format
| HEX | #c6d921 |
| RGB | rgb(198, 217, 33) |
| HSL | hsl(66, 74%, 49%) |
| CMYK | cmyk(9%, 0%, 85%, 15%) |
| LAB | lab(82.8 -26.6 77.7) |
| LCH | lch(82.8 82.1 108.9) |
| OKLCH | oklch(0.843 0.186 116.1) |
Copy-ready code
/* CSS */
color: #c6d921;
background-color: #c6d921;
/* Tailwind (arbitrary) */
class="text-[#c6d921] bg-[#c6d921]"
/* SCSS */
$brand: #c6d921;
/* SwiftUI */
Color(red: 0.776, green: 0.851, blue: 0.129)
/* Android */
Color.parseColor("#c6d921")Accessibility — WCAG contrast
Aa
#c6d921 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6d921 on black: 13.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green85.1%
Blue12.9%
CMYK percentages
Cyan8.8%
Magenta0.0%
Yellow84.8%
Key (black)14.9%
Color previews
#c6d921 text on a black background
contrast 13.35:1
Card sample
#c6d921 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6d921;
Background color
Panel with #c6d921 background
background-color: #c6d921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6d921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 217, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 217, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6d921; background: linear-gradient(135deg, #c6d921, #4BD921);