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