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