#9bceb0
a light, soft green · cool · closest name: silver
RGB
155, 206, 176
HSL
145°, 34%, 71%
CMYK
25, 0, 15, 19
Luminance
0.5425
Every format
| HEX | #9bceb0 |
| RGB | rgb(155, 206, 176) |
| HSL | hsl(145, 34%, 71%) |
| CMYK | cmyk(25%, 0%, 15%, 19%) |
| LAB | lab(78.6 -22.7 9.6) |
| LCH | lch(78.6 24.6 157.1) |
| OKLCH | oklch(0.807 0.068 158.6) |
Copy-ready code
/* CSS */
color: #9bceb0;
background-color: #9bceb0;
/* Tailwind (arbitrary) */
class="text-[#9bceb0] bg-[#9bceb0]"
/* SCSS */
$brand: #9bceb0;
/* SwiftUI */
Color(red: 0.608, green: 0.808, blue: 0.690)
/* Android */
Color.parseColor("#9bceb0")Accessibility — WCAG contrast
Aa
#9bceb0 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9bceb0 on black: 11.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green80.8%
Blue69.0%
CMYK percentages
Cyan24.8%
Magenta0.0%
Yellow14.6%
Key (black)19.2%
Color previews
#9bceb0 text on a black background
contrast 11.85:1
Card sample
#9bceb0 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9bceb0;
Background color
Panel with #9bceb0 background
background-color: #9bceb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9bceb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 206, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 206, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9bceb0; background: linear-gradient(135deg, #9bceb0, #9BCACE);