#9afdbf
a light, electric green · cool · closest name: aquamarine
RGB
154, 253, 191
HSL
142°, 96%, 80%
CMYK
39, 0, 25, 1
Luminance
0.8088
Every format
| HEX | #9afdbf |
| RGB | rgb(154, 253, 191) |
| HSL | hsl(142, 96%, 80%) |
| CMYK | cmyk(39%, 0%, 25%, 1%) |
| LAB | lab(92.1 -42.1 20.7) |
| LCH | lch(92.1 46.9 153.8) |
| OKLCH | oklch(0.917 0.127 155.5) |
Copy-ready code
/* CSS */
color: #9afdbf;
background-color: #9afdbf;
/* Tailwind (arbitrary) */
class="text-[#9afdbf] bg-[#9afdbf]"
/* SCSS */
$brand: #9afdbf;
/* SwiftUI */
Color(red: 0.604, green: 0.992, blue: 0.749)
/* Android */
Color.parseColor("#9afdbf")Accessibility — WCAG contrast
Aa
#9afdbf on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9afdbf on black: 17.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green99.2%
Blue74.9%
CMYK percentages
Cyan39.1%
Magenta0.0%
Yellow24.5%
Key (black)0.8%
Color previews
#9afdbf text on a black background
contrast 17.18:1
Card sample
#9afdbf text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9afdbf;
Background color
Panel with #9afdbf background
background-color: #9afdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9afdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 253, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 253, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9afdbf; background: linear-gradient(135deg, #9afdbf, #9AF9FD);