#9af697
a light, electric green · cool · closest name: aquamarine
RGB
154, 246, 151
HSL
118°, 84%, 78%
CMYK
37, 0, 39, 4
Luminance
0.7502
Every format
| HEX | #9af697 |
| RGB | rgb(154, 246, 151) |
| HSL | hsl(118, 84%, 78%) |
| CMYK | cmyk(37%, 0%, 39%, 4%) |
| LAB | lab(89.4 -45.7 37.3) |
| LCH | lch(89.4 59.0 140.8) |
| OKLCH | oklch(0.893 0.155 143.5) |
Copy-ready code
/* CSS */
color: #9af697;
background-color: #9af697;
/* Tailwind (arbitrary) */
class="text-[#9af697] bg-[#9af697]"
/* SCSS */
$brand: #9af697;
/* SwiftUI */
Color(red: 0.604, green: 0.965, blue: 0.592)
/* Android */
Color.parseColor("#9af697")Accessibility — WCAG contrast
Aa
#9af697 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9af697 on black: 16.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green96.5%
Blue59.2%
CMYK percentages
Cyan37.4%
Magenta0.0%
Yellow38.6%
Key (black)3.5%
Color previews
#9af697 text on a black background
contrast 16.00:1
Card sample
#9af697 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9af697;
Background color
Panel with #9af697 background
background-color: #9af697;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9af697;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 246, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 246, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9af697; background: linear-gradient(135deg, #9af697, #97F6D3);