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