#7cabeb
a light, vivid blue · cool · closest name: steelblue
RGB
124, 171, 235
HSL
215°, 74%, 70%
CMYK
47, 27, 0, 8
Luminance
0.3941
Every format
| HEX | #7cabeb |
| RGB | rgb(124, 171, 235) |
| HSL | hsl(215, 74%, 70%) |
| CMYK | cmyk(47%, 27%, 0%, 8%) |
| LAB | lab(69.0 1.3 -36.9) |
| LCH | lch(69.0 37.0 272.1) |
| OKLCH | oklch(0.733 0.106 256.3) |
Copy-ready code
/* CSS */
color: #7cabeb;
background-color: #7cabeb;
/* Tailwind (arbitrary) */
class="text-[#7cabeb] bg-[#7cabeb]"
/* SCSS */
$brand: #7cabeb;
/* SwiftUI */
Color(red: 0.486, green: 0.671, blue: 0.922)
/* Android */
Color.parseColor("#7cabeb")Accessibility — WCAG contrast
Aa
#7cabeb on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cabeb on black: 8.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green67.1%
Blue92.2%
CMYK percentages
Cyan47.2%
Magenta27.2%
Yellow0.0%
Key (black)7.8%
Color previews
#7cabeb text on a black background
contrast 8.88:1
Card sample
#7cabeb text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cabeb;
Background color
Panel with #7cabeb background
background-color: #7cabeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cabeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 171, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 171, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cabeb; background: linear-gradient(135deg, #7cabeb, #977CEB);