#92bafd
a light, electric blue · cool · closest name: steelblue
RGB
146, 186, 253
HSL
218°, 96%, 78%
CMYK
42, 27, 0, 1
Luminance
0.4832
Every format
| HEX | #92bafd |
| RGB | rgb(146, 186, 253) |
| HSL | hsl(218, 96%, 78%) |
| CMYK | cmyk(42%, 27%, 0%, 1%) |
| LAB | lab(75.0 3.4 -37.3) |
| LCH | lch(75.0 37.5 275.2) |
| OKLCH | oklch(0.785 0.105 260.5) |
Copy-ready code
/* CSS */
color: #92bafd;
background-color: #92bafd;
/* Tailwind (arbitrary) */
class="text-[#92bafd] bg-[#92bafd]"
/* SCSS */
$brand: #92bafd;
/* SwiftUI */
Color(red: 0.573, green: 0.729, blue: 0.992)
/* Android */
Color.parseColor("#92bafd")Accessibility — WCAG contrast
Aa
#92bafd on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92bafd on black: 10.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green72.9%
Blue99.2%
CMYK percentages
Cyan42.3%
Magenta26.5%
Yellow0.0%
Key (black)0.8%
Color previews
#92bafd text on a black background
contrast 10.66:1
Card sample
#92bafd text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92bafd;
Background color
Panel with #92bafd background
background-color: #92bafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92bafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 186, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 186, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92bafd; background: linear-gradient(135deg, #92bafd, #B192FD);