#7ccdf8
a light, electric blue · cool · closest name: skyblue
RGB
124, 205, 248
HSL
201°, 90%, 73%
CMYK
50, 17, 0, 3
Luminance
0.5473
Every format
| HEX | #7ccdf8 |
| RGB | rgb(124, 205, 248) |
| HSL | hsl(201, 90%, 73%) |
| CMYK | cmyk(50%, 17%, 0%, 3%) |
| LAB | lab(78.9 -13.3 -28.8) |
| LCH | lch(78.9 31.7 245.1) |
| OKLCH | oklch(0.812 0.100 233.0) |
Copy-ready code
/* CSS */
color: #7ccdf8;
background-color: #7ccdf8;
/* Tailwind (arbitrary) */
class="text-[#7ccdf8] bg-[#7ccdf8]"
/* SCSS */
$brand: #7ccdf8;
/* SwiftUI */
Color(red: 0.486, green: 0.804, blue: 0.973)
/* Android */
Color.parseColor("#7ccdf8")Accessibility — WCAG contrast
Aa
#7ccdf8 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ccdf8 on black: 11.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green80.4%
Blue97.3%
CMYK percentages
Cyan50.0%
Magenta17.3%
Yellow0.0%
Key (black)2.7%
Color previews
#7ccdf8 text on a black background
contrast 11.95:1
Card sample
#7ccdf8 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ccdf8;
Background color
Panel with #7ccdf8 background
background-color: #7ccdf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ccdf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 205, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 205, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ccdf8; background: linear-gradient(135deg, #7ccdf8, #7D7CF8);