#6af331
a balanced, electric green · cool · closest name: lime
RGB
106, 243, 49
HSL
102°, 89%, 57%
CMYK
56, 0, 80, 5
Luminance
0.6739
Every format
| HEX | #6af331 |
| RGB | rgb(106, 243, 49) |
| HSL | hsl(102, 89%, 57%) |
| CMYK | cmyk(56%, 0%, 80%, 5%) |
| LAB | lab(85.7 -68.3 74.7) |
| LCH | lch(85.7 101.2 132.4) |
| OKLCH | oklch(0.854 0.251 138.8) |
Copy-ready code
/* CSS */
color: #6af331;
background-color: #6af331;
/* Tailwind (arbitrary) */
class="text-[#6af331] bg-[#6af331]"
/* SCSS */
$brand: #6af331;
/* SwiftUI */
Color(red: 0.416, green: 0.953, blue: 0.192)
/* Android */
Color.parseColor("#6af331")Accessibility — WCAG contrast
Aa
#6af331 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6af331 on black: 14.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green95.3%
Blue19.2%
CMYK percentages
Cyan56.4%
Magenta0.0%
Yellow79.8%
Key (black)4.7%
Color previews
#6af331 text on a black background
contrast 14.48:1
Card sample
#6af331 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6af331;
Background color
Panel with #6af331 background
background-color: #6af331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6af331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 243, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 243, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6af331; background: linear-gradient(135deg, #6af331, #31F37A);