#92dfeb
a light, vivid cyan · cool · closest name: skyblue
RGB
146, 223, 235
HSL
188°, 69%, 75%
CMYK
38, 5, 0, 8
Luminance
0.6488
Every format
| HEX | #92dfeb |
| RGB | rgb(146, 223, 235) |
| HSL | hsl(188, 69%, 75%) |
| CMYK | cmyk(38%, 5%, 0%, 8%) |
| LAB | lab(84.4 -20.7 -13.4) |
| LCH | lch(84.4 24.6 212.8) |
| OKLCH | oklch(0.858 0.077 208.2) |
Copy-ready code
/* CSS */
color: #92dfeb;
background-color: #92dfeb;
/* Tailwind (arbitrary) */
class="text-[#92dfeb] bg-[#92dfeb]"
/* SCSS */
$brand: #92dfeb;
/* SwiftUI */
Color(red: 0.573, green: 0.875, blue: 0.922)
/* Android */
Color.parseColor("#92dfeb")Accessibility — WCAG contrast
Aa
#92dfeb on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92dfeb on black: 13.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green87.5%
Blue92.2%
CMYK percentages
Cyan37.9%
Magenta5.1%
Yellow0.0%
Key (black)7.8%
Color previews
#92dfeb text on a black background
contrast 13.98:1
Card sample
#92dfeb text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92dfeb;
Background color
Panel with #92dfeb background
background-color: #92dfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92dfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 223, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 223, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92dfeb; background: linear-gradient(135deg, #92dfeb, #92A4EB);