#9fe2bf
a light, vivid green · cool · closest name: aquamarine
RGB
159, 226, 191
HSL
149°, 54%, 76%
CMYK
30, 0, 16, 11
Luminance
0.6553
Every format
| HEX | #9fe2bf |
| RGB | rgb(159, 226, 191) |
| HSL | hsl(149, 54%, 76%) |
| CMYK | cmyk(30%, 0%, 16%, 11%) |
| LAB | lab(84.8 -28.3 10.4) |
| LCH | lch(84.8 30.1 159.7) |
| OKLCH | oklch(0.858 0.084 161.2) |
Copy-ready code
/* CSS */
color: #9fe2bf;
background-color: #9fe2bf;
/* Tailwind (arbitrary) */
class="text-[#9fe2bf] bg-[#9fe2bf]"
/* SCSS */
$brand: #9fe2bf;
/* SwiftUI */
Color(red: 0.624, green: 0.886, blue: 0.749)
/* Android */
Color.parseColor("#9fe2bf")Accessibility — WCAG contrast
Aa
#9fe2bf on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fe2bf on black: 14.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green88.6%
Blue74.9%
CMYK percentages
Cyan29.6%
Magenta0.0%
Yellow15.5%
Key (black)11.4%
Color previews
#9fe2bf text on a black background
contrast 14.11:1
Card sample
#9fe2bf text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fe2bf;
Background color
Panel with #9fe2bf background
background-color: #9fe2bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fe2bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 226, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 226, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fe2bf; background: linear-gradient(135deg, #9fe2bf, #9FD8E2);