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