#c6fc21
a balanced, electric green · cool · closest name: yellow
RGB
198, 252, 33
HSL
75°, 97%, 56%
CMYK
21, 0, 87, 1
Luminance
0.8174
Every format
| HEX | #c6fc21 |
| RGB | rgb(198, 252, 33) |
| HSL | hsl(75, 97%, 56%) |
| CMYK | cmyk(21%, 0%, 87%, 1%) |
| LAB | lab(92.5 -42.5 85.7) |
| LCH | lch(92.5 95.7 116.4) |
| OKLCH | oklch(0.921 0.223 124.2) |
Copy-ready code
/* CSS */
color: #c6fc21;
background-color: #c6fc21;
/* Tailwind (arbitrary) */
class="text-[#c6fc21] bg-[#c6fc21]"
/* SCSS */
$brand: #c6fc21;
/* SwiftUI */
Color(red: 0.776, green: 0.988, blue: 0.129)
/* Android */
Color.parseColor("#c6fc21")Accessibility — WCAG contrast
Aa
#c6fc21 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6fc21 on black: 17.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green98.8%
Blue12.9%
CMYK percentages
Cyan21.4%
Magenta0.0%
Yellow86.9%
Key (black)1.2%
Color previews
#c6fc21 text on a black background
contrast 17.35:1
Card sample
#c6fc21 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6fc21;
Background color
Panel with #c6fc21 background
background-color: #c6fc21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6fc21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 252, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 252, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6fc21; background: linear-gradient(135deg, #c6fc21, #34FC21);