#7cdff1
a light, electric cyan · cool · closest name: skyblue
RGB
124, 223, 241
HSL
189°, 81%, 72%
CMYK
49, 8, 0, 6
Luminance
0.6341
Every format
| HEX | #7cdff1 |
| RGB | rgb(124, 223, 241) |
| HSL | hsl(189, 81%, 72%) |
| CMYK | cmyk(49%, 8%, 0%, 6%) |
| LAB | lab(83.7 -24.4 -17.8) |
| LCH | lch(83.7 30.2 216.1) |
| OKLCH | oklch(0.850 0.096 210.7) |
Copy-ready code
/* CSS */
color: #7cdff1;
background-color: #7cdff1;
/* Tailwind (arbitrary) */
class="text-[#7cdff1] bg-[#7cdff1]"
/* SCSS */
$brand: #7cdff1;
/* SwiftUI */
Color(red: 0.486, green: 0.875, blue: 0.945)
/* Android */
Color.parseColor("#7cdff1")Accessibility — WCAG contrast
Aa
#7cdff1 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cdff1 on black: 13.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green87.5%
Blue94.5%
CMYK percentages
Cyan48.5%
Magenta7.5%
Yellow0.0%
Key (black)5.5%
Color previews
#7cdff1 text on a black background
contrast 13.68:1
Card sample
#7cdff1 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cdff1;
Background color
Panel with #7cdff1 background
background-color: #7cdff1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cdff1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 223, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 223, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cdff1; background: linear-gradient(135deg, #7cdff1, #7C91F1);