#6fc034
a balanced, vivid green · cool · closest name: forestgreen
RGB
111, 192, 52
HSL
95°, 57%, 48%
CMYK
42, 0, 73, 25
Luminance
0.4133
Every format
| HEX | #6fc034 |
| RGB | rgb(111, 192, 52) |
| HSL | hsl(95, 57%, 48%) |
| CMYK | cmyk(42%, 0%, 73%, 25%) |
| LAB | lab(70.4 -47.8 59.2) |
| LCH | lch(70.4 76.0 128.9) |
| OKLCH | oklch(0.729 0.188 135.1) |
Copy-ready code
/* CSS */
color: #6fc034;
background-color: #6fc034;
/* Tailwind (arbitrary) */
class="text-[#6fc034] bg-[#6fc034]"
/* SCSS */
$brand: #6fc034;
/* SwiftUI */
Color(red: 0.435, green: 0.753, blue: 0.204)
/* Android */
Color.parseColor("#6fc034")Accessibility — WCAG contrast
Aa
#6fc034 on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fc034 on black: 9.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green75.3%
Blue20.4%
CMYK percentages
Cyan42.2%
Magenta0.0%
Yellow72.9%
Key (black)24.7%
Color previews
#6fc034 text on a black background
contrast 9.27:1
Card sample
#6fc034 text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fc034;
Background color
Panel with #6fc034 background
background-color: #6fc034;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fc034;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 192, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 192, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fc034; background: linear-gradient(135deg, #6fc034, #34C056);