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