#6cccd3
a balanced, vivid cyan · cool · closest name: skyblue
RGB
108, 204, 211
HSL
184°, 54%, 63%
CMYK
49, 3, 0, 17
Luminance
0.5108
Every format
| HEX | #6cccd3 |
| RGB | rgb(108, 204, 211) |
| HSL | hsl(184, 54%, 63%) |
| CMYK | cmyk(49%, 3%, 0%, 17%) |
| LAB | lab(76.7 -26.4 -12.2) |
| LCH | lch(76.7 29.1 204.8) |
| OKLCH | oklch(0.789 0.091 201.7) |
Copy-ready code
/* CSS */
color: #6cccd3;
background-color: #6cccd3;
/* Tailwind (arbitrary) */
class="text-[#6cccd3] bg-[#6cccd3]"
/* SCSS */
$brand: #6cccd3;
/* SwiftUI */
Color(red: 0.424, green: 0.800, blue: 0.827)
/* Android */
Color.parseColor("#6cccd3")Accessibility — WCAG contrast
Aa
#6cccd3 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cccd3 on black: 11.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green80.0%
Blue82.7%
CMYK percentages
Cyan48.8%
Magenta3.3%
Yellow0.0%
Key (black)17.3%
Color previews
#6cccd3 text on a black background
contrast 11.22:1
Card sample
#6cccd3 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cccd3;
Background color
Panel with #6cccd3 background
background-color: #6cccd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cccd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 204, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 204, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cccd3; background: linear-gradient(135deg, #6cccd3, #6C87D3);