#7cbaf7
a light, electric blue · cool · closest name: skyblue
RGB
124, 186, 247
HSL
210°, 89%, 73%
CMYK
50, 25, 0, 3
Luminance
0.4612
Every format
| HEX | #7cbaf7 |
| RGB | rgb(124, 186, 247) |
| HSL | hsl(210, 89%, 73%) |
| CMYK | cmyk(50%, 25%, 0%, 3%) |
| LAB | lab(73.6 -3.5 -36.4) |
| LCH | lch(73.6 36.5 264.5) |
| OKLCH | oklch(0.771 0.109 249.0) |
Copy-ready code
/* CSS */
color: #7cbaf7;
background-color: #7cbaf7;
/* Tailwind (arbitrary) */
class="text-[#7cbaf7] bg-[#7cbaf7]"
/* SCSS */
$brand: #7cbaf7;
/* SwiftUI */
Color(red: 0.486, green: 0.729, blue: 0.969)
/* Android */
Color.parseColor("#7cbaf7")Accessibility — WCAG contrast
Aa
#7cbaf7 on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cbaf7 on black: 10.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green72.9%
Blue96.9%
CMYK percentages
Cyan49.8%
Magenta24.7%
Yellow0.0%
Key (black)3.1%
Color previews
#7cbaf7 text on a black background
contrast 10.22:1
Card sample
#7cbaf7 text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cbaf7;
Background color
Panel with #7cbaf7 background
background-color: #7cbaf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cbaf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 186, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 186, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cbaf7; background: linear-gradient(135deg, #7cbaf7, #907CF7);