#92cdcf
a light, soft cyan · cool · closest name: skyblue
RGB
146, 205, 207
HSL
182°, 39%, 69%
CMYK
30, 1, 0, 19
Luminance
0.5428
Every format
| HEX | #92cdcf |
| RGB | rgb(146, 205, 207) |
| HSL | hsl(182, 39%, 69%) |
| CMYK | cmyk(30%, 1%, 0%, 19%) |
| LAB | lab(78.6 -18.3 -7.1) |
| LCH | lch(78.6 19.6 201.1) |
| OKLCH | oklch(0.809 0.060 198.7) |
Copy-ready code
/* CSS */
color: #92cdcf;
background-color: #92cdcf;
/* Tailwind (arbitrary) */
class="text-[#92cdcf] bg-[#92cdcf]"
/* SCSS */
$brand: #92cdcf;
/* SwiftUI */
Color(red: 0.573, green: 0.804, blue: 0.812)
/* Android */
Color.parseColor("#92cdcf")Accessibility — WCAG contrast
Aa
#92cdcf on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92cdcf on black: 11.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green80.4%
Blue81.2%
CMYK percentages
Cyan29.5%
Magenta1.0%
Yellow0.0%
Key (black)18.8%
Color previews
#92cdcf text on a black background
contrast 11.86:1
Card sample
#92cdcf text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92cdcf;
Background color
Panel with #92cdcf background
background-color: #92cdcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92cdcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 205, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 205, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92cdcf; background: linear-gradient(135deg, #92cdcf, #92A4CF);