#92cceb
a light, vivid blue · cool · closest name: skyblue
RGB
146, 204, 235
HSL
201°, 69%, 75%
CMYK
38, 13, 0, 8
Luminance
0.5529
Every format
| HEX | #92cceb |
| RGB | rgb(146, 204, 235) |
| HSL | hsl(201, 69%, 75%) |
| CMYK | cmyk(38%, 13%, 0%, 8%) |
| LAB | lab(79.2 -11.0 -21.2) |
| LCH | lch(79.2 23.9 242.6) |
| OKLCH | oklch(0.816 0.074 232.2) |
Copy-ready code
/* CSS */
color: #92cceb;
background-color: #92cceb;
/* Tailwind (arbitrary) */
class="text-[#92cceb] bg-[#92cceb]"
/* SCSS */
$brand: #92cceb;
/* SwiftUI */
Color(red: 0.573, green: 0.800, blue: 0.922)
/* Android */
Color.parseColor("#92cceb")Accessibility — WCAG contrast
Aa
#92cceb on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92cceb on black: 12.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green80.0%
Blue92.2%
CMYK percentages
Cyan37.9%
Magenta13.2%
Yellow0.0%
Key (black)7.8%
Color previews
#92cceb text on a black background
contrast 12.06:1
Card sample
#92cceb text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92cceb;
Background color
Panel with #92cceb background
background-color: #92cceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92cceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 204, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 204, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92cceb; background: linear-gradient(135deg, #92cceb, #9392EB);