#afbfa3
a light, soft green · cool · closest name: silver
RGB
175, 191, 163
HSL
94°, 18%, 69%
CMYK
8, 0, 15, 25
Luminance
0.4902
Every format
| HEX | #afbfa3 |
| RGB | rgb(175, 191, 163) |
| HSL | hsl(94, 18%, 69%) |
| CMYK | cmyk(8%, 0%, 15%, 25%) |
| LAB | lab(75.5 -10.6 12.3) |
| LCH | lch(75.5 16.3 130.9) |
| OKLCH | oklch(0.785 0.043 131.7) |
Copy-ready code
/* CSS */
color: #afbfa3;
background-color: #afbfa3;
/* Tailwind (arbitrary) */
class="text-[#afbfa3] bg-[#afbfa3]"
/* SCSS */
$brand: #afbfa3;
/* SwiftUI */
Color(red: 0.686, green: 0.749, blue: 0.639)
/* Android */
Color.parseColor("#afbfa3")Accessibility — WCAG contrast
Aa
#afbfa3 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbfa3 on black: 10.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green74.9%
Blue63.9%
CMYK percentages
Cyan8.4%
Magenta0.0%
Yellow14.7%
Key (black)25.1%
Color previews
#afbfa3 text on a black background
contrast 10.80:1
Card sample
#afbfa3 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbfa3;
Background color
Panel with #afbfa3 background
background-color: #afbfa3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbfa3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 191, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 191, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbfa3; background: linear-gradient(135deg, #afbfa3, #A3BFAA);