#afbc91
a light, soft green · cool · closest name: tan
RGB
175, 188, 145
HSL
78°, 24%, 65%
CMYK
7, 0, 23, 26
Luminance
0.4712
Every format
| HEX | #afbc91 |
| RGB | rgb(175, 188, 145) |
| HSL | hsl(78, 24%, 65%) |
| CMYK | cmyk(7%, 0%, 23%, 26%) |
| LAB | lab(74.3 -12.0 20.3) |
| LCH | lch(74.3 23.6 120.6) |
| OKLCH | oklch(0.774 0.061 121.5) |
Copy-ready code
/* CSS */
color: #afbc91;
background-color: #afbc91;
/* Tailwind (arbitrary) */
class="text-[#afbc91] bg-[#afbc91]"
/* SCSS */
$brand: #afbc91;
/* SwiftUI */
Color(red: 0.686, green: 0.737, blue: 0.569)
/* Android */
Color.parseColor("#afbc91")Accessibility — WCAG contrast
Aa
#afbc91 on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbc91 on black: 10.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green73.7%
Blue56.9%
CMYK percentages
Cyan6.9%
Magenta0.0%
Yellow22.9%
Key (black)26.3%
Color previews
#afbc91 text on a black background
contrast 10.42:1
Card sample
#afbc91 text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbc91;
Background color
Panel with #afbc91 background
background-color: #afbc91;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbc91;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 188, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 188, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbc91; background: linear-gradient(135deg, #afbc91, #92BC91);