#9afecb
a light, electric green · cool · closest name: aquamarine
RGB
154, 254, 203
HSL
149°, 98%, 80%
CMYK
39, 0, 20, 0
Luminance
0.8207
Every format
| HEX | #9afecb |
| RGB | rgb(154, 254, 203) |
| HSL | hsl(149, 98%, 80%) |
| CMYK | cmyk(39%, 0%, 20%, 0%) |
| LAB | lab(92.6 -40.3 15.3) |
| LCH | lch(92.6 43.1 159.2) |
| OKLCH | oklch(0.922 0.118 160.6) |
Copy-ready code
/* CSS */
color: #9afecb;
background-color: #9afecb;
/* Tailwind (arbitrary) */
class="text-[#9afecb] bg-[#9afecb]"
/* SCSS */
$brand: #9afecb;
/* SwiftUI */
Color(red: 0.604, green: 0.996, blue: 0.796)
/* Android */
Color.parseColor("#9afecb")Accessibility — WCAG contrast
Aa
#9afecb on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9afecb on black: 17.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green99.6%
Blue79.6%
CMYK percentages
Cyan39.4%
Magenta0.0%
Yellow20.1%
Key (black)0.4%
Color previews
#9afecb text on a black background
contrast 17.41:1
Card sample
#9afecb text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9afecb;
Background color
Panel with #9afecb background
background-color: #9afecb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9afecb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 254, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 254, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9afecb; background: linear-gradient(135deg, #9afecb, #9AEEFE);