#9beeaf
a light, vivid green · cool · closest name: aquamarine
RGB
155, 238, 175
HSL
135°, 71%, 77%
CMYK
35, 0, 27, 7
Luminance
0.7121
Every format
| HEX | #9beeaf |
| RGB | rgb(155, 238, 175) |
| HSL | hsl(135, 71%, 77%) |
| CMYK | cmyk(35%, 0%, 27%, 7%) |
| LAB | lab(87.6 -38.0 22.7) |
| LCH | lch(87.6 44.3 149.1) |
| OKLCH | oklch(0.879 0.119 151.0) |
Copy-ready code
/* CSS */
color: #9beeaf;
background-color: #9beeaf;
/* Tailwind (arbitrary) */
class="text-[#9beeaf] bg-[#9beeaf]"
/* SCSS */
$brand: #9beeaf;
/* SwiftUI */
Color(red: 0.608, green: 0.933, blue: 0.686)
/* Android */
Color.parseColor("#9beeaf")Accessibility — WCAG contrast
Aa
#9beeaf on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9beeaf on black: 15.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green93.3%
Blue68.6%
CMYK percentages
Cyan34.9%
Magenta0.0%
Yellow26.5%
Key (black)6.7%
Color previews
#9beeaf text on a black background
contrast 15.24:1
Card sample
#9beeaf text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9beeaf;
Background color
Panel with #9beeaf background
background-color: #9beeaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9beeaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 238, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 238, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9beeaf; background: linear-gradient(135deg, #9beeaf, #9BEEE6);