#afc2ac
a light, soft green · cool · closest name: silver
RGB
175, 194, 172
HSL
112°, 15%, 72%
CMYK
10, 0, 11, 24
Luminance
0.5068
Every format
| HEX | #afc2ac |
| RGB | rgb(175, 194, 172) |
| HSL | hsl(112, 15%, 72%) |
| CMYK | cmyk(10%, 0%, 11%, 24%) |
| LAB | lab(76.5 -10.6 8.9) |
| LCH | lch(76.5 13.8 140.1) |
| OKLCH | oklch(0.793 0.037 141.4) |
Copy-ready code
/* CSS */
color: #afc2ac;
background-color: #afc2ac;
/* Tailwind (arbitrary) */
class="text-[#afc2ac] bg-[#afc2ac]"
/* SCSS */
$brand: #afc2ac;
/* SwiftUI */
Color(red: 0.686, green: 0.761, blue: 0.675)
/* Android */
Color.parseColor("#afc2ac")Accessibility — WCAG contrast
Aa
#afc2ac on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afc2ac on black: 11.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green76.1%
Blue67.5%
CMYK percentages
Cyan9.8%
Magenta0.0%
Yellow11.3%
Key (black)23.9%
Color previews
#afc2ac text on a black background
contrast 11.14:1
Card sample
#afc2ac text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afc2ac;
Background color
Panel with #afc2ac background
background-color: #afc2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afc2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 194, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 194, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afc2ac; background: linear-gradient(135deg, #afc2ac, #ACC2B8);