#92bdf1
a light, electric blue · cool · closest name: skyblue
RGB
146, 189, 241
HSL
213°, 77%, 76%
CMYK
39, 22, 0, 6
Luminance
0.4886
Every format
| HEX | #92bdf1 |
| RGB | rgb(146, 189, 241) |
| HSL | hsl(213, 77%, 76%) |
| CMYK | cmyk(39%, 22%, 0%, 6%) |
| LAB | lab(75.4 -1.4 -30.3) |
| LCH | lch(75.4 30.4 267.3) |
| OKLCH | oklch(0.787 0.088 253.6) |
Copy-ready code
/* CSS */
color: #92bdf1;
background-color: #92bdf1;
/* Tailwind (arbitrary) */
class="text-[#92bdf1] bg-[#92bdf1]"
/* SCSS */
$brand: #92bdf1;
/* SwiftUI */
Color(red: 0.573, green: 0.741, blue: 0.945)
/* Android */
Color.parseColor("#92bdf1")Accessibility — WCAG contrast
Aa
#92bdf1 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92bdf1 on black: 10.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green74.1%
Blue94.5%
CMYK percentages
Cyan39.4%
Magenta21.6%
Yellow0.0%
Key (black)5.5%
Color previews
#92bdf1 text on a black background
contrast 10.77:1
Card sample
#92bdf1 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92bdf1;
Background color
Panel with #92bdf1 background
background-color: #92bdf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92bdf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 189, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 189, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92bdf1; background: linear-gradient(135deg, #92bdf1, #A692F1);