#afbd90
a light, soft green · cool · closest name: tan
RGB
175, 189, 144
HSL
79°, 25%, 65%
CMYK
7, 0, 24, 26
Luminance
0.4752
Every format
| HEX | #afbd90 |
| RGB | rgb(175, 189, 144) |
| HSL | hsl(79, 25%, 65%) |
| CMYK | cmyk(7%, 0%, 24%, 26%) |
| LAB | lab(74.5 -12.7 21.2) |
| LCH | lch(74.5 24.7 120.9) |
| OKLCH | oklch(0.776 0.063 121.9) |
Copy-ready code
/* CSS */
color: #afbd90;
background-color: #afbd90;
/* Tailwind (arbitrary) */
class="text-[#afbd90] bg-[#afbd90]"
/* SCSS */
$brand: #afbd90;
/* SwiftUI */
Color(red: 0.686, green: 0.741, blue: 0.565)
/* Android */
Color.parseColor("#afbd90")Accessibility — WCAG contrast
Aa
#afbd90 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbd90 on black: 10.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green74.1%
Blue56.5%
CMYK percentages
Cyan7.4%
Magenta0.0%
Yellow23.8%
Key (black)25.9%
Color previews
#afbd90 text on a black background
contrast 10.50:1
Card sample
#afbd90 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbd90;
Background color
Panel with #afbd90 background
background-color: #afbd90;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbd90;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 189, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 189, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbd90; background: linear-gradient(135deg, #afbd90, #91BD90);