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