#7cbdf8
a light, electric blue · cool · closest name: skyblue
RGB
124, 189, 248
HSL
209°, 90%, 73%
CMYK
50, 24, 0, 3
Luminance
0.4746
Every format
| HEX | #7cbdf8 |
| RGB | rgb(124, 189, 248) |
| HSL | hsl(209, 90%, 73%) |
| CMYK | cmyk(50%, 24%, 0%, 3%) |
| LAB | lab(74.5 -4.8 -35.5) |
| LCH | lch(74.5 35.9 262.3) |
| OKLCH | oklch(0.777 0.108 247.0) |
Copy-ready code
/* CSS */
color: #7cbdf8;
background-color: #7cbdf8;
/* Tailwind (arbitrary) */
class="text-[#7cbdf8] bg-[#7cbdf8]"
/* SCSS */
$brand: #7cbdf8;
/* SwiftUI */
Color(red: 0.486, green: 0.741, blue: 0.973)
/* Android */
Color.parseColor("#7cbdf8")Accessibility — WCAG contrast
Aa
#7cbdf8 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cbdf8 on black: 10.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green74.1%
Blue97.3%
CMYK percentages
Cyan50.0%
Magenta23.8%
Yellow0.0%
Key (black)2.7%
Color previews
#7cbdf8 text on a black background
contrast 10.49:1
Card sample
#7cbdf8 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cbdf8;
Background color
Panel with #7cbdf8 background
background-color: #7cbdf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cbdf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 189, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 189, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cbdf8; background: linear-gradient(135deg, #7cbdf8, #8D7CF8);