#6dc5cf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
109, 197, 207
HSL
186°, 51%, 62%
CMYK
47, 5, 0, 19
Luminance
0.4769
Every format
| HEX | #6dc5cf |
| RGB | rgb(109, 197, 207) |
| HSL | hsl(186, 51%, 62%) |
| CMYK | cmyk(47%, 5%, 0%, 19%) |
| LAB | lab(74.6 -23.8 -13.2) |
| LCH | lch(74.6 27.2 209.0) |
| OKLCH | oklch(0.772 0.086 205.1) |
Copy-ready code
/* CSS */
color: #6dc5cf;
background-color: #6dc5cf;
/* Tailwind (arbitrary) */
class="text-[#6dc5cf] bg-[#6dc5cf]"
/* SCSS */
$brand: #6dc5cf;
/* SwiftUI */
Color(red: 0.427, green: 0.773, blue: 0.812)
/* Android */
Color.parseColor("#6dc5cf")Accessibility — WCAG contrast
Aa
#6dc5cf on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6dc5cf on black: 10.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green77.3%
Blue81.2%
CMYK percentages
Cyan47.3%
Magenta4.8%
Yellow0.0%
Key (black)18.8%
Color previews
#6dc5cf text on a black background
contrast 10.54:1
Card sample
#6dc5cf text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6dc5cf;
Background color
Panel with #6dc5cf background
background-color: #6dc5cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6dc5cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 197, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 197, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6dc5cf; background: linear-gradient(135deg, #6dc5cf, #6D84CF);