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