#6cd9df
a balanced, vivid cyan · cool · closest name: turquoise
RGB
108, 217, 223
HSL
183°, 64%, 65%
CMYK
52, 3, 0, 13
Luminance
0.5814
Every format
| HEX | #6cd9df |
| RGB | rgb(108, 217, 223) |
| HSL | hsl(183, 64%, 65%) |
| CMYK | cmyk(52%, 3%, 0%, 13%) |
| LAB | lab(80.8 -29.6 -12.6) |
| LCH | lch(80.8 32.2 203.0) |
| OKLCH | oklch(0.823 0.100 200.2) |
Copy-ready code
/* CSS */
color: #6cd9df;
background-color: #6cd9df;
/* Tailwind (arbitrary) */
class="text-[#6cd9df] bg-[#6cd9df]"
/* SCSS */
$brand: #6cd9df;
/* SwiftUI */
Color(red: 0.424, green: 0.851, blue: 0.875)
/* Android */
Color.parseColor("#6cd9df")Accessibility — WCAG contrast
Aa
#6cd9df on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cd9df on black: 12.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green85.1%
Blue87.5%
CMYK percentages
Cyan51.6%
Magenta2.7%
Yellow0.0%
Key (black)12.5%
Color previews
#6cd9df text on a black background
contrast 12.63:1
Card sample
#6cd9df text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cd9df;
Background color
Panel with #6cd9df background
background-color: #6cd9df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cd9df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 217, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 217, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cd9df; background: linear-gradient(135deg, #6cd9df, #6C8CDF);