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