#92cbdf
a light, vivid cyan · cool · closest name: skyblue
RGB
146, 203, 223
HSL
196°, 55%, 72%
CMYK
35, 9, 0, 13
Luminance
0.5415
Every format
| HEX | #92cbdf |
| RGB | rgb(146, 203, 223) |
| HSL | hsl(196, 55%, 72%) |
| CMYK | cmyk(35%, 9%, 0%, 13%) |
| LAB | lab(78.5 -13.5 -15.8) |
| LCH | lch(78.5 20.8 229.5) |
| OKLCH | oklch(0.810 0.065 221.7) |
Copy-ready code
/* CSS */
color: #92cbdf;
background-color: #92cbdf;
/* Tailwind (arbitrary) */
class="text-[#92cbdf] bg-[#92cbdf]"
/* SCSS */
$brand: #92cbdf;
/* SwiftUI */
Color(red: 0.573, green: 0.796, blue: 0.875)
/* Android */
Color.parseColor("#92cbdf")Accessibility — WCAG contrast
Aa
#92cbdf on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92cbdf on black: 11.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green79.6%
Blue87.5%
CMYK percentages
Cyan34.5%
Magenta9.0%
Yellow0.0%
Key (black)12.5%
Color previews
#92cbdf text on a black background
contrast 11.83:1
Card sample
#92cbdf text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92cbdf;
Background color
Panel with #92cbdf background
background-color: #92cbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92cbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 203, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 203, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92cbdf; background: linear-gradient(135deg, #92cbdf, #9298DF);