#6bac00
a dark, electric green · cool · closest name: olivedrab
RGB
107, 172, 0
HSL
83°, 100%, 34%
CMYK
38, 0, 100, 33
Luminance
0.3263
Every format
| HEX | #6bac00 |
| RGB | rgb(107, 172, 0) |
| HSL | hsl(83, 100%, 34%) |
| CMYK | cmyk(38%, 0%, 100%, 33%) |
| LAB | lab(63.9 -42.8 65.1) |
| LCH | lch(63.9 78.0 123.3) |
| OKLCH | oklch(0.674 0.185 131.4) |
Copy-ready code
/* CSS */
color: #6bac00;
background-color: #6bac00;
/* Tailwind (arbitrary) */
class="text-[#6bac00] bg-[#6bac00]"
/* SCSS */
$brand: #6bac00;
/* SwiftUI */
Color(red: 0.420, green: 0.675, blue: 0.000)
/* Android */
Color.parseColor("#6bac00")Accessibility — WCAG contrast
Aa
#6bac00 on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6bac00 on black: 7.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green67.5%
Blue0.0%
CMYK percentages
Cyan37.8%
Magenta0.0%
Yellow100.0%
Key (black)32.5%
Color previews
#6bac00 text on a black background
contrast 7.53:1
Card sample
#6bac00 text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6bac00;
Background color
Panel with #6bac00 background
background-color: #6bac00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6bac00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 172, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 172, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6bac00; background: linear-gradient(135deg, #6bac00, #00AC08);