#6fac3f
a balanced, vivid green · cool · closest name: olivedrab
RGB
111, 172, 63
HSL
94°, 46%, 46%
CMYK
36, 0, 63, 33
Luminance
0.3324
Every format
| HEX | #6fac3f |
| RGB | rgb(111, 172, 63) |
| HSL | hsl(94, 46%, 46%) |
| CMYK | cmyk(36%, 0%, 63%, 33%) |
| LAB | lab(64.4 -38.4 48.5) |
| LCH | lch(64.4 61.9 128.4) |
| OKLCH | oklch(0.680 0.155 133.7) |
Copy-ready code
/* CSS */
color: #6fac3f;
background-color: #6fac3f;
/* Tailwind (arbitrary) */
class="text-[#6fac3f] bg-[#6fac3f]"
/* SCSS */
$brand: #6fac3f;
/* SwiftUI */
Color(red: 0.435, green: 0.675, blue: 0.247)
/* Android */
Color.parseColor("#6fac3f")Accessibility — WCAG contrast
Aa
#6fac3f on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fac3f on black: 7.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green67.5%
Blue24.7%
CMYK percentages
Cyan35.5%
Magenta0.0%
Yellow63.4%
Key (black)32.5%
Color previews
#6fac3f text on a black background
contrast 7.65:1
Card sample
#6fac3f text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fac3f;
Background color
Panel with #6fac3f background
background-color: #6fac3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fac3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 172, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 172, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fac3f; background: linear-gradient(135deg, #6fac3f, #3FAC58);