#7cccda
a light, vivid cyan · cool · closest name: skyblue
RGB
124, 204, 218
HSL
189°, 56%, 67%
CMYK
43, 6, 0, 15
Luminance
0.5253
Every format
| HEX | #7cccda |
| RGB | rgb(124, 204, 218) |
| HSL | hsl(189, 56%, 67%) |
| CMYK | cmyk(43%, 6%, 0%, 15%) |
| LAB | lab(77.6 -20.9 -14.6) |
| LCH | lch(77.6 25.5 215.0) |
| OKLCH | oklch(0.799 0.081 209.9) |
Copy-ready code
/* CSS */
color: #7cccda;
background-color: #7cccda;
/* Tailwind (arbitrary) */
class="text-[#7cccda] bg-[#7cccda]"
/* SCSS */
$brand: #7cccda;
/* SwiftUI */
Color(red: 0.486, green: 0.800, blue: 0.855)
/* Android */
Color.parseColor("#7cccda")Accessibility — WCAG contrast
Aa
#7cccda on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cccda on black: 11.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green80.0%
Blue85.5%
CMYK percentages
Cyan43.1%
Magenta6.4%
Yellow0.0%
Key (black)14.5%
Color previews
#7cccda text on a black background
contrast 11.51:1
Card sample
#7cccda text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cccda;
Background color
Panel with #7cccda background
background-color: #7cccda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cccda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 204, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 204, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cccda; background: linear-gradient(135deg, #7cccda, #7C8EDA);