#adf2ae
a light, vivid green · cool · closest name: aquamarine
RGB
173, 242, 174
HSL
121°, 73%, 81%
CMYK
29, 0, 28, 5
Luminance
0.7544
Every format
| HEX | #adf2ae |
| RGB | rgb(173, 242, 174) |
| HSL | hsl(121, 73%, 81%) |
| CMYK | cmyk(29%, 0%, 28%, 5%) |
| LAB | lab(89.6 -34.5 26.1) |
| LCH | lch(89.6 43.2 142.8) |
| OKLCH | oklch(0.898 0.115 144.9) |
Copy-ready code
/* CSS */
color: #adf2ae;
background-color: #adf2ae;
/* Tailwind (arbitrary) */
class="text-[#adf2ae] bg-[#adf2ae]"
/* SCSS */
$brand: #adf2ae;
/* SwiftUI */
Color(red: 0.678, green: 0.949, blue: 0.682)
/* Android */
Color.parseColor("#adf2ae")Accessibility — WCAG contrast
Aa
#adf2ae on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adf2ae on black: 16.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green94.9%
Blue68.2%
CMYK percentages
Cyan28.5%
Magenta0.0%
Yellow28.1%
Key (black)5.1%
Color previews
#adf2ae text on a black background
contrast 16.09:1
Card sample
#adf2ae text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adf2ae;
Background color
Panel with #adf2ae background
background-color: #adf2ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adf2ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 242, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 242, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adf2ae; background: linear-gradient(135deg, #adf2ae, #ADF2DC);