#9af590
a light, electric green · cool · closest name: aquamarine
RGB
154, 245, 144
HSL
114°, 84%, 76%
CMYK
37, 0, 41, 4
Luminance
0.7419
Every format
| HEX | #9af590 |
| RGB | rgb(154, 245, 144) |
| HSL | hsl(114, 84%, 76%) |
| CMYK | cmyk(37%, 0%, 41%, 4%) |
| LAB | lab(89.0 -46.3 40.2) |
| LCH | lch(89.0 61.3 139.0) |
| OKLCH | oklch(0.889 0.160 141.9) |
Copy-ready code
/* CSS */
color: #9af590;
background-color: #9af590;
/* Tailwind (arbitrary) */
class="text-[#9af590] bg-[#9af590]"
/* SCSS */
$brand: #9af590;
/* SwiftUI */
Color(red: 0.604, green: 0.961, blue: 0.565)
/* Android */
Color.parseColor("#9af590")Accessibility — WCAG contrast
Aa
#9af590 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9af590 on black: 15.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green96.1%
Blue56.5%
CMYK percentages
Cyan37.1%
Magenta0.0%
Yellow41.2%
Key (black)3.9%
Color previews
#9af590 text on a black background
contrast 15.84:1
Card sample
#9af590 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9af590;
Background color
Panel with #9af590 background
background-color: #9af590;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9af590;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 245, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 245, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9af590; background: linear-gradient(135deg, #9af590, #90F5C9);