#adf0ab
a light, vivid green · cool · closest name: aquamarine
RGB
173, 240, 171
HSL
118°, 70%, 81%
CMYK
28, 0, 29, 6
Luminance
0.7414
Every format
| HEX | #adf0ab |
| RGB | rgb(173, 240, 171) |
| HSL | hsl(118, 70%, 81%) |
| CMYK | cmyk(28%, 0%, 29%, 6%) |
| LAB | lab(89.0 -34.0 26.8) |
| LCH | lch(89.0 43.3 141.7) |
| OKLCH | oklch(0.893 0.115 143.9) |
Copy-ready code
/* CSS */
color: #adf0ab;
background-color: #adf0ab;
/* Tailwind (arbitrary) */
class="text-[#adf0ab] bg-[#adf0ab]"
/* SCSS */
$brand: #adf0ab;
/* SwiftUI */
Color(red: 0.678, green: 0.941, blue: 0.671)
/* Android */
Color.parseColor("#adf0ab")Accessibility — WCAG contrast
Aa
#adf0ab on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adf0ab on black: 15.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green94.1%
Blue67.1%
CMYK percentages
Cyan27.9%
Magenta0.0%
Yellow28.8%
Key (black)5.9%
Color previews
#adf0ab text on a black background
contrast 15.83:1
Card sample
#adf0ab text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adf0ab;
Background color
Panel with #adf0ab background
background-color: #adf0ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adf0ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 240, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 240, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adf0ab; background: linear-gradient(135deg, #adf0ab, #ABF0D7);