#6af91f
a balanced, electric green · cool · closest name: lime
RGB
106, 249, 31
HSL
99°, 95%, 55%
CMYK
57, 0, 88, 2
Luminance
0.7091
Every format
| HEX | #6af91f |
| RGB | rgb(106, 249, 31) |
| HSL | hsl(99, 95%, 55%) |
| CMYK | cmyk(57%, 0%, 88%, 2%) |
| LAB | lab(87.4 -71.0 80.2) |
| LCH | lch(87.4 107.1 131.5) |
| OKLCH | oklch(0.868 0.263 138.4) |
Copy-ready code
/* CSS */
color: #6af91f;
background-color: #6af91f;
/* Tailwind (arbitrary) */
class="text-[#6af91f] bg-[#6af91f]"
/* SCSS */
$brand: #6af91f;
/* SwiftUI */
Color(red: 0.416, green: 0.976, blue: 0.122)
/* Android */
Color.parseColor("#6af91f")Accessibility — WCAG contrast
Aa
#6af91f on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6af91f on black: 15.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green97.6%
Blue12.2%
CMYK percentages
Cyan57.4%
Magenta0.0%
Yellow87.6%
Key (black)2.4%
Color previews
#6af91f text on a black background
contrast 15.18:1
Card sample
#6af91f text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6af91f;
Background color
Panel with #6af91f background
background-color: #6af91f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6af91f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 249, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 249, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6af91f; background: linear-gradient(135deg, #6af91f, #1FF965);