#6bdcd3
a balanced, vivid cyan · cool · closest name: turquoise
RGB
107, 220, 211
HSL
175°, 62%, 64%
CMYK
51, 0, 4, 14
Luminance
0.5902
Every format
| HEX | #6bdcd3 |
| RGB | rgb(107, 220, 211) |
| HSL | hsl(175, 62%, 64%) |
| CMYK | cmyk(51%, 0%, 4%, 14%) |
| LAB | lab(81.3 -34.3 -5.5) |
| LCH | lch(81.3 34.8 189.0) |
| OKLCH | oklch(0.826 0.104 188.4) |
Copy-ready code
/* CSS */
color: #6bdcd3;
background-color: #6bdcd3;
/* Tailwind (arbitrary) */
class="text-[#6bdcd3] bg-[#6bdcd3]"
/* SCSS */
$brand: #6bdcd3;
/* SwiftUI */
Color(red: 0.420, green: 0.863, blue: 0.827)
/* Android */
Color.parseColor("#6bdcd3")Accessibility — WCAG contrast
Aa
#6bdcd3 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6bdcd3 on black: 12.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green86.3%
Blue82.7%
CMYK percentages
Cyan51.4%
Magenta0.0%
Yellow4.1%
Key (black)13.7%
Color previews
#6bdcd3 text on a black background
contrast 12.80:1
Card sample
#6bdcd3 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6bdcd3;
Background color
Panel with #6bdcd3 background
background-color: #6bdcd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6bdcd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 220, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 220, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6bdcd3; background: linear-gradient(135deg, #6bdcd3, #6B9ADC);