#92baba
a light, soft cyan · cool · closest name: silver
RGB
146, 186, 186
HSL
180°, 23%, 65%
CMYK
22, 0, 0, 27
Luminance
0.4477
Every format
| HEX | #92baba |
| RGB | rgb(146, 186, 186) |
| HSL | hsl(180, 23%, 65%) |
| CMYK | cmyk(22%, 0%, 0%, 27%) |
| LAB | lab(72.7 -13.3 -4.4) |
| LCH | lch(72.7 14.0 198.3) |
| OKLCH | oklch(0.760 0.043 196.3) |
Copy-ready code
/* CSS */
color: #92baba;
background-color: #92baba;
/* Tailwind (arbitrary) */
class="text-[#92baba] bg-[#92baba]"
/* SCSS */
$brand: #92baba;
/* SwiftUI */
Color(red: 0.573, green: 0.729, blue: 0.729)
/* Android */
Color.parseColor("#92baba")Accessibility — WCAG contrast
Aa
#92baba on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92baba on black: 9.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green72.9%
Blue72.9%
CMYK percentages
Cyan21.5%
Magenta0.0%
Yellow0.0%
Key (black)27.1%
Color previews
#92baba text on a black background
contrast 9.95:1
Card sample
#92baba text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92baba;
Background color
Panel with #92baba background
background-color: #92baba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92baba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 186, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 186, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92baba; background: linear-gradient(135deg, #92baba, #929FBA);