#7badeb
a light, vivid blue · cool · closest name: steelblue
RGB
123, 173, 235
HSL
213°, 74%, 70%
CMYK
48, 26, 0, 8
Luminance
0.4010
Every format
| HEX | #7badeb |
| RGB | rgb(123, 173, 235) |
| HSL | hsl(213, 74%, 70%) |
| CMYK | cmyk(48%, 26%, 0%, 8%) |
| LAB | lab(69.5 -0.0 -36.2) |
| LCH | lch(69.5 36.2 270.0) |
| OKLCH | oklch(0.737 0.105 254.3) |
Copy-ready code
/* CSS */
color: #7badeb;
background-color: #7badeb;
/* Tailwind (arbitrary) */
class="text-[#7badeb] bg-[#7badeb]"
/* SCSS */
$brand: #7badeb;
/* SwiftUI */
Color(red: 0.482, green: 0.678, blue: 0.922)
/* Android */
Color.parseColor("#7badeb")Accessibility — WCAG contrast
Aa
#7badeb on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7badeb on black: 9.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green67.8%
Blue92.2%
CMYK percentages
Cyan47.7%
Magenta26.4%
Yellow0.0%
Key (black)7.8%
Color previews
#7badeb text on a black background
contrast 9.02:1
Card sample
#7badeb text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7badeb;
Background color
Panel with #7badeb background
background-color: #7badeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7badeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 173, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 173, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7badeb; background: linear-gradient(135deg, #7badeb, #947BEB);