#92ccc2
a light, soft cyan · cool · closest name: silver
RGB
146, 204, 194
HSL
170°, 36%, 69%
CMYK
28, 0, 5, 20
Luminance
0.5319
Every format
| HEX | #92ccc2 |
| RGB | rgb(146, 204, 194) |
| HSL | hsl(170, 36%, 69%) |
| CMYK | cmyk(28%, 0%, 5%, 20%) |
| LAB | lab(78.0 -20.7 -1.0) |
| LCH | lch(78.0 20.8 182.8) |
| OKLCH | oklch(0.802 0.061 182.9) |
Copy-ready code
/* CSS */
color: #92ccc2;
background-color: #92ccc2;
/* Tailwind (arbitrary) */
class="text-[#92ccc2] bg-[#92ccc2]"
/* SCSS */
$brand: #92ccc2;
/* SwiftUI */
Color(red: 0.573, green: 0.800, blue: 0.761)
/* Android */
Color.parseColor("#92ccc2")Accessibility — WCAG contrast
Aa
#92ccc2 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92ccc2 on black: 11.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green80.0%
Blue76.1%
CMYK percentages
Cyan28.4%
Magenta0.0%
Yellow4.9%
Key (black)20.0%
Color previews
#92ccc2 text on a black background
contrast 11.64:1
Card sample
#92ccc2 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92ccc2;
Background color
Panel with #92ccc2 background
background-color: #92ccc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92ccc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 204, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 204, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92ccc2; background: linear-gradient(135deg, #92ccc2, #92AFCC);