#6cb607
a dark, electric green · cool · closest name: green
RGB
108, 182, 7
HSL
85°, 93%, 37%
CMYK
41, 0, 96, 29
Luminance
0.3666
Every format
| HEX | #6cb607 |
| RGB | rgb(108, 182, 7) |
| HSL | hsl(85, 93%, 37%) |
| CMYK | cmyk(41%, 0%, 96%, 29%) |
| LAB | lab(67.0 -46.5 66.8) |
| LCH | lch(67.0 81.3 124.9) |
| OKLCH | oklch(0.700 0.195 132.7) |
Copy-ready code
/* CSS */
color: #6cb607;
background-color: #6cb607;
/* Tailwind (arbitrary) */
class="text-[#6cb607] bg-[#6cb607]"
/* SCSS */
$brand: #6cb607;
/* SwiftUI */
Color(red: 0.424, green: 0.714, blue: 0.027)
/* Android */
Color.parseColor("#6cb607")Accessibility — WCAG contrast
Aa
#6cb607 on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cb607 on black: 8.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green71.4%
Blue2.7%
CMYK percentages
Cyan40.7%
Magenta0.0%
Yellow96.2%
Key (black)28.6%
Color previews
#6cb607 text on a black background
contrast 8.33:1
Card sample
#6cb607 text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cb607;
Background color
Panel with #6cb607 background
background-color: #6cb607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cb607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 182, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 182, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cb607; background: linear-gradient(135deg, #6cb607, #07B617);