#7cbaeb
a light, vivid blue · cool · closest name: skyblue
RGB
124, 186, 235
HSL
207°, 74%, 70%
CMYK
47, 21, 0, 8
Luminance
0.4540
Every format
| HEX | #7cbaeb |
| RGB | rgb(124, 186, 235) |
| HSL | hsl(207, 74%, 70%) |
| CMYK | cmyk(47%, 21%, 0%, 8%) |
| LAB | lab(73.2 -6.9 -30.6) |
| LCH | lch(73.2 31.4 257.2) |
| OKLCH | oklch(0.765 0.095 243.3) |
Copy-ready code
/* CSS */
color: #7cbaeb;
background-color: #7cbaeb;
/* Tailwind (arbitrary) */
class="text-[#7cbaeb] bg-[#7cbaeb]"
/* SCSS */
$brand: #7cbaeb;
/* SwiftUI */
Color(red: 0.486, green: 0.729, blue: 0.922)
/* Android */
Color.parseColor("#7cbaeb")Accessibility — WCAG contrast
Aa
#7cbaeb on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cbaeb on black: 10.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green72.9%
Blue92.2%
CMYK percentages
Cyan47.2%
Magenta20.9%
Yellow0.0%
Key (black)7.8%
Color previews
#7cbaeb text on a black background
contrast 10.08:1
Card sample
#7cbaeb text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cbaeb;
Background color
Panel with #7cbaeb background
background-color: #7cbaeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cbaeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 186, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 186, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cbaeb; background: linear-gradient(135deg, #7cbaeb, #887CEB);