#6bc90f
a dark, electric green · cool · closest name: green
RGB
107, 201, 15
HSL
90°, 86%, 42%
CMYK
47, 0, 93, 21
Luminance
0.4493
Every format
| HEX | #6bc90f |
| RGB | rgb(107, 201, 15) |
| HSL | hsl(90, 86%, 42%) |
| CMYK | cmyk(47%, 0%, 93%, 21%) |
| LAB | lab(72.8 -54.1 70.5) |
| LCH | lch(72.8 88.9 127.5) |
| OKLCH | oklch(0.748 0.215 135.0) |
Copy-ready code
/* CSS */
color: #6bc90f;
background-color: #6bc90f;
/* Tailwind (arbitrary) */
class="text-[#6bc90f] bg-[#6bc90f]"
/* SCSS */
$brand: #6bc90f;
/* SwiftUI */
Color(red: 0.420, green: 0.788, blue: 0.059)
/* Android */
Color.parseColor("#6bc90f")Accessibility — WCAG contrast
Aa
#6bc90f on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6bc90f on black: 9.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green78.8%
Blue5.9%
CMYK percentages
Cyan46.8%
Magenta0.0%
Yellow92.5%
Key (black)21.2%
Color previews
#6bc90f text on a black background
contrast 9.99:1
Card sample
#6bc90f text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6bc90f;
Background color
Panel with #6bc90f background
background-color: #6bc90f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6bc90f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 201, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 201, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6bc90f; background: linear-gradient(135deg, #6bc90f, #0FC92F);