#9afdab
a light, electric green · cool · closest name: aquamarine
RGB
154, 253, 171
HSL
130°, 96%, 80%
CMYK
39, 0, 32, 1
Luminance
0.8006
Every format
| HEX | #9afdab |
| RGB | rgb(154, 253, 171) |
| HSL | hsl(130, 96%, 80%) |
| CMYK | cmyk(39%, 0%, 32%, 1%) |
| LAB | lab(91.7 -45.6 30.4) |
| LCH | lch(91.7 54.8 146.4) |
| OKLCH | oklch(0.913 0.146 148.5) |
Copy-ready code
/* CSS */
color: #9afdab;
background-color: #9afdab;
/* Tailwind (arbitrary) */
class="text-[#9afdab] bg-[#9afdab]"
/* SCSS */
$brand: #9afdab;
/* SwiftUI */
Color(red: 0.604, green: 0.992, blue: 0.671)
/* Android */
Color.parseColor("#9afdab")Accessibility — WCAG contrast
Aa
#9afdab on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9afdab on black: 17.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green99.2%
Blue67.1%
CMYK percentages
Cyan39.1%
Magenta0.0%
Yellow32.4%
Key (black)0.8%
Color previews
#9afdab text on a black background
contrast 17.01:1
Card sample
#9afdab text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9afdab;
Background color
Panel with #9afdab background
background-color: #9afdab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9afdab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 253, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 253, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9afdab; background: linear-gradient(135deg, #9afdab, #9AFDED);