#9febaf
a light, vivid green · cool · closest name: aquamarine
RGB
159, 235, 175
HSL
133°, 66%, 77%
CMYK
32, 0, 26, 8
Luminance
0.6988
Every format
| HEX | #9febaf |
| RGB | rgb(159, 235, 175) |
| HSL | hsl(133, 66%, 77%) |
| CMYK | cmyk(32%, 0%, 26%, 8%) |
| LAB | lab(86.9 -35.4 21.8) |
| LCH | lch(86.9 41.6 148.4) |
| OKLCH | oklch(0.875 0.112 150.2) |
Copy-ready code
/* CSS */
color: #9febaf;
background-color: #9febaf;
/* Tailwind (arbitrary) */
class="text-[#9febaf] bg-[#9febaf]"
/* SCSS */
$brand: #9febaf;
/* SwiftUI */
Color(red: 0.624, green: 0.922, blue: 0.686)
/* Android */
Color.parseColor("#9febaf")Accessibility — WCAG contrast
Aa
#9febaf on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9febaf on black: 14.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green92.2%
Blue68.6%
CMYK percentages
Cyan32.3%
Magenta0.0%
Yellow25.5%
Key (black)7.8%
Color previews
#9febaf text on a black background
contrast 14.98:1
Card sample
#9febaf text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9febaf;
Background color
Panel with #9febaf background
background-color: #9febaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9febaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 235, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 235, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9febaf; background: linear-gradient(135deg, #9febaf, #9FEBE2);