#6ef2ac
a light, electric green · cool · closest name: aquamarine
RGB
110, 242, 172
HSL
148°, 84%, 69%
CMYK
55, 0, 29, 5
Luminance
0.6980
Every format
| HEX | #6ef2ac |
| RGB | rgb(110, 242, 172) |
| HSL | hsl(148, 84%, 69%) |
| CMYK | cmyk(55%, 0%, 29%, 5%) |
| LAB | lab(86.9 -52.0 23.0) |
| LCH | lch(86.9 56.9 156.1) |
| OKLCH | oklch(0.869 0.154 157.7) |
Copy-ready code
/* CSS */
color: #6ef2ac;
background-color: #6ef2ac;
/* Tailwind (arbitrary) */
class="text-[#6ef2ac] bg-[#6ef2ac]"
/* SCSS */
$brand: #6ef2ac;
/* SwiftUI */
Color(red: 0.431, green: 0.949, blue: 0.675)
/* Android */
Color.parseColor("#6ef2ac")Accessibility — WCAG contrast
Aa
#6ef2ac on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ef2ac on black: 14.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.1%
Green94.9%
Blue67.5%
CMYK percentages
Cyan54.5%
Magenta0.0%
Yellow28.9%
Key (black)5.1%
Color previews
#6ef2ac text on a black background
contrast 14.96:1
Card sample
#6ef2ac text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ef2ac;
Background color
Panel with #6ef2ac background
background-color: #6ef2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ef2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(110, 242, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(110, 242, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ef2ac; background: linear-gradient(135deg, #6ef2ac, #6EE0F2);