#c6ef1b
a balanced, electric green · cool · closest name: yellow
RGB
198, 239, 27
HSL
72°, 87%, 52%
CMYK
17, 0, 89, 6
Luminance
0.7382
Every format
| HEX | #c6ef1b |
| RGB | rgb(198, 239, 27) |
| HSL | hsl(72, 87%, 52%) |
| CMYK | cmyk(17%, 0%, 89%, 6%) |
| LAB | lab(88.8 -36.9 83.8) |
| LCH | lch(88.8 91.5 113.8) |
| OKLCH | oklch(0.891 0.210 121.5) |
Copy-ready code
/* CSS */
color: #c6ef1b;
background-color: #c6ef1b;
/* Tailwind (arbitrary) */
class="text-[#c6ef1b] bg-[#c6ef1b]"
/* SCSS */
$brand: #c6ef1b;
/* SwiftUI */
Color(red: 0.776, green: 0.937, blue: 0.106)
/* Android */
Color.parseColor("#c6ef1b")Accessibility — WCAG contrast
Aa
#c6ef1b on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6ef1b on black: 15.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green93.7%
Blue10.6%
CMYK percentages
Cyan17.2%
Magenta0.0%
Yellow88.7%
Key (black)6.3%
Color previews
#c6ef1b text on a black background
contrast 15.76:1
Card sample
#c6ef1b text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6ef1b;
Background color
Panel with #c6ef1b background
background-color: #c6ef1b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6ef1b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 239, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 239, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6ef1b; background: linear-gradient(135deg, #c6ef1b, #39EF1B);