#92c2cc
a light, soft cyan · cool · closest name: skyblue
RGB
146, 194, 204
HSL
190°, 36%, 69%
CMYK
28, 5, 0, 20
Luminance
0.4905
Every format
| HEX | #92c2cc |
| RGB | rgb(146, 194, 204) |
| HSL | hsl(190, 36%, 69%) |
| CMYK | cmyk(28%, 5%, 0%, 20%) |
| LAB | lab(75.5 -13.4 -10.1) |
| LCH | lch(75.5 16.8 217.1) |
| OKLCH | oklch(0.783 0.052 211.9) |
Copy-ready code
/* CSS */
color: #92c2cc;
background-color: #92c2cc;
/* Tailwind (arbitrary) */
class="text-[#92c2cc] bg-[#92c2cc]"
/* SCSS */
$brand: #92c2cc;
/* SwiftUI */
Color(red: 0.573, green: 0.761, blue: 0.800)
/* Android */
Color.parseColor("#92c2cc")Accessibility — WCAG contrast
Aa
#92c2cc on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92c2cc on black: 10.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green76.1%
Blue80.0%
CMYK percentages
Cyan28.4%
Magenta4.9%
Yellow0.0%
Key (black)20.0%
Color previews
#92c2cc text on a black background
contrast 10.81:1
Card sample
#92c2cc text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92c2cc;
Background color
Panel with #92c2cc background
background-color: #92c2cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92c2cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 194, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 194, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92c2cc; background: linear-gradient(135deg, #92c2cc, #929BCC);