#6afec2
a light, electric green · cool · closest name: aquamarine
RGB
106, 254, 194
HSL
156°, 99%, 71%
CMYK
58, 0, 24, 0
Luminance
0.7784
Every format
| HEX | #6afec2 |
| RGB | rgb(106, 254, 194) |
| HSL | hsl(156, 99%, 71%) |
| CMYK | cmyk(58%, 0%, 24%, 0%) |
| LAB | lab(90.7 -53.3 17.0) |
| LCH | lch(90.7 56.0 162.3) |
| OKLCH | oklch(0.901 0.153 163.5) |
Copy-ready code
/* CSS */
color: #6afec2;
background-color: #6afec2;
/* Tailwind (arbitrary) */
class="text-[#6afec2] bg-[#6afec2]"
/* SCSS */
$brand: #6afec2;
/* SwiftUI */
Color(red: 0.416, green: 0.996, blue: 0.761)
/* Android */
Color.parseColor("#6afec2")Accessibility — WCAG contrast
Aa
#6afec2 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6afec2 on black: 16.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green99.6%
Blue76.1%
CMYK percentages
Cyan58.3%
Magenta0.0%
Yellow23.6%
Key (black)0.4%
Color previews
#6afec2 text on a black background
contrast 16.57:1
Card sample
#6afec2 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6afec2;
Background color
Panel with #6afec2 background
background-color: #6afec2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6afec2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 254, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 254, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6afec2; background: linear-gradient(135deg, #6afec2, #6AD7FE);