#afbda0
a light, soft green · cool · closest name: silver
RGB
175, 189, 160
HSL
89°, 18%, 68%
CMYK
7, 0, 15, 26
Luminance
0.4805
Every format
| HEX | #afbda0 |
| RGB | rgb(175, 189, 160) |
| HSL | hsl(89, 18%, 68%) |
| CMYK | cmyk(7%, 0%, 15%, 26%) |
| LAB | lab(74.8 -10.1 13.1) |
| LCH | lch(74.8 16.5 127.8) |
| OKLCH | oklch(0.780 0.043 128.4) |
Copy-ready code
/* CSS */
color: #afbda0;
background-color: #afbda0;
/* Tailwind (arbitrary) */
class="text-[#afbda0] bg-[#afbda0]"
/* SCSS */
$brand: #afbda0;
/* SwiftUI */
Color(red: 0.686, green: 0.741, blue: 0.627)
/* Android */
Color.parseColor("#afbda0")Accessibility — WCAG contrast
Aa
#afbda0 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbda0 on black: 10.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green74.1%
Blue62.7%
CMYK percentages
Cyan7.4%
Magenta0.0%
Yellow15.3%
Key (black)25.9%
Color previews
#afbda0 text on a black background
contrast 10.61:1
Card sample
#afbda0 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbda0;
Background color
Panel with #afbda0 background
background-color: #afbda0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbda0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 189, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 189, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbda0; background: linear-gradient(135deg, #afbda0, #A0BDA4);