#6aceab
a balanced, vivid green · cool · closest name: turquoise
RGB
106, 206, 171
HSL
159°, 51%, 61%
CMYK
49, 0, 17, 19
Luminance
0.5015
Every format
| HEX | #6aceab |
| RGB | rgb(106, 206, 171) |
| HSL | hsl(159, 51%, 61%) |
| CMYK | cmyk(49%, 0%, 17%, 19%) |
| LAB | lab(76.2 -37.6 8.5) |
| LCH | lch(76.2 38.6 167.3) |
| OKLCH | oklch(0.781 0.108 168.4) |
Copy-ready code
/* CSS */
color: #6aceab;
background-color: #6aceab;
/* Tailwind (arbitrary) */
class="text-[#6aceab] bg-[#6aceab]"
/* SCSS */
$brand: #6aceab;
/* SwiftUI */
Color(red: 0.416, green: 0.808, blue: 0.671)
/* Android */
Color.parseColor("#6aceab")Accessibility — WCAG contrast
Aa
#6aceab on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6aceab on black: 11.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green80.8%
Blue67.1%
CMYK percentages
Cyan48.5%
Magenta0.0%
Yellow17.0%
Key (black)19.2%
Color previews
#6aceab text on a black background
contrast 11.03:1
Card sample
#6aceab text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6aceab;
Background color
Panel with #6aceab background
background-color: #6aceab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6aceab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 206, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 206, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6aceab; background: linear-gradient(135deg, #6aceab, #6AAECE);