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