#7cbaf3
a light, electric blue · cool · closest name: skyblue
RGB
124, 186, 243
HSL
209°, 83%, 72%
CMYK
49, 24, 0, 5
Luminance
0.4587
Every format
| HEX | #7cbaf3 |
| RGB | rgb(124, 186, 243) |
| HSL | hsl(209, 83%, 72%) |
| CMYK | cmyk(49%, 24%, 0%, 5%) |
| LAB | lab(73.5 -4.6 -34.4) |
| LCH | lch(73.5 34.7 262.3) |
| OKLCH | oklch(0.769 0.104 247.3) |
Copy-ready code
/* CSS */
color: #7cbaf3;
background-color: #7cbaf3;
/* Tailwind (arbitrary) */
class="text-[#7cbaf3] bg-[#7cbaf3]"
/* SCSS */
$brand: #7cbaf3;
/* SwiftUI */
Color(red: 0.486, green: 0.729, blue: 0.953)
/* Android */
Color.parseColor("#7cbaf3")Accessibility — WCAG contrast
Aa
#7cbaf3 on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cbaf3 on black: 10.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green72.9%
Blue95.3%
CMYK percentages
Cyan49.0%
Magenta23.5%
Yellow0.0%
Key (black)4.7%
Color previews
#7cbaf3 text on a black background
contrast 10.17:1
Card sample
#7cbaf3 text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cbaf3;
Background color
Panel with #7cbaf3 background
background-color: #7cbaf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cbaf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 186, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 186, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cbaf3; background: linear-gradient(135deg, #7cbaf3, #8D7CF3);