#6af166
a light, electric green · cool · closest name: lime
RGB
106, 241, 102
HSL
118°, 83%, 67%
CMYK
56, 0, 58, 6
Luminance
0.6693
Every format
| HEX | #6af166 |
| RGB | rgb(106, 241, 102) |
| HSL | hsl(118, 83%, 67%) |
| CMYK | cmyk(56%, 0%, 58%, 6%) |
| LAB | lab(85.5 -63.3 55.2) |
| LCH | lch(85.5 84.0 138.9) |
| OKLCH | oklch(0.854 0.216 142.9) |
Copy-ready code
/* CSS */
color: #6af166;
background-color: #6af166;
/* Tailwind (arbitrary) */
class="text-[#6af166] bg-[#6af166]"
/* SCSS */
$brand: #6af166;
/* SwiftUI */
Color(red: 0.416, green: 0.945, blue: 0.400)
/* Android */
Color.parseColor("#6af166")Accessibility — WCAG contrast
Aa
#6af166 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6af166 on black: 14.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green94.5%
Blue40.0%
CMYK percentages
Cyan56.0%
Magenta0.0%
Yellow57.7%
Key (black)5.5%
Color previews
#6af166 text on a black background
contrast 14.39:1
Card sample
#6af166 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6af166;
Background color
Panel with #6af166 background
background-color: #6af166;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6af166;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 241, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 241, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6af166; background: linear-gradient(135deg, #6af166, #66F1BF);