#9bbcad
a light, soft green · cool · closest name: silver
RGB
155, 188, 173
HSL
153°, 20%, 67%
CMYK
18, 0, 8, 26
Luminance
0.4595
Every format
| HEX | #9bbcad |
| RGB | rgb(155, 188, 173) |
| HSL | hsl(153, 20%, 67%) |
| CMYK | cmyk(18%, 0%, 8%, 26%) |
| LAB | lab(73.5 -14.2 3.9) |
| LCH | lch(73.5 14.7 164.6) |
| OKLCH | oklch(0.766 0.042 166.0) |
Copy-ready code
/* CSS */
color: #9bbcad;
background-color: #9bbcad;
/* Tailwind (arbitrary) */
class="text-[#9bbcad] bg-[#9bbcad]"
/* SCSS */
$brand: #9bbcad;
/* SwiftUI */
Color(red: 0.608, green: 0.737, blue: 0.678)
/* Android */
Color.parseColor("#9bbcad")Accessibility — WCAG contrast
Aa
#9bbcad on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9bbcad on black: 10.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green73.7%
Blue67.8%
CMYK percentages
Cyan17.6%
Magenta0.0%
Yellow8.0%
Key (black)26.3%
Color previews
#9bbcad text on a black background
contrast 10.19:1
Card sample
#9bbcad text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9bbcad;
Background color
Panel with #9bbcad background
background-color: #9bbcad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9bbcad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 188, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 188, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9bbcad; background: linear-gradient(135deg, #9bbcad, #9BB5BC);