#7cdfff
a light, electric cyan · cool · closest name: skyblue
RGB
124, 223, 255
HSL
195°, 100%, 74%
CMYK
51, 13, 0, 0
Luminance
0.6428
Every format
| HEX | #7cdfff |
| RGB | rgb(124, 223, 255) |
| HSL | hsl(195, 100%, 74%) |
| CMYK | cmyk(51%, 13%, 0%, 0%) |
| LAB | lab(84.1 -20.6 -24.5) |
| LCH | lch(84.1 32.0 229.9) |
| OKLCH | oklch(0.855 0.103 221.2) |
Copy-ready code
/* CSS */
color: #7cdfff;
background-color: #7cdfff;
/* Tailwind (arbitrary) */
class="text-[#7cdfff] bg-[#7cdfff]"
/* SCSS */
$brand: #7cdfff;
/* SwiftUI */
Color(red: 0.486, green: 0.875, blue: 1.000)
/* Android */
Color.parseColor("#7cdfff")Accessibility — WCAG contrast
Aa
#7cdfff on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cdfff on black: 13.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green87.5%
Blue100.0%
CMYK percentages
Cyan51.4%
Magenta12.5%
Yellow0.0%
Key (black)0.0%
Color previews
#7cdfff text on a black background
contrast 13.86:1
Card sample
#7cdfff text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cdfff;
Background color
Panel with #7cdfff background
background-color: #7cdfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cdfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 223, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 223, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cdfff; background: linear-gradient(135deg, #7cdfff, #7C88FF);