#92adeb
a light, vivid blue · cool · closest name: steelblue
RGB
146, 173, 235
HSL
222°, 69%, 75%
CMYK
38, 26, 0, 8
Luminance
0.4200
Every format
| HEX | #92adeb |
| RGB | rgb(146, 173, 235) |
| HSL | hsl(222, 69%, 75%) |
| CMYK | cmyk(38%, 26%, 0%, 8%) |
| LAB | lab(70.9 5.8 -34.0) |
| LCH | lch(70.9 34.5 279.6) |
| OKLCH | oklch(0.751 0.095 266.0) |
Copy-ready code
/* CSS */
color: #92adeb;
background-color: #92adeb;
/* Tailwind (arbitrary) */
class="text-[#92adeb] bg-[#92adeb]"
/* SCSS */
$brand: #92adeb;
/* SwiftUI */
Color(red: 0.573, green: 0.678, blue: 0.922)
/* Android */
Color.parseColor("#92adeb")Accessibility — WCAG contrast
Aa
#92adeb on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92adeb on black: 9.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green67.8%
Blue92.2%
CMYK percentages
Cyan37.9%
Magenta26.4%
Yellow0.0%
Key (black)7.8%
Color previews
#92adeb text on a black background
contrast 9.40:1
Card sample
#92adeb text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92adeb;
Background color
Panel with #92adeb background
background-color: #92adeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92adeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 173, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 173, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92adeb; background: linear-gradient(135deg, #92adeb, #B292EB);