#9febbc
a light, vivid green · cool · closest name: aquamarine
RGB
159, 235, 188
HSL
143°, 66%, 77%
CMYK
32, 0, 20, 8
Luminance
0.7042
Every format
| HEX | #9febbc |
| RGB | rgb(159, 235, 188) |
| HSL | hsl(143, 66%, 77%) |
| CMYK | cmyk(32%, 0%, 20%, 8%) |
| LAB | lab(87.2 -33.1 15.5) |
| LCH | lch(87.2 36.5 154.9) |
| OKLCH | oklch(0.878 0.100 156.5) |
Copy-ready code
/* CSS */
color: #9febbc;
background-color: #9febbc;
/* Tailwind (arbitrary) */
class="text-[#9febbc] bg-[#9febbc]"
/* SCSS */
$brand: #9febbc;
/* SwiftUI */
Color(red: 0.624, green: 0.922, blue: 0.737)
/* Android */
Color.parseColor("#9febbc")Accessibility — WCAG contrast
Aa
#9febbc on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9febbc on black: 15.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green92.2%
Blue73.7%
CMYK percentages
Cyan32.3%
Magenta0.0%
Yellow20.0%
Key (black)7.8%
Color previews
#9febbc text on a black background
contrast 15.08:1
Card sample
#9febbc text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9febbc;
Background color
Panel with #9febbc background
background-color: #9febbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9febbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 235, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 235, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9febbc; background: linear-gradient(135deg, #9febbc, #9FE7EB);