#6fa607
a dark, electric green · cool · closest name: olivedrab
RGB
111, 166, 7
HSL
81°, 92%, 34%
CMYK
33, 0, 96, 35
Luminance
0.3067
Every format
| HEX | #6fa607 |
| RGB | rgb(111, 166, 7) |
| HSL | hsl(81, 92%, 34%) |
| CMYK | cmyk(33%, 0%, 96%, 35%) |
| LAB | lab(62.2 -38.6 63.0) |
| LCH | lch(62.2 73.9 121.5) |
| OKLCH | oklch(0.661 0.175 129.5) |
Copy-ready code
/* CSS */
color: #6fa607;
background-color: #6fa607;
/* Tailwind (arbitrary) */
class="text-[#6fa607] bg-[#6fa607]"
/* SCSS */
$brand: #6fa607;
/* SwiftUI */
Color(red: 0.435, green: 0.651, blue: 0.027)
/* Android */
Color.parseColor("#6fa607")Accessibility — WCAG contrast
Aa
#6fa607 on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fa607 on black: 7.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green65.1%
Blue2.7%
CMYK percentages
Cyan33.1%
Magenta0.0%
Yellow95.8%
Key (black)34.9%
Color previews
#6fa607 text on a black background
contrast 7.13:1
Card sample
#6fa607 text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fa607;
Background color
Panel with #6fa607 background
background-color: #6fa607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fa607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 166, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 166, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fa607; background: linear-gradient(135deg, #6fa607, #07A609);