#6fad2f
a dark, vivid green · cool · closest name: olivedrab
RGB
111, 173, 47
HSL
90°, 57%, 43%
CMYK
36, 0, 73, 32
Luminance
0.3347
Every format
| HEX | #6fad2f |
| RGB | rgb(111, 173, 47) |
| HSL | hsl(90, 57%, 43%) |
| CMYK | cmyk(36%, 0%, 73%, 32%) |
| LAB | lab(64.5 -40.1 55.1) |
| LCH | lch(64.5 68.2 126.0) |
| OKLCH | oklch(0.681 0.168 132.4) |
Copy-ready code
/* CSS */
color: #6fad2f;
background-color: #6fad2f;
/* Tailwind (arbitrary) */
class="text-[#6fad2f] bg-[#6fad2f]"
/* SCSS */
$brand: #6fad2f;
/* SwiftUI */
Color(red: 0.435, green: 0.678, blue: 0.184)
/* Android */
Color.parseColor("#6fad2f")Accessibility — WCAG contrast
Aa
#6fad2f on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fad2f on black: 7.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green67.8%
Blue18.4%
CMYK percentages
Cyan35.8%
Magenta0.0%
Yellow72.8%
Key (black)32.2%
Color previews
#6fad2f text on a black background
contrast 7.69:1
Card sample
#6fad2f text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fad2f;
Background color
Panel with #6fad2f background
background-color: #6fad2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fad2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 173, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 173, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fad2f; background: linear-gradient(135deg, #6fad2f, #2FAD43);