#92affc
a light, electric blue · cool · closest name: steelblue
RGB
146, 175, 252
HSL
224°, 95%, 78%
CMYK
42, 31, 0, 1
Luminance
0.4380
Every format
| HEX | #92affc |
| RGB | rgb(146, 175, 252) |
| HSL | hsl(224, 95%, 78%) |
| CMYK | cmyk(42%, 31%, 0%, 1%) |
| LAB | lab(72.1 9.3 -41.3) |
| LCH | lch(72.1 42.4 282.6) |
| OKLCH | oklch(0.763 0.116 267.8) |
Copy-ready code
/* CSS */
color: #92affc;
background-color: #92affc;
/* Tailwind (arbitrary) */
class="text-[#92affc] bg-[#92affc]"
/* SCSS */
$brand: #92affc;
/* SwiftUI */
Color(red: 0.573, green: 0.686, blue: 0.988)
/* Android */
Color.parseColor("#92affc")Accessibility — WCAG contrast
Aa
#92affc on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92affc on black: 9.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green68.6%
Blue98.8%
CMYK percentages
Cyan42.1%
Magenta30.6%
Yellow0.0%
Key (black)1.2%
Color previews
#92affc text on a black background
contrast 9.76:1
Card sample
#92affc text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92affc;
Background color
Panel with #92affc background
background-color: #92affc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92affc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 175, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 175, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92affc; background: linear-gradient(135deg, #92affc, #BC92FC);