#7cbceb
a light, vivid blue · cool · closest name: skyblue
RGB
124, 188, 235
HSL
205°, 74%, 70%
CMYK
47, 20, 0, 8
Luminance
0.4625
Every format
| HEX | #7cbceb |
| RGB | rgb(124, 188, 235) |
| HSL | hsl(205, 74%, 70%) |
| CMYK | cmyk(47%, 20%, 0%, 8%) |
| LAB | lab(73.7 -8.0 -29.7) |
| LCH | lch(73.7 30.8 255.0) |
| OKLCH | oklch(0.770 0.094 241.4) |
Copy-ready code
/* CSS */
color: #7cbceb;
background-color: #7cbceb;
/* Tailwind (arbitrary) */
class="text-[#7cbceb] bg-[#7cbceb]"
/* SCSS */
$brand: #7cbceb;
/* SwiftUI */
Color(red: 0.486, green: 0.737, blue: 0.922)
/* Android */
Color.parseColor("#7cbceb")Accessibility — WCAG contrast
Aa
#7cbceb on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cbceb on black: 10.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green73.7%
Blue92.2%
CMYK percentages
Cyan47.2%
Magenta20.0%
Yellow0.0%
Key (black)7.8%
Color previews
#7cbceb text on a black background
contrast 10.25:1
Card sample
#7cbceb text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cbceb;
Background color
Panel with #7cbceb background
background-color: #7cbceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cbceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 188, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 188, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cbceb; background: linear-gradient(135deg, #7cbceb, #867CEB);