#7bafee
a light, electric blue · cool · closest name: steelblue
RGB
123, 175, 238
HSL
213°, 77%, 71%
CMYK
48, 27, 0, 7
Luminance
0.4104
Every format
| HEX | #7bafee |
| RGB | rgb(123, 175, 238) |
| HSL | hsl(213, 77%, 71%) |
| CMYK | cmyk(48%, 27%, 0%, 7%) |
| LAB | lab(70.2 -0.3 -36.8) |
| LCH | lch(70.2 36.8 269.6) |
| OKLCH | oklch(0.743 0.107 253.8) |
Copy-ready code
/* CSS */
color: #7bafee;
background-color: #7bafee;
/* Tailwind (arbitrary) */
class="text-[#7bafee] bg-[#7bafee]"
/* SCSS */
$brand: #7bafee;
/* SwiftUI */
Color(red: 0.482, green: 0.686, blue: 0.933)
/* Android */
Color.parseColor("#7bafee")Accessibility — WCAG contrast
Aa
#7bafee on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bafee on black: 9.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green68.6%
Blue93.3%
CMYK percentages
Cyan48.3%
Magenta26.5%
Yellow0.0%
Key (black)6.7%
Color previews
#7bafee text on a black background
contrast 9.21:1
Card sample
#7bafee text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bafee;
Background color
Panel with #7bafee background
background-color: #7bafee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bafee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 175, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 175, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bafee; background: linear-gradient(135deg, #7bafee, #947BEE);