#92cece
a light, soft cyan · cool · closest name: skyblue
RGB
146, 206, 206
HSL
180°, 38%, 69%
CMYK
29, 0, 0, 19
Luminance
0.5471
Every format
| HEX | #92cece |
| RGB | rgb(146, 206, 206) |
| HSL | hsl(180, 38%, 69%) |
| CMYK | cmyk(29%, 0%, 0%, 19%) |
| LAB | lab(78.9 -19.1 -6.2) |
| LCH | lch(78.9 20.0 197.9) |
| OKLCH | oklch(0.811 0.061 196.0) |
Copy-ready code
/* CSS */
color: #92cece;
background-color: #92cece;
/* Tailwind (arbitrary) */
class="text-[#92cece] bg-[#92cece]"
/* SCSS */
$brand: #92cece;
/* SwiftUI */
Color(red: 0.573, green: 0.808, blue: 0.808)
/* Android */
Color.parseColor("#92cece")Accessibility — WCAG contrast
Aa
#92cece on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92cece on black: 11.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green80.8%
Blue80.8%
CMYK percentages
Cyan29.1%
Magenta0.0%
Yellow0.0%
Key (black)19.2%
Color previews
#92cece text on a black background
contrast 11.94:1
Card sample
#92cece text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92cece;
Background color
Panel with #92cece background
background-color: #92cece;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92cece;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 206, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 206, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92cece; background: linear-gradient(135deg, #92cece, #92A6CE);