#92bceb
a light, vivid blue · cool · closest name: skyblue
RGB
146, 188, 235
HSL
212°, 69%, 75%
CMYK
38, 20, 0, 8
Luminance
0.4808
Every format
| HEX | #92bceb |
| RGB | rgb(146, 188, 235) |
| HSL | hsl(212, 69%, 75%) |
| CMYK | cmyk(38%, 20%, 0%, 8%) |
| LAB | lab(74.9 -2.5 -27.8) |
| LCH | lch(74.9 27.9 264.9) |
| OKLCH | oklch(0.782 0.081 251.7) |
Copy-ready code
/* CSS */
color: #92bceb;
background-color: #92bceb;
/* Tailwind (arbitrary) */
class="text-[#92bceb] bg-[#92bceb]"
/* SCSS */
$brand: #92bceb;
/* SwiftUI */
Color(red: 0.573, green: 0.737, blue: 0.922)
/* Android */
Color.parseColor("#92bceb")Accessibility — WCAG contrast
Aa
#92bceb on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92bceb on black: 10.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green73.7%
Blue92.2%
CMYK percentages
Cyan37.9%
Magenta20.0%
Yellow0.0%
Key (black)7.8%
Color previews
#92bceb text on a black background
contrast 10.62:1
Card sample
#92bceb text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92bceb;
Background color
Panel with #92bceb background
background-color: #92bceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92bceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 188, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 188, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92bceb; background: linear-gradient(135deg, #92bceb, #A392EB);