#7cdff8
a light, electric cyan · cool · closest name: skyblue
RGB
124, 223, 248
HSL
192°, 90%, 73%
CMYK
50, 10, 0, 3
Luminance
0.6384
Every format
| HEX | #7cdff8 |
| RGB | rgb(124, 223, 248) |
| HSL | hsl(192, 90%, 73%) |
| CMYK | cmyk(50%, 10%, 0%, 3%) |
| LAB | lab(83.9 -22.5 -21.1) |
| LCH | lch(83.9 30.9 223.2) |
| OKLCH | oklch(0.852 0.099 216.1) |
Copy-ready code
/* CSS */
color: #7cdff8;
background-color: #7cdff8;
/* Tailwind (arbitrary) */
class="text-[#7cdff8] bg-[#7cdff8]"
/* SCSS */
$brand: #7cdff8;
/* SwiftUI */
Color(red: 0.486, green: 0.875, blue: 0.973)
/* Android */
Color.parseColor("#7cdff8")Accessibility — WCAG contrast
Aa
#7cdff8 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cdff8 on black: 13.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green87.5%
Blue97.3%
CMYK percentages
Cyan50.0%
Magenta10.1%
Yellow0.0%
Key (black)2.7%
Color previews
#7cdff8 text on a black background
contrast 13.77:1
Card sample
#7cdff8 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cdff8;
Background color
Panel with #7cdff8 background
background-color: #7cdff8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cdff8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 223, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 223, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cdff8; background: linear-gradient(135deg, #7cdff8, #7C8CF8);