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