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