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