#7baceb
a light, vivid blue · cool · closest name: steelblue
RGB
123, 172, 235
HSL
214°, 74%, 70%
CMYK
48, 27, 0, 8
Luminance
0.3971
Every format
| HEX | #7baceb |
| RGB | rgb(123, 172, 235) |
| HSL | hsl(214, 74%, 70%) |
| CMYK | cmyk(48%, 27%, 0%, 8%) |
| LAB | lab(69.3 0.5 -36.6) |
| LCH | lch(69.3 36.6 270.8) |
| OKLCH | oklch(0.735 0.106 255.1) |
Copy-ready code
/* CSS */
color: #7baceb;
background-color: #7baceb;
/* Tailwind (arbitrary) */
class="text-[#7baceb] bg-[#7baceb]"
/* SCSS */
$brand: #7baceb;
/* SwiftUI */
Color(red: 0.482, green: 0.675, blue: 0.922)
/* Android */
Color.parseColor("#7baceb")Accessibility — WCAG contrast
Aa
#7baceb on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7baceb on black: 8.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green67.5%
Blue92.2%
CMYK percentages
Cyan47.7%
Magenta26.8%
Yellow0.0%
Key (black)7.8%
Color previews
#7baceb text on a black background
contrast 8.94:1
Card sample
#7baceb text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7baceb;
Background color
Panel with #7baceb background
background-color: #7baceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7baceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 172, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 172, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7baceb; background: linear-gradient(135deg, #7baceb, #957BEB);