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