#9afbda
a light, electric green · cool · closest name: aquamarine
RGB
154, 251, 218
HSL
160°, 92%, 79%
CMYK
39, 0, 13, 2
Luminance
0.8093
Every format
| HEX | #9afbda |
| RGB | rgb(154, 251, 218) |
| HSL | hsl(160, 92%, 79%) |
| CMYK | cmyk(39%, 0%, 13%, 2%) |
| LAB | lab(92.1 -35.9 6.8) |
| LCH | lch(92.1 36.5 169.2) |
| OKLCH | oklch(0.919 0.103 170.2) |
Copy-ready code
/* CSS */
color: #9afbda;
background-color: #9afbda;
/* Tailwind (arbitrary) */
class="text-[#9afbda] bg-[#9afbda]"
/* SCSS */
$brand: #9afbda;
/* SwiftUI */
Color(red: 0.604, green: 0.984, blue: 0.855)
/* Android */
Color.parseColor("#9afbda")Accessibility — WCAG contrast
Aa
#9afbda on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9afbda on black: 17.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green98.4%
Blue85.5%
CMYK percentages
Cyan38.6%
Magenta0.0%
Yellow13.1%
Key (black)1.6%
Color previews
#9afbda text on a black background
contrast 17.19:1
Card sample
#9afbda text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9afbda;
Background color
Panel with #9afbda background
background-color: #9afbda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9afbda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 251, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 251, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9afbda; background: linear-gradient(135deg, #9afbda, #9ADBFB);