#7ba2d7
a light, vivid blue · cool · closest name: steelblue
RGB
123, 162, 215
HSL
215°, 54%, 66%
CMYK
43, 25, 0, 16
Luminance
0.3496
Every format
| HEX | #7ba2d7 |
| RGB | rgb(123, 162, 215) |
| HSL | hsl(215, 54%, 66%) |
| CMYK | cmyk(43%, 25%, 0%, 16%) |
| LAB | lab(65.7 0.4 -31.1) |
| LCH | lch(65.7 31.1 270.8) |
| OKLCH | oklch(0.704 0.089 256.2) |
Copy-ready code
/* CSS */
color: #7ba2d7;
background-color: #7ba2d7;
/* Tailwind (arbitrary) */
class="text-[#7ba2d7] bg-[#7ba2d7]"
/* SCSS */
$brand: #7ba2d7;
/* SwiftUI */
Color(red: 0.482, green: 0.635, blue: 0.843)
/* Android */
Color.parseColor("#7ba2d7")Accessibility — WCAG contrast
Aa
#7ba2d7 on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ba2d7 on black: 7.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green63.5%
Blue84.3%
CMYK percentages
Cyan42.8%
Magenta24.7%
Yellow0.0%
Key (black)15.7%
Color previews
#7ba2d7 text on a black background
contrast 7.99:1
Card sample
#7ba2d7 text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ba2d7;
Background color
Panel with #7ba2d7 background
background-color: #7ba2d7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ba2d7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 162, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 162, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ba2d7; background: linear-gradient(135deg, #7ba2d7, #917BD7);