#6adeb6
a balanced, vivid green · cool · closest name: aquamarine
RGB
106, 222, 182
HSL
159°, 64%, 64%
CMYK
52, 0, 18, 13
Luminance
0.5868
Every format
| HEX | #6adeb6 |
| RGB | rgb(106, 222, 182) |
| HSL | hsl(159, 64%, 64%) |
| CMYK | cmyk(52%, 0%, 18%, 13%) |
| LAB | lab(81.1 -42.3 9.7) |
| LCH | lch(81.1 43.4 167.1) |
| OKLCH | oklch(0.822 0.121 168.2) |
Copy-ready code
/* CSS */
color: #6adeb6;
background-color: #6adeb6;
/* Tailwind (arbitrary) */
class="text-[#6adeb6] bg-[#6adeb6]"
/* SCSS */
$brand: #6adeb6;
/* SwiftUI */
Color(red: 0.416, green: 0.871, blue: 0.714)
/* Android */
Color.parseColor("#6adeb6")Accessibility — WCAG contrast
Aa
#6adeb6 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6adeb6 on black: 12.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green87.1%
Blue71.4%
CMYK percentages
Cyan52.3%
Magenta0.0%
Yellow18.0%
Key (black)12.9%
Color previews
#6adeb6 text on a black background
contrast 12.74:1
Card sample
#6adeb6 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6adeb6;
Background color
Panel with #6adeb6 background
background-color: #6adeb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6adeb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 222, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 222, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6adeb6; background: linear-gradient(135deg, #6adeb6, #6AB9DE);