#6bcccc
a balanced, vivid cyan · cool · closest name: turquoise
RGB
107, 204, 204
HSL
180°, 49%, 61%
CMYK
48, 0, 0, 20
Luminance
0.5067
Every format
| HEX | #6bcccc |
| RGB | rgb(107, 204, 204) |
| HSL | hsl(180, 49%, 61%) |
| CMYK | cmyk(48%, 0%, 0%, 20%) |
| LAB | lab(76.5 -28.5 -8.8) |
| LCH | lch(76.5 29.8 197.2) |
| OKLCH | oklch(0.786 0.092 195.4) |
Copy-ready code
/* CSS */
color: #6bcccc;
background-color: #6bcccc;
/* Tailwind (arbitrary) */
class="text-[#6bcccc] bg-[#6bcccc]"
/* SCSS */
$brand: #6bcccc;
/* SwiftUI */
Color(red: 0.420, green: 0.800, blue: 0.800)
/* Android */
Color.parseColor("#6bcccc")Accessibility — WCAG contrast
Aa
#6bcccc on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6bcccc on black: 11.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green80.0%
Blue80.0%
CMYK percentages
Cyan47.5%
Magenta0.0%
Yellow0.0%
Key (black)20.0%
Color previews
#6bcccc text on a black background
contrast 11.13:1
Card sample
#6bcccc text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6bcccc;
Background color
Panel with #6bcccc background
background-color: #6bcccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6bcccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 204, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 204, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6bcccc; background: linear-gradient(135deg, #6bcccc, #6B8BCC);