#9bdfb7
a light, vivid green · cool · closest name: aquamarine
RGB
155, 223, 183
HSL
145°, 52%, 74%
CMYK
31, 0, 18, 13
Luminance
0.6316
Every format
| HEX | #9bdfb7 |
| RGB | rgb(155, 223, 183) |
| HSL | hsl(145, 52%, 74%) |
| CMYK | cmyk(31%, 0%, 18%, 13%) |
| LAB | lab(83.5 -29.6 12.9) |
| LCH | lch(83.5 32.3 156.5) |
| OKLCH | oklch(0.847 0.089 158.0) |
Copy-ready code
/* CSS */
color: #9bdfb7;
background-color: #9bdfb7;
/* Tailwind (arbitrary) */
class="text-[#9bdfb7] bg-[#9bdfb7]"
/* SCSS */
$brand: #9bdfb7;
/* SwiftUI */
Color(red: 0.608, green: 0.875, blue: 0.718)
/* Android */
Color.parseColor("#9bdfb7")Accessibility — WCAG contrast
Aa
#9bdfb7 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9bdfb7 on black: 13.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green87.5%
Blue71.8%
CMYK percentages
Cyan30.5%
Magenta0.0%
Yellow17.9%
Key (black)12.5%
Color previews
#9bdfb7 text on a black background
contrast 13.63:1
Card sample
#9bdfb7 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9bdfb7;
Background color
Panel with #9bdfb7 background
background-color: #9bdfb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9bdfb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 223, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 223, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9bdfb7; background: linear-gradient(135deg, #9bdfb7, #9BDADF);