#c6f521
a balanced, electric green · cool · closest name: yellow
RGB
198, 245, 33
HSL
73°, 91%, 55%
CMYK
19, 0, 87, 4
Luminance
0.7742
Every format
| HEX | #c6f521 |
| RGB | rgb(198, 245, 33) |
| HSL | hsl(73, 91%, 55%) |
| CMYK | cmyk(19%, 0%, 87%, 4%) |
| LAB | lab(90.5 -39.4 84.1) |
| LCH | lch(90.5 92.9 115.1) |
| OKLCH | oklch(0.905 0.215 122.8) |
Copy-ready code
/* CSS */
color: #c6f521;
background-color: #c6f521;
/* Tailwind (arbitrary) */
class="text-[#c6f521] bg-[#c6f521]"
/* SCSS */
$brand: #c6f521;
/* SwiftUI */
Color(red: 0.776, green: 0.961, blue: 0.129)
/* Android */
Color.parseColor("#c6f521")Accessibility — WCAG contrast
Aa
#c6f521 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6f521 on black: 16.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green96.1%
Blue12.9%
CMYK percentages
Cyan19.2%
Magenta0.0%
Yellow86.5%
Key (black)3.9%
Color previews
#c6f521 text on a black background
contrast 16.48:1
Card sample
#c6f521 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6f521;
Background color
Panel with #c6f521 background
background-color: #c6f521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6f521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 245, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 245, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6f521; background: linear-gradient(135deg, #c6f521, #39F521);