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