#adf7ae
a light, electric green · cool · closest name: aquamarine
RGB
173, 247, 174
HSL
121°, 82%, 82%
CMYK
30, 0, 30, 3
Luminance
0.7846
Every format
| HEX | #adf7ae |
| RGB | rgb(173, 247, 174) |
| HSL | hsl(121, 82%, 82%) |
| CMYK | cmyk(30%, 0%, 30%, 3%) |
| LAB | lab(91.0 -36.7 28.0) |
| LCH | lch(91.0 46.2 142.7) |
| OKLCH | oklch(0.909 0.123 144.8) |
Copy-ready code
/* CSS */
color: #adf7ae;
background-color: #adf7ae;
/* Tailwind (arbitrary) */
class="text-[#adf7ae] bg-[#adf7ae]"
/* SCSS */
$brand: #adf7ae;
/* SwiftUI */
Color(red: 0.678, green: 0.969, blue: 0.682)
/* Android */
Color.parseColor("#adf7ae")Accessibility — WCAG contrast
Aa
#adf7ae on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adf7ae on black: 16.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green96.9%
Blue68.2%
CMYK percentages
Cyan30.0%
Magenta0.0%
Yellow29.6%
Key (black)3.1%
Color previews
#adf7ae text on a black background
contrast 16.69:1
Card sample
#adf7ae text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adf7ae;
Background color
Panel with #adf7ae background
background-color: #adf7ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adf7ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 247, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 247, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adf7ae; background: linear-gradient(135deg, #adf7ae, #ADF7DF);