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