#9af498
a light, electric green · cool · closest name: aquamarine
RGB
154, 244, 152
HSL
119°, 81%, 78%
CMYK
37, 0, 38, 4
Luminance
0.7384
Every format
| HEX | #9af498 |
| RGB | rgb(154, 244, 152) |
| HSL | hsl(119, 81%, 78%) |
| CMYK | cmyk(37%, 0%, 38%, 4%) |
| LAB | lab(88.8 -44.7 36.0) |
| LCH | lch(88.8 57.4 141.1) |
| OKLCH | oklch(0.888 0.151 143.7) |
Copy-ready code
/* CSS */
color: #9af498;
background-color: #9af498;
/* Tailwind (arbitrary) */
class="text-[#9af498] bg-[#9af498]"
/* SCSS */
$brand: #9af498;
/* SwiftUI */
Color(red: 0.604, green: 0.957, blue: 0.596)
/* Android */
Color.parseColor("#9af498")Accessibility — WCAG contrast
Aa
#9af498 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9af498 on black: 15.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green95.7%
Blue59.6%
CMYK percentages
Cyan36.9%
Magenta0.0%
Yellow37.7%
Key (black)4.3%
Color previews
#9af498 text on a black background
contrast 15.77:1
Card sample
#9af498 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9af498;
Background color
Panel with #9af498 background
background-color: #9af498;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9af498;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 244, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 244, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9af498; background: linear-gradient(135deg, #9af498, #98F4D3);