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