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