#7bacdf
a light, vivid blue · cool · closest name: steelblue
RGB
123, 172, 223
HSL
211°, 61%, 68%
CMYK
45, 23, 0, 13
Luminance
0.3904
Every format
| HEX | #7bacdf |
| RGB | rgb(123, 172, 223) |
| HSL | hsl(211, 61%, 68%) |
| CMYK | cmyk(45%, 23%, 0%, 13%) |
| LAB | lab(68.8 -2.9 -30.8) |
| LCH | lch(68.8 30.9 264.7) |
| OKLCH | oklch(0.729 0.091 250.1) |
Copy-ready code
/* CSS */
color: #7bacdf;
background-color: #7bacdf;
/* Tailwind (arbitrary) */
class="text-[#7bacdf] bg-[#7bacdf]"
/* SCSS */
$brand: #7bacdf;
/* SwiftUI */
Color(red: 0.482, green: 0.675, blue: 0.875)
/* Android */
Color.parseColor("#7bacdf")Accessibility — WCAG contrast
Aa
#7bacdf on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bacdf on black: 8.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green67.5%
Blue87.5%
CMYK percentages
Cyan44.8%
Magenta22.9%
Yellow0.0%
Key (black)12.5%
Color previews
#7bacdf text on a black background
contrast 8.81:1
Card sample
#7bacdf text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bacdf;
Background color
Panel with #7bacdf background
background-color: #7bacdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bacdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 172, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 172, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bacdf; background: linear-gradient(135deg, #7bacdf, #8D7BDF);