#a8dfb2
a light, vivid green · cool · closest name: aquamarine
RGB
168, 223, 178
HSL
131°, 46%, 77%
CMYK
25, 0, 20, 13
Luminance
0.6431
Every format
| HEX | #a8dfb2 |
| RGB | rgb(168, 223, 178) |
| HSL | hsl(131, 46%, 77%) |
| CMYK | cmyk(25%, 0%, 20%, 13%) |
| LAB | lab(84.1 -26.4 16.4) |
| LCH | lch(84.1 31.1 148.1) |
| OKLCH | oklch(0.854 0.084 149.8) |
Copy-ready code
/* CSS */
color: #a8dfb2;
background-color: #a8dfb2;
/* Tailwind (arbitrary) */
class="text-[#a8dfb2] bg-[#a8dfb2]"
/* SCSS */
$brand: #a8dfb2;
/* SwiftUI */
Color(red: 0.659, green: 0.875, blue: 0.698)
/* Android */
Color.parseColor("#a8dfb2")Accessibility — WCAG contrast
Aa
#a8dfb2 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a8dfb2 on black: 13.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green87.5%
Blue69.8%
CMYK percentages
Cyan24.7%
Magenta0.0%
Yellow20.2%
Key (black)12.5%
Color previews
#a8dfb2 text on a black background
contrast 13.86:1
Card sample
#a8dfb2 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a8dfb2;
Background color
Panel with #a8dfb2 background
background-color: #a8dfb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a8dfb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 223, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 223, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a8dfb2; background: linear-gradient(135deg, #a8dfb2, #A8DFD7);