#92adf1
a light, electric blue · cool · closest name: steelblue
RGB
146, 173, 241
HSL
223°, 77%, 76%
CMYK
39, 28, 0, 6
Luminance
0.4235
Every format
| HEX | #92adf1 |
| RGB | rgb(146, 173, 241) |
| HSL | hsl(223, 77%, 76%) |
| CMYK | cmyk(39%, 28%, 0%, 6%) |
| LAB | lab(71.1 7.4 -36.9) |
| LCH | lch(71.1 37.6 281.3) |
| OKLCH | oklch(0.753 0.103 267.3) |
Copy-ready code
/* CSS */
color: #92adf1;
background-color: #92adf1;
/* Tailwind (arbitrary) */
class="text-[#92adf1] bg-[#92adf1]"
/* SCSS */
$brand: #92adf1;
/* SwiftUI */
Color(red: 0.573, green: 0.678, blue: 0.945)
/* Android */
Color.parseColor("#92adf1")Accessibility — WCAG contrast
Aa
#92adf1 on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92adf1 on black: 9.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green67.8%
Blue94.5%
CMYK percentages
Cyan39.4%
Magenta28.2%
Yellow0.0%
Key (black)5.5%
Color previews
#92adf1 text on a black background
contrast 9.47:1
Card sample
#92adf1 text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92adf1;
Background color
Panel with #92adf1 background
background-color: #92adf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92adf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 173, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 173, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92adf1; background: linear-gradient(135deg, #92adf1, #B692F1);