#6aceb0
a balanced, vivid cyan · cool · closest name: turquoise
RGB
106, 206, 176
HSL
162°, 51%, 61%
CMYK
49, 0, 15, 19
Luminance
0.5034
Every format
| HEX | #6aceb0 |
| RGB | rgb(106, 206, 176) |
| HSL | hsl(162, 51%, 61%) |
| CMYK | cmyk(49%, 0%, 15%, 19%) |
| LAB | lab(76.3 -36.5 5.9) |
| LCH | lch(76.3 37.0 170.8) |
| OKLCH | oklch(0.782 0.105 171.7) |
Copy-ready code
/* CSS */
color: #6aceb0;
background-color: #6aceb0;
/* Tailwind (arbitrary) */
class="text-[#6aceb0] bg-[#6aceb0]"
/* SCSS */
$brand: #6aceb0;
/* SwiftUI */
Color(red: 0.416, green: 0.808, blue: 0.690)
/* Android */
Color.parseColor("#6aceb0")Accessibility — WCAG contrast
Aa
#6aceb0 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6aceb0 on black: 11.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green80.8%
Blue69.0%
CMYK percentages
Cyan48.5%
Magenta0.0%
Yellow14.6%
Key (black)19.2%
Color previews
#6aceb0 text on a black background
contrast 11.07:1
Card sample
#6aceb0 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6aceb0;
Background color
Panel with #6aceb0 background
background-color: #6aceb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6aceb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 206, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 206, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6aceb0; background: linear-gradient(135deg, #6aceb0, #6AA9CE);