#6dcccf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
109, 204, 207
HSL
182°, 51%, 62%
CMYK
47, 1, 0, 19
Luminance
0.5094
Every format
| HEX | #6dcccf |
| RGB | rgb(109, 204, 207) |
| HSL | hsl(182, 51%, 62%) |
| CMYK | cmyk(47%, 1%, 0%, 19%) |
| LAB | lab(76.6 -27.3 -10.2) |
| LCH | lch(76.6 29.1 200.5) |
| OKLCH | oklch(0.788 0.090 198.2) |
Copy-ready code
/* CSS */
color: #6dcccf;
background-color: #6dcccf;
/* Tailwind (arbitrary) */
class="text-[#6dcccf] bg-[#6dcccf]"
/* SCSS */
$brand: #6dcccf;
/* SwiftUI */
Color(red: 0.427, green: 0.800, blue: 0.812)
/* Android */
Color.parseColor("#6dcccf")Accessibility — WCAG contrast
Aa
#6dcccf on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6dcccf on black: 11.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green80.0%
Blue81.2%
CMYK percentages
Cyan47.3%
Magenta1.4%
Yellow0.0%
Key (black)18.8%
Color previews
#6dcccf text on a black background
contrast 11.19:1
Card sample
#6dcccf text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6dcccf;
Background color
Panel with #6dcccf background
background-color: #6dcccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6dcccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 204, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 204, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6dcccf; background: linear-gradient(135deg, #6dcccf, #6D8BCF);