#6af621
a balanced, electric green · cool · closest name: lime
RGB
106, 246, 33
HSL
99°, 92%, 55%
CMYK
57, 0, 87, 4
Luminance
0.6909
Every format
| HEX | #6af621 |
| RGB | rgb(106, 246, 33) |
| HSL | hsl(99, 92%, 55%) |
| CMYK | cmyk(57%, 0%, 87%, 4%) |
| LAB | lab(86.5 -69.9 79.1) |
| LCH | lch(86.5 105.5 131.5) |
| OKLCH | oklch(0.861 0.259 138.3) |
Copy-ready code
/* CSS */
color: #6af621;
background-color: #6af621;
/* Tailwind (arbitrary) */
class="text-[#6af621] bg-[#6af621]"
/* SCSS */
$brand: #6af621;
/* SwiftUI */
Color(red: 0.416, green: 0.965, blue: 0.129)
/* Android */
Color.parseColor("#6af621")Accessibility — WCAG contrast
Aa
#6af621 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6af621 on black: 14.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green96.5%
Blue12.9%
CMYK percentages
Cyan56.9%
Magenta0.0%
Yellow86.6%
Key (black)3.5%
Color previews
#6af621 text on a black background
contrast 14.82:1
Card sample
#6af621 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6af621;
Background color
Panel with #6af621 background
background-color: #6af621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6af621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 246, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 246, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6af621; background: linear-gradient(135deg, #6af621, #21F666);