#6adeab
a balanced, vivid green · cool · closest name: aquamarine
RGB
106, 222, 171
HSL
154°, 64%, 64%
CMYK
52, 0, 23, 13
Luminance
0.5825
Every format
| HEX | #6adeab |
| RGB | rgb(106, 222, 171) |
| HSL | hsl(154, 64%, 64%) |
| CMYK | cmyk(52%, 0%, 23%, 13%) |
| LAB | lab(80.9 -44.7 15.1) |
| LCH | lch(80.9 47.2 161.3) |
| OKLCH | oklch(0.819 0.130 162.6) |
Copy-ready code
/* CSS */
color: #6adeab;
background-color: #6adeab;
/* Tailwind (arbitrary) */
class="text-[#6adeab] bg-[#6adeab]"
/* SCSS */
$brand: #6adeab;
/* SwiftUI */
Color(red: 0.416, green: 0.871, blue: 0.671)
/* Android */
Color.parseColor("#6adeab")Accessibility — WCAG contrast
Aa
#6adeab on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6adeab on black: 12.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green87.1%
Blue67.1%
CMYK percentages
Cyan52.3%
Magenta0.0%
Yellow23.0%
Key (black)12.9%
Color previews
#6adeab text on a black background
contrast 12.65:1
Card sample
#6adeab text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6adeab;
Background color
Panel with #6adeab background
background-color: #6adeab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6adeab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 222, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 222, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6adeab; background: linear-gradient(135deg, #6adeab, #6AC4DE);