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