#7ccce2
a light, vivid cyan · cool · closest name: skyblue
RGB
124, 204, 226
HSL
193°, 64%, 69%
CMYK
45, 10, 0, 11
Luminance
0.5296
Every format
| HEX | #7ccce2 |
| RGB | rgb(124, 204, 226) |
| HSL | hsl(193, 64%, 69%) |
| CMYK | cmyk(45%, 10%, 0%, 11%) |
| LAB | lab(77.8 -18.8 -18.6) |
| LCH | lch(77.8 26.4 224.6) |
| OKLCH | oklch(0.802 0.084 217.4) |
Copy-ready code
/* CSS */
color: #7ccce2;
background-color: #7ccce2;
/* Tailwind (arbitrary) */
class="text-[#7ccce2] bg-[#7ccce2]"
/* SCSS */
$brand: #7ccce2;
/* SwiftUI */
Color(red: 0.486, green: 0.800, blue: 0.886)
/* Android */
Color.parseColor("#7ccce2")Accessibility — WCAG contrast
Aa
#7ccce2 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ccce2 on black: 11.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green80.0%
Blue88.6%
CMYK percentages
Cyan45.1%
Magenta9.7%
Yellow0.0%
Key (black)11.4%
Color previews
#7ccce2 text on a black background
contrast 11.59:1
Card sample
#7ccce2 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ccce2;
Background color
Panel with #7ccce2 background
background-color: #7ccce2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ccce2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 204, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 204, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ccce2; background: linear-gradient(135deg, #7ccce2, #7C88E2);