#92beee
a light, vivid blue · cool · closest name: skyblue
RGB
146, 190, 238
HSL
211°, 73%, 75%
CMYK
39, 20, 0, 7
Luminance
0.4911
Every format
| HEX | #92beee |
| RGB | rgb(146, 190, 238) |
| HSL | hsl(211, 73%, 75%) |
| CMYK | cmyk(39%, 20%, 0%, 7%) |
| LAB | lab(75.5 -2.8 -28.5) |
| LCH | lch(75.5 28.6 264.4) |
| OKLCH | oklch(0.787 0.083 251.1) |
Copy-ready code
/* CSS */
color: #92beee;
background-color: #92beee;
/* Tailwind (arbitrary) */
class="text-[#92beee] bg-[#92beee]"
/* SCSS */
$brand: #92beee;
/* SwiftUI */
Color(red: 0.573, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#92beee")Accessibility — WCAG contrast
Aa
#92beee on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92beee on black: 10.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green74.5%
Blue93.3%
CMYK percentages
Cyan38.7%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#92beee text on a black background
contrast 10.82:1
Card sample
#92beee text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92beee;
Background color
Panel with #92beee background
background-color: #92beee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92beee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92beee; background: linear-gradient(135deg, #92beee, #A392EE);