#afbcaa
a light, muted green · neutral · closest name: Silver
At a glance
Every number on this page in one read: what #afbcaa is made of, how bright it looks, and which way it leans.
Reads neutral. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #afbcaa |
| RGB | rgb(175, 188, 170) |
| HSL | hsl(103, 12%, 70%) |
| CMYK | cmyk(7%, 0%, 10%, 26%) |
| LAB | lab(74.8 -7.8 7.6) |
| LCH | lch(74.8 10.9 136.0) |
| OKLCH | oklch(0.780 0.029 136.9) |
| Decimal | 11517098 |
| Display P3 | color(display-p3 0.686 0.737 0.667) |
Copy-ready code
/* CSS */
color: #afbcaa;
background-color: #afbcaa;
/* Tailwind (arbitrary) */
class="text-[#afbcaa] bg-[#afbcaa]"
/* SCSS */
$brand: #afbcaa;
/* SwiftUI */
Color(red: 0.686, green: 0.737, blue: 0.667)
/* Android */
Color.parseColor("#afbcaa")
/* Flutter */
Color(0xFFAFBCAA)
/* Python / OpenCV (BGR) */
(170, 188, 175)Best text color
Only one of black and white can be right. This is the one, with the number that proves it.
Accessibility — WCAG contrast
Color scale — 50 to 950
A Tailwind-shaped ramp built around this exact hex. #afbcaa is pinned to step 400; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F7F8F7;
--brand-100: #EFF1EE;
--brand-200: #DCE1DA;
--brand-300: #C4CEC0;
--brand-400: #afbcaa;
--brand-500: #899C82;
--brand-600: #74896C;
--brand-700: #61725A;
--brand-800: #4D5B48;
--brand-900: #3A4437;
--brand-950: #242A22;
--brand: #afbcaa;
--brand-ink: #000000;
}Colors that work with #afbcaa
Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.
Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.
Lightness flips, hue holds. The accent stays the anchor in both themes.
How to use #afbcaa
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Borders, dividers and quiet backgrounds
- ✓Long-form reading surfaces
- ✓Card and section backgrounds
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠White text placed on it
- ⚠Pairing with a same-lightness hue — edges vibrate
Similar colors
One move away from this hex in each direction. Every swatch is its own page.
Color relationships
The wheel positions with their names attached, so you can grab the one you actually need.
| Complementary | #B7AABC | Directly opposite — maximum tension | |
| Analogous left | #B8BCAA | Neighbour, quieter | |
| Analogous right | #AABCAE | Neighbour, quieter | |
| Split-complement 1 | #AEAABC | Contrast without the clash | |
| Split-complement 2 | #BCAAB8 | Contrast without the clash | |
| Triadic 1 | #AAAFBC | Even thirds — balanced and loud | |
| Triadic 2 | #BCAAAF | Even thirds — balanced and loud | |
| Tetradic | #AAB8BC | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#afbcaa text on a black background
contrast 10.60:1
#afbcaa text on a white background
contrast 1.98:1
CSS3 live lab
The quick brown fox
color: #afbcaa;
background-color: #afbcaa;
Glowing headline
text-shadow: 2px 2px 8px #afbcaa;
Soft neon halo
text-shadow: 0 0 14px rgba(175, 188, 170, 0.45);
box-shadow: 0 12px 32px -8px rgba(175, 188, 170, 0.45);
border: 3px solid #afbcaa; background: linear-gradient(135deg, #afbcaa, #AABCB1);
Monochromatic scale
Palettes built from #afbcaa
Shades — darker
Tints — lighter
Color harmonies
Nearest named colors
Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.
Closest color with a full write-up: Eucalyptus (#95afa2) — ΔE2000 6.4 away, with its history, psychology and brand usage.
#afbcaa in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Converts to four-color process without much drama. Proof it anyway.
#afbcaa, answered
What color is #afbcaa?
#afbcaa is a light muted green, closest to Silver (ΔE2000 10.8). It sits at 103° on the hue wheel with 12% saturation and 70% lightness, which reads as neutral.
What is the RGB value of #afbcaa?
rgb(175, 188, 170) — 175 red, 188 green and 170 blue out of 255, or 68.6% / 73.7% / 66.7% by channel.
Is #afbcaa a light or a dark color?
It is a mid-tone. Relative luminance is 0.4798 and perceived brightness is 71%, so black text on it reaches 10.60:1.
Should I use black or white text on #afbcaa?
Black. It scores 10.60:1 against #afbcaa, versus 1.98:1 for white — AAA at any size.
What is the complementary color of #afbcaa?
#B7AABC sits directly opposite on the wheel. Softer options are the split-complements #AEAABC and #BCAAB8, which give the same contrast with far less vibration.
What colors go well with #afbcaa?
For interface work: #F7F8F6 as the surface, #D4DBD1 for borders, #6D8065 for secondary text, #655676 as an accent and #3C4738 for hover and pressed states. For a palette, the analogous pair #B8BCAA and #AABCAE stays calm, while #B7AABC is the loudest partner.
What is #afbcaa in CMYK for printing?
cmyk(7%, 0%, 10%, 26%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #afbcaa warm or cool?
Neutral — it scores 52 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #B6BCAA; nudged cooler, #A9BDAA.