#92daff
a light, electric blue · cool · closest name: skyblue
RGB
146, 218, 255
HSL
200°, 100%, 79%
CMYK
43, 15, 0, 0
Luminance
0.6347
Every format
| HEX | #92daff |
| RGB | rgb(146, 218, 255) |
| HSL | hsl(200, 100%, 79%) |
| CMYK | cmyk(43%, 15%, 0%, 0%) |
| LAB | lab(83.7 -13.1 -25.1) |
| LCH | lch(83.7 28.3 242.4) |
| OKLCH | oklch(0.854 0.088 231.5) |
Copy-ready code
/* CSS */
color: #92daff;
background-color: #92daff;
/* Tailwind (arbitrary) */
class="text-[#92daff] bg-[#92daff]"
/* SCSS */
$brand: #92daff;
/* SwiftUI */
Color(red: 0.573, green: 0.855, blue: 1.000)
/* Android */
Color.parseColor("#92daff")Accessibility — WCAG contrast
Aa
#92daff on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92daff on black: 13.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green85.5%
Blue100.0%
CMYK percentages
Cyan42.7%
Magenta14.5%
Yellow0.0%
Key (black)0.0%
Color previews
#92daff text on a black background
contrast 13.69:1
Card sample
#92daff text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92daff;
Background color
Panel with #92daff background
background-color: #92daff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92daff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 218, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 218, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92daff; background: linear-gradient(135deg, #92daff, #9392FF);