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