#7ba2ec
a light, vivid blue · cool · closest name: steelblue
RGB
123, 162, 236
HSL
219°, 75%, 70%
CMYK
48, 31, 0, 8
Luminance
0.3611
Every format
| HEX | #7ba2ec |
| RGB | rgb(123, 162, 236) |
| HSL | hsl(219, 75%, 70%) |
| CMYK | cmyk(48%, 31%, 0%, 8%) |
| LAB | lab(66.6 6.5 -41.3) |
| LCH | lch(66.6 41.8 278.9) |
| OKLCH | oklch(0.714 0.117 262.5) |
Copy-ready code
/* CSS */
color: #7ba2ec;
background-color: #7ba2ec;
/* Tailwind (arbitrary) */
class="text-[#7ba2ec] bg-[#7ba2ec]"
/* SCSS */
$brand: #7ba2ec;
/* SwiftUI */
Color(red: 0.482, green: 0.635, blue: 0.925)
/* Android */
Color.parseColor("#7ba2ec")Accessibility — WCAG contrast
Aa
#7ba2ec on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ba2ec on black: 8.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green63.5%
Blue92.5%
CMYK percentages
Cyan47.9%
Magenta31.4%
Yellow0.0%
Key (black)7.5%
Color previews
#7ba2ec text on a black background
contrast 8.22:1
Card sample
#7ba2ec text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ba2ec;
Background color
Panel with #7ba2ec background
background-color: #7ba2ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ba2ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 162, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 162, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ba2ec; background: linear-gradient(135deg, #7ba2ec, #9F7BEC);