#6ae9da
a light, vivid cyan · cool · closest name: turquoise
RGB
106, 233, 218
HSL
173°, 74%, 67%
CMYK
55, 0, 6, 9
Luminance
0.6640
Every format
| HEX | #6ae9da |
| RGB | rgb(106, 233, 218) |
| HSL | hsl(173, 74%, 67%) |
| CMYK | cmyk(55%, 0%, 6%, 9%) |
| LAB | lab(85.2 -38.8 -3.4) |
| LCH | lch(85.2 38.9 185.0) |
| OKLCH | oklch(0.858 0.115 184.9) |
Copy-ready code
/* CSS */
color: #6ae9da;
background-color: #6ae9da;
/* Tailwind (arbitrary) */
class="text-[#6ae9da] bg-[#6ae9da]"
/* SCSS */
$brand: #6ae9da;
/* SwiftUI */
Color(red: 0.416, green: 0.914, blue: 0.855)
/* Android */
Color.parseColor("#6ae9da")Accessibility — WCAG contrast
Aa
#6ae9da on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ae9da on black: 14.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green91.4%
Blue85.5%
CMYK percentages
Cyan54.5%
Magenta0.0%
Yellow6.4%
Key (black)8.6%
Color previews
#6ae9da text on a black background
contrast 14.28:1
Card sample
#6ae9da text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ae9da;
Background color
Panel with #6ae9da background
background-color: #6ae9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ae9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 233, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 233, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ae9da; background: linear-gradient(135deg, #6ae9da, #6AA3E9);