#7cccd3
a light, vivid cyan · cool · closest name: skyblue
RGB
124, 204, 211
HSL
185°, 50%, 66%
CMYK
41, 3, 0, 17
Luminance
0.5217
Every format
| HEX | #7cccd3 |
| RGB | rgb(124, 204, 211) |
| HSL | hsl(185, 50%, 66%) |
| CMYK | cmyk(41%, 3%, 0%, 17%) |
| LAB | lab(77.4 -22.7 -11.2) |
| LCH | lch(77.4 25.3 206.2) |
| OKLCH | oklch(0.796 0.079 202.9) |
Copy-ready code
/* CSS */
color: #7cccd3;
background-color: #7cccd3;
/* Tailwind (arbitrary) */
class="text-[#7cccd3] bg-[#7cccd3]"
/* SCSS */
$brand: #7cccd3;
/* SwiftUI */
Color(red: 0.486, green: 0.800, blue: 0.827)
/* Android */
Color.parseColor("#7cccd3")Accessibility — WCAG contrast
Aa
#7cccd3 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cccd3 on black: 11.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green80.0%
Blue82.7%
CMYK percentages
Cyan41.2%
Magenta3.3%
Yellow0.0%
Key (black)17.3%
Color previews
#7cccd3 text on a black background
contrast 11.43:1
Card sample
#7cccd3 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cccd3;
Background color
Panel with #7cccd3 background
background-color: #7cccd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cccd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 204, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 204, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cccd3; background: linear-gradient(135deg, #7cccd3, #7C92D3);