#6afeb5
a light, electric green · cool · closest name: aquamarine
RGB
106, 254, 181
HSL
150°, 99%, 71%
CMYK
58, 0, 29, 0
Luminance
0.7728
Every format
| HEX | #6afeb5 |
| RGB | rgb(106, 254, 181) |
| HSL | hsl(150, 99%, 71%) |
| CMYK | cmyk(58%, 0%, 29%, 0%) |
| LAB | lab(90.5 -56.0 23.3) |
| LCH | lch(90.5 60.6 157.4) |
| OKLCH | oklch(0.898 0.164 158.9) |
Copy-ready code
/* CSS */
color: #6afeb5;
background-color: #6afeb5;
/* Tailwind (arbitrary) */
class="text-[#6afeb5] bg-[#6afeb5]"
/* SCSS */
$brand: #6afeb5;
/* SwiftUI */
Color(red: 0.416, green: 0.996, blue: 0.710)
/* Android */
Color.parseColor("#6afeb5")Accessibility — WCAG contrast
Aa
#6afeb5 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6afeb5 on black: 16.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green99.6%
Blue71.0%
CMYK percentages
Cyan58.3%
Magenta0.0%
Yellow28.7%
Key (black)0.4%
Color previews
#6afeb5 text on a black background
contrast 16.46:1
Card sample
#6afeb5 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6afeb5;
Background color
Panel with #6afeb5 background
background-color: #6afeb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6afeb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 254, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 254, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6afeb5; background: linear-gradient(135deg, #6afeb5, #6AE4FE);