#6af049
a balanced, electric green · cool · closest name: lime
RGB
106, 240, 73
HSL
108°, 85%, 61%
CMYK
56, 0, 70, 6
Luminance
0.6587
Every format
| HEX | #6af049 |
| RGB | rgb(106, 240, 73) |
| HSL | hsl(108, 85%, 61%) |
| CMYK | cmyk(56%, 0%, 70%, 6%) |
| LAB | lab(84.9 -65.7 66.3) |
| LCH | lch(84.9 93.3 134.7) |
| OKLCH | oklch(0.848 0.235 140.1) |
Copy-ready code
/* CSS */
color: #6af049;
background-color: #6af049;
/* Tailwind (arbitrary) */
class="text-[#6af049] bg-[#6af049]"
/* SCSS */
$brand: #6af049;
/* SwiftUI */
Color(red: 0.416, green: 0.941, blue: 0.286)
/* Android */
Color.parseColor("#6af049")Accessibility — WCAG contrast
Aa
#6af049 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6af049 on black: 14.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green94.1%
Blue28.6%
CMYK percentages
Cyan55.8%
Magenta0.0%
Yellow69.6%
Key (black)5.9%
Color previews
#6af049 text on a black background
contrast 14.17:1
Card sample
#6af049 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6af049;
Background color
Panel with #6af049 background
background-color: #6af049;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6af049;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 240, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 240, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6af049; background: linear-gradient(135deg, #6af049, #49F097);