#afbf91
a light, soft green · cool · closest name: tan
RGB
175, 191, 145
HSL
81°, 26%, 66%
CMYK
8, 0, 24, 25
Luminance
0.4842
Every format
| HEX | #afbf91 |
| RGB | rgb(175, 191, 145) |
| HSL | hsl(81, 26%, 66%) |
| CMYK | cmyk(8%, 0%, 24%, 25%) |
| LAB | lab(75.1 -13.6 21.4) |
| LCH | lch(75.1 25.4 122.3) |
| OKLCH | oklch(0.780 0.065 123.5) |
Copy-ready code
/* CSS */
color: #afbf91;
background-color: #afbf91;
/* Tailwind (arbitrary) */
class="text-[#afbf91] bg-[#afbf91]"
/* SCSS */
$brand: #afbf91;
/* SwiftUI */
Color(red: 0.686, green: 0.749, blue: 0.569)
/* Android */
Color.parseColor("#afbf91")Accessibility — WCAG contrast
Aa
#afbf91 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbf91 on black: 10.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green74.9%
Blue56.9%
CMYK percentages
Cyan8.4%
Magenta0.0%
Yellow24.1%
Key (black)25.1%
Color previews
#afbf91 text on a black background
contrast 10.68:1
Card sample
#afbf91 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbf91;
Background color
Panel with #afbf91 background
background-color: #afbf91;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbf91;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 191, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 191, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbf91; background: linear-gradient(135deg, #afbf91, #91BF92);