#6ad2ad
a balanced, vivid green · cool · closest name: turquoise
RGB
106, 210, 173
HSL
159°, 54%, 62%
CMYK
50, 0, 18, 18
Luminance
0.5217
Every format
| HEX | #6ad2ad |
| RGB | rgb(106, 210, 173) |
| HSL | hsl(159, 54%, 62%) |
| CMYK | cmyk(50%, 0%, 18%, 18%) |
| LAB | lab(77.4 -39.0 9.1) |
| LCH | lch(77.4 40.0 166.8) |
| OKLCH | oklch(0.791 0.112 167.9) |
Copy-ready code
/* CSS */
color: #6ad2ad;
background-color: #6ad2ad;
/* Tailwind (arbitrary) */
class="text-[#6ad2ad] bg-[#6ad2ad]"
/* SCSS */
$brand: #6ad2ad;
/* SwiftUI */
Color(red: 0.416, green: 0.824, blue: 0.678)
/* Android */
Color.parseColor("#6ad2ad")Accessibility — WCAG contrast
Aa
#6ad2ad on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ad2ad on black: 11.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green82.4%
Blue67.8%
CMYK percentages
Cyan49.5%
Magenta0.0%
Yellow17.6%
Key (black)17.6%
Color previews
#6ad2ad text on a black background
contrast 11.43:1
Card sample
#6ad2ad text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ad2ad;
Background color
Panel with #6ad2ad background
background-color: #6ad2ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ad2ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 210, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 210, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ad2ad; background: linear-gradient(135deg, #6ad2ad, #6AB2D2);