#afdb9f
a light, vivid green · cool · closest name: aquamarine
RGB
175, 219, 159
HSL
104°, 46%, 74%
CMYK
20, 0, 27, 14
Luminance
0.6228
Every format
| HEX | #afdb9f |
| RGB | rgb(175, 219, 159) |
| HSL | hsl(104, 46%, 74%) |
| CMYK | cmyk(20%, 0%, 27%, 14%) |
| LAB | lab(83.1 -25.3 24.9) |
| LCH | lch(83.1 35.6 135.4) |
| OKLCH | oklch(0.845 0.093 137.5) |
Copy-ready code
/* CSS */
color: #afdb9f;
background-color: #afdb9f;
/* Tailwind (arbitrary) */
class="text-[#afdb9f] bg-[#afdb9f]"
/* SCSS */
$brand: #afdb9f;
/* SwiftUI */
Color(red: 0.686, green: 0.859, blue: 0.624)
/* Android */
Color.parseColor("#afdb9f")Accessibility — WCAG contrast
Aa
#afdb9f on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdb9f on black: 13.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green85.9%
Blue62.4%
CMYK percentages
Cyan20.1%
Magenta0.0%
Yellow27.4%
Key (black)14.1%
Color previews
#afdb9f text on a black background
contrast 13.46:1
Card sample
#afdb9f text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdb9f;
Background color
Panel with #afdb9f background
background-color: #afdb9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdb9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 219, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 219, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdb9f; background: linear-gradient(135deg, #afdb9f, #9FDBB7);