#7bafe4
a light, vivid blue · cool · closest name: steelblue
RGB
123, 175, 228
HSL
210°, 66%, 69%
CMYK
46, 23, 0, 11
Luminance
0.4047
Every format
| HEX | #7bafe4 |
| RGB | rgb(123, 175, 228) |
| HSL | hsl(210, 66%, 69%) |
| CMYK | cmyk(46%, 23%, 0%, 11%) |
| LAB | lab(69.8 -3.1 -31.9) |
| LCH | lch(69.8 32.1 264.4) |
| OKLCH | oklch(0.738 0.095 249.7) |
Copy-ready code
/* CSS */
color: #7bafe4;
background-color: #7bafe4;
/* Tailwind (arbitrary) */
class="text-[#7bafe4] bg-[#7bafe4]"
/* SCSS */
$brand: #7bafe4;
/* SwiftUI */
Color(red: 0.482, green: 0.686, blue: 0.894)
/* Android */
Color.parseColor("#7bafe4")Accessibility — WCAG contrast
Aa
#7bafe4 on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bafe4 on black: 9.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green68.6%
Blue89.4%
CMYK percentages
Cyan46.1%
Magenta23.2%
Yellow0.0%
Key (black)10.6%
Color previews
#7bafe4 text on a black background
contrast 9.09:1
Card sample
#7bafe4 text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bafe4;
Background color
Panel with #7bafe4 background
background-color: #7bafe4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bafe4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 175, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 175, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bafe4; background: linear-gradient(135deg, #7bafe4, #8D7BE4);