#adf697
a light, electric green · cool · closest name: aquamarine
RGB
173, 246, 151
HSL
106°, 84%, 78%
CMYK
30, 0, 39, 4
Luminance
0.7703
Every format
| HEX | #adf697 |
| RGB | rgb(173, 246, 151) |
| HSL | hsl(106, 84%, 78%) |
| CMYK | cmyk(30%, 0%, 39%, 4%) |
| LAB | lab(90.3 -39.7 38.7) |
| LCH | lch(90.3 55.5 135.8) |
| OKLCH | oklch(0.903 0.145 138.7) |
Copy-ready code
/* CSS */
color: #adf697;
background-color: #adf697;
/* Tailwind (arbitrary) */
class="text-[#adf697] bg-[#adf697]"
/* SCSS */
$brand: #adf697;
/* SwiftUI */
Color(red: 0.678, green: 0.965, blue: 0.592)
/* Android */
Color.parseColor("#adf697")Accessibility — WCAG contrast
Aa
#adf697 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adf697 on black: 16.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green96.5%
Blue59.2%
CMYK percentages
Cyan29.7%
Magenta0.0%
Yellow38.6%
Key (black)3.5%
Color previews
#adf697 text on a black background
contrast 16.41:1
Card sample
#adf697 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adf697;
Background color
Panel with #adf697 background
background-color: #adf697;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adf697;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 246, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 246, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adf697; background: linear-gradient(135deg, #adf697, #97F6C0);