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