#7bafeb
a light, vivid blue · cool · closest name: steelblue
RGB
123, 175, 235
HSL
212°, 74%, 70%
CMYK
48, 26, 0, 8
Luminance
0.4087
Every format
| HEX | #7bafeb |
| RGB | rgb(123, 175, 235) |
| HSL | hsl(212, 74%, 70%) |
| CMYK | cmyk(48%, 26%, 0%, 8%) |
| LAB | lab(70.1 -1.1 -35.3) |
| LCH | lch(70.1 35.4 268.2) |
| OKLCH | oklch(0.741 0.103 252.7) |
Copy-ready code
/* CSS */
color: #7bafeb;
background-color: #7bafeb;
/* Tailwind (arbitrary) */
class="text-[#7bafeb] bg-[#7bafeb]"
/* SCSS */
$brand: #7bafeb;
/* SwiftUI */
Color(red: 0.482, green: 0.686, blue: 0.922)
/* Android */
Color.parseColor("#7bafeb")Accessibility — WCAG contrast
Aa
#7bafeb on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bafeb on black: 9.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green68.6%
Blue92.2%
CMYK percentages
Cyan47.7%
Magenta25.5%
Yellow0.0%
Key (black)7.8%
Color previews
#7bafeb text on a black background
contrast 9.17:1
Card sample
#7bafeb text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bafeb;
Background color
Panel with #7bafeb background
background-color: #7bafeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bafeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 175, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 175, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bafeb; background: linear-gradient(135deg, #7bafeb, #927BEB);