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