#afbcaf
a light, muted green · cool · closest name: silver
RGB
175, 188, 175
HSL
120°, 9%, 71%
CMYK
7, 0, 7, 26
Luminance
0.4818
Every format
| HEX | #afbcaf |
| RGB | rgb(175, 188, 175) |
| HSL | hsl(120, 9%, 71%) |
| CMYK | cmyk(7%, 0%, 7%, 26%) |
| LAB | lab(74.9 -6.9 5.0) |
| LCH | lch(74.9 8.6 144.0) |
| OKLCH | oklch(0.781 0.023 145.3) |
Copy-ready code
/* CSS */
color: #afbcaf;
background-color: #afbcaf;
/* Tailwind (arbitrary) */
class="text-[#afbcaf] bg-[#afbcaf]"
/* SCSS */
$brand: #afbcaf;
/* SwiftUI */
Color(red: 0.686, green: 0.737, blue: 0.686)
/* Android */
Color.parseColor("#afbcaf")Accessibility — WCAG contrast
Aa
#afbcaf on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbcaf on black: 10.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green73.7%
Blue68.6%
CMYK percentages
Cyan6.9%
Magenta0.0%
Yellow6.9%
Key (black)26.3%
Color previews
#afbcaf text on a black background
contrast 10.64:1
Card sample
#afbcaf text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbcaf;
Background color
Panel with #afbcaf background
background-color: #afbcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 188, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 188, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbcaf; background: linear-gradient(135deg, #afbcaf, #AFBCB8);