#92dbeb
a light, vivid cyan · cool · closest name: skyblue
RGB
146, 219, 235
HSL
191°, 69%, 75%
CMYK
38, 7, 0, 8
Luminance
0.6277
Every format
| HEX | #92dbeb |
| RGB | rgb(146, 219, 235) |
| HSL | hsl(191, 69%, 75%) |
| CMYK | cmyk(38%, 7%, 0%, 8%) |
| LAB | lab(83.3 -18.7 -15.0) |
| LCH | lch(83.3 24.0 218.8) |
| OKLCH | oklch(0.849 0.076 213.0) |
Copy-ready code
/* CSS */
color: #92dbeb;
background-color: #92dbeb;
/* Tailwind (arbitrary) */
class="text-[#92dbeb] bg-[#92dbeb]"
/* SCSS */
$brand: #92dbeb;
/* SwiftUI */
Color(red: 0.573, green: 0.859, blue: 0.922)
/* Android */
Color.parseColor("#92dbeb")Accessibility — WCAG contrast
Aa
#92dbeb on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92dbeb on black: 13.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green85.9%
Blue92.2%
CMYK percentages
Cyan37.9%
Magenta6.8%
Yellow0.0%
Key (black)7.8%
Color previews
#92dbeb text on a black background
contrast 13.55:1
Card sample
#92dbeb text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92dbeb;
Background color
Panel with #92dbeb background
background-color: #92dbeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92dbeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 219, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 219, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92dbeb; background: linear-gradient(135deg, #92dbeb, #92A0EB);