#6dbf00
a dark, electric green · cool · closest name: green
RGB
109, 191, 0
HSL
86°, 100%, 38%
CMYK
43, 0, 100, 25
Luminance
0.4051
Every format
| HEX | #6dbf00 |
| RGB | rgb(109, 191, 0) |
| HSL | hsl(86, 100%, 38%) |
| CMYK | cmyk(43%, 0%, 100%, 25%) |
| LAB | lab(69.8 -49.9 69.8) |
| LCH | lch(69.8 85.8 125.6) |
| OKLCH | oklch(0.723 0.205 133.4) |
Copy-ready code
/* CSS */
color: #6dbf00;
background-color: #6dbf00;
/* Tailwind (arbitrary) */
class="text-[#6dbf00] bg-[#6dbf00]"
/* SCSS */
$brand: #6dbf00;
/* SwiftUI */
Color(red: 0.427, green: 0.749, blue: 0.000)
/* Android */
Color.parseColor("#6dbf00")Accessibility — WCAG contrast
Aa
#6dbf00 on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6dbf00 on black: 9.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green74.9%
Blue0.0%
CMYK percentages
Cyan42.9%
Magenta0.0%
Yellow100.0%
Key (black)25.1%
Color previews
#6dbf00 text on a black background
contrast 9.10:1
Card sample
#6dbf00 text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6dbf00;
Background color
Panel with #6dbf00 background
background-color: #6dbf00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6dbf00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 191, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 191, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6dbf00; background: linear-gradient(135deg, #6dbf00, #00BF12);