#c6da21
a balanced, vivid yellow · cool · closest name: yellow
RGB
198, 218, 33
HSL
67°, 74%, 49%
CMYK
9, 0, 85, 15
Luminance
0.6226
Every format
| HEX | #c6da21 |
| RGB | rgb(198, 218, 33) |
| HSL | hsl(67, 74%, 49%) |
| CMYK | cmyk(9%, 0%, 85%, 15%) |
| LAB | lab(83.0 -27.0 77.9) |
| LCH | lch(83.0 82.5 109.1) |
| OKLCH | oklch(0.845 0.187 116.4) |
Copy-ready code
/* CSS */
color: #c6da21;
background-color: #c6da21;
/* Tailwind (arbitrary) */
class="text-[#c6da21] bg-[#c6da21]"
/* SCSS */
$brand: #c6da21;
/* SwiftUI */
Color(red: 0.776, green: 0.855, blue: 0.129)
/* Android */
Color.parseColor("#c6da21")Accessibility — WCAG contrast
Aa
#c6da21 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6da21 on black: 13.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green85.5%
Blue12.9%
CMYK percentages
Cyan9.2%
Magenta0.0%
Yellow84.9%
Key (black)14.5%
Color previews
#c6da21 text on a black background
contrast 13.45:1
Card sample
#c6da21 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6da21;
Background color
Panel with #c6da21 background
background-color: #c6da21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6da21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 218, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 218, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6da21; background: linear-gradient(135deg, #c6da21, #4BDA21);