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