#7ba3e2
a light, vivid blue · cool · closest name: steelblue
RGB
123, 163, 226
HSL
217°, 64%, 68%
CMYK
46, 28, 0, 11
Luminance
0.3590
Every format
| HEX | #7ba3e2 |
| RGB | rgb(123, 163, 226) |
| HSL | hsl(217, 64%, 68%) |
| CMYK | cmyk(46%, 28%, 0%, 11%) |
| LAB | lab(66.4 3.0 -36.1) |
| LCH | lch(66.4 36.2 274.8) |
| OKLCH | oklch(0.711 0.103 259.3) |
Copy-ready code
/* CSS */
color: #7ba3e2;
background-color: #7ba3e2;
/* Tailwind (arbitrary) */
class="text-[#7ba3e2] bg-[#7ba3e2]"
/* SCSS */
$brand: #7ba3e2;
/* SwiftUI */
Color(red: 0.482, green: 0.639, blue: 0.886)
/* Android */
Color.parseColor("#7ba3e2")Accessibility — WCAG contrast
Aa
#7ba3e2 on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ba3e2 on black: 8.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green63.9%
Blue88.6%
CMYK percentages
Cyan45.6%
Magenta27.9%
Yellow0.0%
Key (black)11.4%
Color previews
#7ba3e2 text on a black background
contrast 8.18:1
Card sample
#7ba3e2 text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ba3e2;
Background color
Panel with #7ba3e2 background
background-color: #7ba3e2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ba3e2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 163, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 163, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ba3e2; background: linear-gradient(135deg, #7ba3e2, #987BE2);