#9bdfbc
a light, vivid green · cool · closest name: aquamarine
RGB
155, 223, 188
HSL
149°, 52%, 74%
CMYK
31, 0, 16, 13
Luminance
0.6337
Every format
| HEX | #9bdfbc |
| RGB | rgb(155, 223, 188) |
| HSL | hsl(149, 52%, 74%) |
| CMYK | cmyk(31%, 0%, 16%, 13%) |
| LAB | lab(83.6 -28.6 10.4) |
| LCH | lch(83.6 30.4 160.0) |
| OKLCH | oklch(0.849 0.084 161.5) |
Copy-ready code
/* CSS */
color: #9bdfbc;
background-color: #9bdfbc;
/* Tailwind (arbitrary) */
class="text-[#9bdfbc] bg-[#9bdfbc]"
/* SCSS */
$brand: #9bdfbc;
/* SwiftUI */
Color(red: 0.608, green: 0.875, blue: 0.737)
/* Android */
Color.parseColor("#9bdfbc")Accessibility — WCAG contrast
Aa
#9bdfbc on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9bdfbc on black: 13.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green87.5%
Blue73.7%
CMYK percentages
Cyan30.5%
Magenta0.0%
Yellow15.7%
Key (black)12.5%
Color previews
#9bdfbc text on a black background
contrast 13.67:1
Card sample
#9bdfbc text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9bdfbc;
Background color
Panel with #9bdfbc background
background-color: #9bdfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9bdfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 223, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 223, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9bdfbc; background: linear-gradient(135deg, #9bdfbc, #9BD5DF);