#a5dfab
a light, vivid green · cool · closest name: aquamarine
RGB
165, 223, 171
HSL
126°, 48%, 76%
CMYK
26, 0, 23, 13
Luminance
0.6371
Every format
| HEX | #a5dfab |
| RGB | rgb(165, 223, 171) |
| HSL | hsl(126, 48%, 76%) |
| CMYK | cmyk(26%, 0%, 23%, 13%) |
| LAB | lab(83.8 -28.6 19.6) |
| LCH | lch(83.8 34.7 145.5) |
| OKLCH | oklch(0.850 0.093 147.4) |
Copy-ready code
/* CSS */
color: #a5dfab;
background-color: #a5dfab;
/* Tailwind (arbitrary) */
class="text-[#a5dfab] bg-[#a5dfab]"
/* SCSS */
$brand: #a5dfab;
/* SwiftUI */
Color(red: 0.647, green: 0.875, blue: 0.671)
/* Android */
Color.parseColor("#a5dfab")Accessibility — WCAG contrast
Aa
#a5dfab on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a5dfab on black: 13.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green87.5%
Blue67.1%
CMYK percentages
Cyan26.0%
Magenta0.0%
Yellow23.3%
Key (black)12.5%
Color previews
#a5dfab text on a black background
contrast 13.74:1
Card sample
#a5dfab text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a5dfab;
Background color
Panel with #a5dfab background
background-color: #a5dfab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a5dfab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 223, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 223, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a5dfab; background: linear-gradient(135deg, #a5dfab, #A5DFD2);