#6bdade
a balanced, vivid cyan · cool · closest name: turquoise
RGB
107, 218, 222
HSL
182°, 64%, 65%
CMYK
52, 2, 0, 13
Luminance
0.5854
Every format
| HEX | #6bdade |
| RGB | rgb(107, 218, 222) |
| HSL | hsl(182, 64%, 65%) |
| CMYK | cmyk(52%, 2%, 0%, 13%) |
| LAB | lab(81.0 -30.6 -11.7) |
| LCH | lch(81.0 32.7 200.9) |
| OKLCH | oklch(0.825 0.102 198.5) |
Copy-ready code
/* CSS */
color: #6bdade;
background-color: #6bdade;
/* Tailwind (arbitrary) */
class="text-[#6bdade] bg-[#6bdade]"
/* SCSS */
$brand: #6bdade;
/* SwiftUI */
Color(red: 0.420, green: 0.855, blue: 0.871)
/* Android */
Color.parseColor("#6bdade")Accessibility — WCAG contrast
Aa
#6bdade on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6bdade on black: 12.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green85.5%
Blue87.1%
CMYK percentages
Cyan51.8%
Magenta1.8%
Yellow0.0%
Key (black)12.9%
Color previews
#6bdade text on a black background
contrast 12.71:1
Card sample
#6bdade text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6bdade;
Background color
Panel with #6bdade background
background-color: #6bdade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6bdade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 218, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 218, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6bdade; background: linear-gradient(135deg, #6bdade, #6B8DDE);