#9bbaba
a light, soft cyan · cool · closest name: silver
RGB
155, 186, 186
HSL
180°, 18%, 67%
CMYK
17, 0, 0, 27
Luminance
0.4563
Every format
| HEX | #9bbaba |
| RGB | rgb(155, 186, 186) |
| HSL | hsl(180, 18%, 67%) |
| CMYK | cmyk(17%, 0%, 0%, 27%) |
| LAB | lab(73.3 -10.4 -3.5) |
| LCH | lch(73.3 11.0 198.5) |
| OKLCH | oklch(0.766 0.034 196.5) |
Copy-ready code
/* CSS */
color: #9bbaba;
background-color: #9bbaba;
/* Tailwind (arbitrary) */
class="text-[#9bbaba] bg-[#9bbaba]"
/* SCSS */
$brand: #9bbaba;
/* SwiftUI */
Color(red: 0.608, green: 0.729, blue: 0.729)
/* Android */
Color.parseColor("#9bbaba")Accessibility — WCAG contrast
Aa
#9bbaba on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9bbaba on black: 10.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green72.9%
Blue72.9%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow0.0%
Key (black)27.1%
Color previews
#9bbaba text on a black background
contrast 10.13:1
Card sample
#9bbaba text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9bbaba;
Background color
Panel with #9bbaba background
background-color: #9bbaba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9bbaba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 186, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 186, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9bbaba; background: linear-gradient(135deg, #9bbaba, #9BA5BA);