#c0e607
a balanced, electric green · cool · closest name: yellow
RGB
192, 230, 7
HSL
70°, 94%, 47%
CMYK
17, 0, 97, 10
Luminance
0.6782
Every format
| HEX | #c0e607 |
| RGB | rgb(192, 230, 7) |
| HSL | hsl(70, 94%, 47%) |
| CMYK | cmyk(17%, 0%, 97%, 10%) |
| LAB | lab(85.9 -35.5 83.6) |
| LCH | lch(85.9 90.8 113.0) |
| OKLCH | oklch(0.867 0.207 121.0) |
Copy-ready code
/* CSS */
color: #c0e607;
background-color: #c0e607;
/* Tailwind (arbitrary) */
class="text-[#c0e607] bg-[#c0e607]"
/* SCSS */
$brand: #c0e607;
/* SwiftUI */
Color(red: 0.753, green: 0.902, blue: 0.027)
/* Android */
Color.parseColor("#c0e607")Accessibility — WCAG contrast
Aa
#c0e607 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0e607 on black: 14.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green90.2%
Blue2.7%
CMYK percentages
Cyan16.5%
Magenta0.0%
Yellow97.0%
Key (black)9.8%
Color previews
#c0e607 text on a black background
contrast 14.56:1
Card sample
#c0e607 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0e607;
Background color
Panel with #c0e607 background
background-color: #c0e607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0e607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 230, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 230, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0e607; background: linear-gradient(135deg, #c0e607, #2BE607);