#afdfab
a light, soft green · cool · closest name: aquamarine
RGB
175, 223, 171
HSL
115°, 45%, 77%
CMYK
22, 0, 23, 13
Luminance
0.6483
Every format
| HEX | #afdfab |
| RGB | rgb(175, 223, 171) |
| HSL | hsl(115, 45%, 77%) |
| CMYK | cmyk(22%, 0%, 23%, 13%) |
| LAB | lab(84.4 -25.3 20.5) |
| LCH | lch(84.4 32.6 141.0) |
| OKLCH | oklch(0.856 0.087 142.8) |
Copy-ready code
/* CSS */
color: #afdfab;
background-color: #afdfab;
/* Tailwind (arbitrary) */
class="text-[#afdfab] bg-[#afdfab]"
/* SCSS */
$brand: #afdfab;
/* SwiftUI */
Color(red: 0.686, green: 0.875, blue: 0.671)
/* Android */
Color.parseColor("#afdfab")Accessibility — WCAG contrast
Aa
#afdfab on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdfab on black: 13.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green87.5%
Blue67.1%
CMYK percentages
Cyan21.5%
Magenta0.0%
Yellow23.3%
Key (black)12.5%
Color previews
#afdfab text on a black background
contrast 13.97:1
Card sample
#afdfab text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdfab;
Background color
Panel with #afdfab background
background-color: #afdfab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdfab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 223, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 223, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdfab; background: linear-gradient(135deg, #afdfab, #ABDFCA);