#7cdceb
a light, vivid cyan · cool · closest name: skyblue
RGB
124, 220, 235
HSL
188°, 74%, 70%
CMYK
47, 6, 0, 8
Luminance
0.6147
Every format
| HEX | #7cdceb |
| RGB | rgb(124, 220, 235) |
| HSL | hsl(188, 74%, 70%) |
| CMYK | cmyk(47%, 6%, 0%, 8%) |
| LAB | lab(82.6 -24.5 -16.1) |
| LCH | lch(82.6 29.3 213.4) |
| OKLCH | oklch(0.841 0.093 208.6) |
Copy-ready code
/* CSS */
color: #7cdceb;
background-color: #7cdceb;
/* Tailwind (arbitrary) */
class="text-[#7cdceb] bg-[#7cdceb]"
/* SCSS */
$brand: #7cdceb;
/* SwiftUI */
Color(red: 0.486, green: 0.863, blue: 0.922)
/* Android */
Color.parseColor("#7cdceb")Accessibility — WCAG contrast
Aa
#7cdceb on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cdceb on black: 13.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green86.3%
Blue92.2%
CMYK percentages
Cyan47.2%
Magenta6.4%
Yellow0.0%
Key (black)7.8%
Color previews
#7cdceb text on a black background
contrast 13.29:1
Card sample
#7cdceb text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cdceb;
Background color
Panel with #7cdceb background
background-color: #7cdceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cdceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 220, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 220, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cdceb; background: linear-gradient(135deg, #7cdceb, #7C92EB);