#92adef
a light, vivid blue · cool · closest name: steelblue
RGB
146, 173, 239
HSL
223°, 74%, 76%
CMYK
39, 28, 0, 6
Luminance
0.4223
Every format
| HEX | #92adef |
| RGB | rgb(146, 173, 239) |
| HSL | hsl(223, 74%, 76%) |
| CMYK | cmyk(39%, 28%, 0%, 6%) |
| LAB | lab(71.0 6.8 -35.9) |
| LCH | lch(71.0 36.6 280.8) |
| OKLCH | oklch(0.752 0.100 266.9) |
Copy-ready code
/* CSS */
color: #92adef;
background-color: #92adef;
/* Tailwind (arbitrary) */
class="text-[#92adef] bg-[#92adef]"
/* SCSS */
$brand: #92adef;
/* SwiftUI */
Color(red: 0.573, green: 0.678, blue: 0.937)
/* Android */
Color.parseColor("#92adef")Accessibility — WCAG contrast
Aa
#92adef on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92adef on black: 9.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green67.8%
Blue93.7%
CMYK percentages
Cyan38.9%
Magenta27.6%
Yellow0.0%
Key (black)6.3%
Color previews
#92adef text on a black background
contrast 9.45:1
Card sample
#92adef text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92adef;
Background color
Panel with #92adef background
background-color: #92adef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92adef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 173, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 173, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92adef; background: linear-gradient(135deg, #92adef, #B592EF);