#6dbf13
a dark, electric green · cool · closest name: green
RGB
109, 191, 19
HSL
89°, 82%, 41%
CMYK
43, 0, 90, 25
Luminance
0.4056
Every format
| HEX | #6dbf13 |
| RGB | rgb(109, 191, 19) |
| HSL | hsl(89, 82%, 41%) |
| CMYK | cmyk(43%, 0%, 90%, 25%) |
| LAB | lab(69.9 -49.5 67.5) |
| LCH | lch(69.9 83.7 126.3) |
| OKLCH | oklch(0.724 0.202 133.8) |
Copy-ready code
/* CSS */
color: #6dbf13;
background-color: #6dbf13;
/* Tailwind (arbitrary) */
class="text-[#6dbf13] bg-[#6dbf13]"
/* SCSS */
$brand: #6dbf13;
/* SwiftUI */
Color(red: 0.427, green: 0.749, blue: 0.075)
/* Android */
Color.parseColor("#6dbf13")Accessibility — WCAG contrast
Aa
#6dbf13 on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6dbf13 on black: 9.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green74.9%
Blue7.5%
CMYK percentages
Cyan42.9%
Magenta0.0%
Yellow90.1%
Key (black)25.1%
Color previews
#6dbf13 text on a black background
contrast 9.11:1
Card sample
#6dbf13 text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6dbf13;
Background color
Panel with #6dbf13 background
background-color: #6dbf13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6dbf13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 191, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 191, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6dbf13; background: linear-gradient(135deg, #6dbf13, #13BF2C);