#92c1ff
a light, electric blue · cool · closest name: skyblue
RGB
146, 193, 255
HSL
214°, 100%, 79%
CMYK
43, 24, 0, 0
Luminance
0.5147
Every format
| HEX | #92c1ff |
| RGB | rgb(146, 193, 255) |
| HSL | hsl(214, 100%, 79%) |
| CMYK | cmyk(43%, 24%, 0%, 0%) |
| LAB | lab(77.0 0.1 -35.4) |
| LCH | lch(77.0 35.4 270.2) |
| OKLCH | oklch(0.801 0.102 255.6) |
Copy-ready code
/* CSS */
color: #92c1ff;
background-color: #92c1ff;
/* Tailwind (arbitrary) */
class="text-[#92c1ff] bg-[#92c1ff]"
/* SCSS */
$brand: #92c1ff;
/* SwiftUI */
Color(red: 0.573, green: 0.757, blue: 1.000)
/* Android */
Color.parseColor("#92c1ff")Accessibility — WCAG contrast
Aa
#92c1ff on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92c1ff on black: 11.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green75.7%
Blue100.0%
CMYK percentages
Cyan42.7%
Magenta24.3%
Yellow0.0%
Key (black)0.0%
Color previews
#92c1ff text on a black background
contrast 11.29:1
Card sample
#92c1ff text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92c1ff;
Background color
Panel with #92c1ff background
background-color: #92c1ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92c1ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 193, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 193, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92c1ff; background: linear-gradient(135deg, #92c1ff, #AC92FF);