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