#6af255
a balanced, electric green · cool · closest name: lime
RGB
106, 242, 85
HSL
112°, 86%, 64%
CMYK
56, 0, 65, 5
Luminance
0.6722
Every format
| HEX | #6af255 |
| RGB | rgb(106, 242, 85) |
| HSL | hsl(112, 86%, 64%) |
| CMYK | cmyk(56%, 0%, 65%, 5%) |
| LAB | lab(85.6 -65.4 62.5) |
| LCH | lch(85.6 90.4 136.3) |
| OKLCH | oklch(0.854 0.230 141.1) |
Copy-ready code
/* CSS */
color: #6af255;
background-color: #6af255;
/* Tailwind (arbitrary) */
class="text-[#6af255] bg-[#6af255]"
/* SCSS */
$brand: #6af255;
/* SwiftUI */
Color(red: 0.416, green: 0.949, blue: 0.333)
/* Android */
Color.parseColor("#6af255")Accessibility — WCAG contrast
Aa
#6af255 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6af255 on black: 14.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green94.9%
Blue33.3%
CMYK percentages
Cyan56.2%
Magenta0.0%
Yellow64.9%
Key (black)5.1%
Color previews
#6af255 text on a black background
contrast 14.44:1
Card sample
#6af255 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6af255;
Background color
Panel with #6af255 background
background-color: #6af255;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6af255;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 242, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 242, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6af255; background: linear-gradient(135deg, #6af255, #55F2A9);