#92cbff
a light, electric blue · cool · closest name: skyblue
RGB
146, 203, 255
HSL
209°, 100%, 79%
CMYK
43, 20, 0, 0
Luminance
0.5604
Every format
| HEX | #92cbff |
| RGB | rgb(146, 203, 255) |
| HSL | hsl(209, 100%, 79%) |
| CMYK | cmyk(43%, 20%, 0%, 0%) |
| LAB | lab(79.6 -5.3 -31.3) |
| LCH | lch(79.6 31.7 260.5) |
| OKLCH | oklch(0.822 0.094 246.7) |
Copy-ready code
/* CSS */
color: #92cbff;
background-color: #92cbff;
/* Tailwind (arbitrary) */
class="text-[#92cbff] bg-[#92cbff]"
/* SCSS */
$brand: #92cbff;
/* SwiftUI */
Color(red: 0.573, green: 0.796, blue: 1.000)
/* Android */
Color.parseColor("#92cbff")Accessibility — WCAG contrast
Aa
#92cbff on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92cbff on black: 12.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green79.6%
Blue100.0%
CMYK percentages
Cyan42.7%
Magenta20.4%
Yellow0.0%
Key (black)0.0%
Color previews
#92cbff text on a black background
contrast 12.21:1
Card sample
#92cbff text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92cbff;
Background color
Panel with #92cbff background
background-color: #92cbff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92cbff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 203, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 203, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92cbff; background: linear-gradient(135deg, #92cbff, #A292FF);