#9afabb
a light, electric green · cool · closest name: aquamarine
RGB
154, 250, 187
HSL
141°, 91%, 79%
CMYK
38, 0, 25, 2
Luminance
0.7883
Every format
| HEX | #9afabb |
| RGB | rgb(154, 250, 187) |
| HSL | hsl(141, 91%, 79%) |
| CMYK | cmyk(38%, 0%, 25%, 2%) |
| LAB | lab(91.2 -41.5 21.5) |
| LCH | lch(91.2 46.7 152.7) |
| OKLCH | oklch(0.909 0.127 154.3) |
Copy-ready code
/* CSS */
color: #9afabb;
background-color: #9afabb;
/* Tailwind (arbitrary) */
class="text-[#9afabb] bg-[#9afabb]"
/* SCSS */
$brand: #9afabb;
/* SwiftUI */
Color(red: 0.604, green: 0.980, blue: 0.733)
/* Android */
Color.parseColor("#9afabb")Accessibility — WCAG contrast
Aa
#9afabb on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9afabb on black: 16.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green98.0%
Blue73.3%
CMYK percentages
Cyan38.4%
Magenta0.0%
Yellow25.2%
Key (black)2.0%
Color previews
#9afabb text on a black background
contrast 16.77:1
Card sample
#9afabb text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9afabb;
Background color
Panel with #9afabb background
background-color: #9afabb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9afabb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 250, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 250, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9afabb; background: linear-gradient(135deg, #9afabb, #9AF9FA);