#9bdfb1
a light, vivid green · cool · closest name: aquamarine
RGB
155, 223, 177
HSL
139°, 52%, 74%
CMYK
31, 0, 21, 13
Luminance
0.6292
Every format
| HEX | #9bdfb1 |
| RGB | rgb(155, 223, 177) |
| HSL | hsl(139, 52%, 74%) |
| CMYK | cmyk(31%, 0%, 21%, 13%) |
| LAB | lab(83.4 -30.7 15.8) |
| LCH | lch(83.4 34.6 152.7) |
| OKLCH | oklch(0.846 0.094 154.4) |
Copy-ready code
/* CSS */
color: #9bdfb1;
background-color: #9bdfb1;
/* Tailwind (arbitrary) */
class="text-[#9bdfb1] bg-[#9bdfb1]"
/* SCSS */
$brand: #9bdfb1;
/* SwiftUI */
Color(red: 0.608, green: 0.875, blue: 0.694)
/* Android */
Color.parseColor("#9bdfb1")Accessibility — WCAG contrast
Aa
#9bdfb1 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9bdfb1 on black: 13.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green87.5%
Blue69.4%
CMYK percentages
Cyan30.5%
Magenta0.0%
Yellow20.6%
Key (black)12.5%
Color previews
#9bdfb1 text on a black background
contrast 13.58:1
Card sample
#9bdfb1 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9bdfb1;
Background color
Panel with #9bdfb1 background
background-color: #9bdfb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9bdfb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 223, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 223, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9bdfb1; background: linear-gradient(135deg, #9bdfb1, #9BDFDE);