#9bc0b3
a light, soft green · cool · closest name: silver
RGB
155, 192, 179
HSL
159°, 23%, 68%
CMYK
19, 0, 7, 25
Luminance
0.4792
Every format
| HEX | #9bc0b3 |
| RGB | rgb(155, 192, 179) |
| HSL | hsl(159, 23%, 68%) |
| CMYK | cmyk(19%, 0%, 7%, 25%) |
| LAB | lab(74.8 -15.0 2.5) |
| LCH | lch(74.8 15.2 170.7) |
| OKLCH | oklch(0.777 0.044 171.7) |
Copy-ready code
/* CSS */
color: #9bc0b3;
background-color: #9bc0b3;
/* Tailwind (arbitrary) */
class="text-[#9bc0b3] bg-[#9bc0b3]"
/* SCSS */
$brand: #9bc0b3;
/* SwiftUI */
Color(red: 0.608, green: 0.753, blue: 0.702)
/* Android */
Color.parseColor("#9bc0b3")Accessibility — WCAG contrast
Aa
#9bc0b3 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9bc0b3 on black: 10.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green75.3%
Blue70.2%
CMYK percentages
Cyan19.3%
Magenta0.0%
Yellow6.8%
Key (black)24.7%
Color previews
#9bc0b3 text on a black background
contrast 10.58:1
Card sample
#9bc0b3 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9bc0b3;
Background color
Panel with #9bc0b3 background
background-color: #9bc0b3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9bc0b3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 192, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 192, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9bc0b3; background: linear-gradient(135deg, #9bc0b3, #9BB4C0);