#9bdb9b
a light, vivid green · cool · closest name: aquamarine
RGB
155, 219, 155
HSL
120°, 47%, 73%
CMYK
29, 0, 29, 14
Luminance
0.6000
Every format
| HEX | #9bdb9b |
| RGB | rgb(155, 219, 155) |
| HSL | hsl(120, 47%, 73%) |
| CMYK | cmyk(29%, 0%, 29%, 14%) |
| LAB | lab(81.8 -32.7 25.2) |
| LCH | lch(81.8 41.3 142.4) |
| OKLCH | oklch(0.832 0.110 144.5) |
Copy-ready code
/* CSS */
color: #9bdb9b;
background-color: #9bdb9b;
/* Tailwind (arbitrary) */
class="text-[#9bdb9b] bg-[#9bdb9b]"
/* SCSS */
$brand: #9bdb9b;
/* SwiftUI */
Color(red: 0.608, green: 0.859, blue: 0.608)
/* Android */
Color.parseColor("#9bdb9b")Accessibility — WCAG contrast
Aa
#9bdb9b on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9bdb9b on black: 13.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green85.9%
Blue60.8%
CMYK percentages
Cyan29.2%
Magenta0.0%
Yellow29.2%
Key (black)14.1%
Color previews
#9bdb9b text on a black background
contrast 13.00:1
Card sample
#9bdb9b text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9bdb9b;
Background color
Panel with #9bdb9b background
background-color: #9bdb9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9bdb9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 219, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 219, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9bdb9b; background: linear-gradient(135deg, #9bdb9b, #9BDBC6);