#92afeb
a light, vivid blue · cool · closest name: steelblue
RGB
146, 175, 235
HSL
220°, 69%, 75%
CMYK
38, 26, 0, 8
Luminance
0.4277
Every format
| HEX | #92afeb |
| RGB | rgb(146, 175, 235) |
| HSL | hsl(220, 69%, 75%) |
| CMYK | cmyk(38%, 26%, 0%, 8%) |
| LAB | lab(71.4 4.7 -33.2) |
| LCH | lch(71.4 33.5 278.0) |
| OKLCH | oklch(0.755 0.093 264.4) |
Copy-ready code
/* CSS */
color: #92afeb;
background-color: #92afeb;
/* Tailwind (arbitrary) */
class="text-[#92afeb] bg-[#92afeb]"
/* SCSS */
$brand: #92afeb;
/* SwiftUI */
Color(red: 0.573, green: 0.686, blue: 0.922)
/* Android */
Color.parseColor("#92afeb")Accessibility — WCAG contrast
Aa
#92afeb on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92afeb on black: 9.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green68.6%
Blue92.2%
CMYK percentages
Cyan37.9%
Magenta25.5%
Yellow0.0%
Key (black)7.8%
Color previews
#92afeb text on a black background
contrast 9.55:1
Card sample
#92afeb text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92afeb;
Background color
Panel with #92afeb background
background-color: #92afeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92afeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 175, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 175, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92afeb; background: linear-gradient(135deg, #92afeb, #B092EB);