#6afec7
a light, electric green · cool · closest name: aquamarine
RGB
106, 254, 199
HSL
158°, 99%, 71%
CMYK
58, 0, 22, 0
Luminance
0.7807
Every format
| HEX | #6afec7 |
| RGB | rgb(106, 254, 199) |
| HSL | hsl(158, 99%, 71%) |
| CMYK | cmyk(58%, 0%, 22%, 0%) |
| LAB | lab(90.8 -52.3 14.6) |
| LCH | lch(90.8 54.3 164.4) |
| OKLCH | oklch(0.902 0.150 165.6) |
Copy-ready code
/* CSS */
color: #6afec7;
background-color: #6afec7;
/* Tailwind (arbitrary) */
class="text-[#6afec7] bg-[#6afec7]"
/* SCSS */
$brand: #6afec7;
/* SwiftUI */
Color(red: 0.416, green: 0.996, blue: 0.780)
/* Android */
Color.parseColor("#6afec7")Accessibility — WCAG contrast
Aa
#6afec7 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6afec7 on black: 16.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green99.6%
Blue78.0%
CMYK percentages
Cyan58.3%
Magenta0.0%
Yellow21.7%
Key (black)0.4%
Color previews
#6afec7 text on a black background
contrast 16.61:1
Card sample
#6afec7 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6afec7;
Background color
Panel with #6afec7 background
background-color: #6afec7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6afec7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 254, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 254, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6afec7; background: linear-gradient(135deg, #6afec7, #6AD2FE);