#afbca2
a light, soft green · neutral · closest name: Dark Sea Green
At a glance
Every number on this page in one read: what #afbca2 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 | #afbca2 |
| RGB | rgb(175, 188, 162) |
| HSL | hsl(90, 16%, 69%) |
| CMYK | cmyk(7%, 0%, 14%, 26%) |
| LAB | lab(74.6 -9.3 11.7) |
| LCH | lch(74.6 14.9 128.4) |
| OKLCH | oklch(0.778 0.039 129.0) |
| Decimal | 11517090 |
| Display P3 | color(display-p3 0.686 0.737 0.635) |
Copy-ready code
/* CSS */
color: #afbca2;
background-color: #afbca2;
/* Tailwind (arbitrary) */
class="text-[#afbca2] bg-[#afbca2]"
/* SCSS */
$brand: #afbca2;
/* SwiftUI */
Color(red: 0.686, green: 0.737, blue: 0.635)
/* Android */
Color.parseColor("#afbca2")
/* Flutter */
Color(0xFFAFBCA2)
/* Python / OpenCV (BGR) */
(162, 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. #afbca2 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: #F7F8F6;
--brand-100: #F0F2EE;
--brand-200: #DEE3D9;
--brand-300: #C7D0BE;
--brand-400: #afbca2;
--brand-500: #8FA17D;
--brand-600: #7A8E66;
--brand-700: #667755;
--brand-800: #525F44;
--brand-900: #3D4634;
--brand-950: #262C21;
--brand: #afbca2;
--brand-ink: #000000;
}Colors that work with #afbca2
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 #afbca2
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Charts, tags and secondary 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 | #AFA2BC | Directly opposite — maximum tension | |
| Analogous left | #BCBCA2 | Neighbour, quieter | |
| Analogous right | #A2BCA2 | Neighbour, quieter | |
| Split-complement 1 | #A2A2BC | Contrast without the clash | |
| Split-complement 2 | #BCA2BC | Contrast without the clash | |
| Triadic 1 | #A2AFBC | Even thirds — balanced and loud | |
| Triadic 2 | #BCA2AF | Even thirds — balanced and loud | |
| Tetradic | #A2BCBC | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#afbca2 text on a black background
contrast 10.54:1
#afbca2 text on a white background
contrast 1.99:1
CSS3 live lab
The quick brown fox
color: #afbca2;
background-color: #afbca2;
Glowing headline
text-shadow: 2px 2px 8px #afbca2;
Soft neon halo
text-shadow: 0 0 14px rgba(175, 188, 162, 0.45);
box-shadow: 0 12px 32px -8px rgba(175, 188, 162, 0.45);
border: 3px solid #afbca2; background: linear-gradient(135deg, #afbca2, #A2BCA6);
Monochromatic scale
Palettes built from #afbca2
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: Sage (#9caf88) — ΔE2000 6.1 away, with its history, psychology and brand usage.
#afbca2 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.
#afbca2, answered
What color is #afbca2?
#afbca2 is a light soft green, closest to Dark Sea Green (ΔE2000 9.4). It sits at 90° on the hue wheel with 16% saturation and 69% lightness, which reads as neutral.
What is the RGB value of #afbca2?
rgb(175, 188, 162) — 175 red, 188 green and 162 blue out of 255, or 68.6% / 73.7% / 63.5% by channel.
Is #afbca2 a light or a dark color?
It is a mid-tone. Relative luminance is 0.4769 and perceived brightness is 71%, so black text on it reaches 10.54:1.
Should I use black or white text on #afbca2?
Black. It scores 10.54:1 against #afbca2, versus 1.99:1 for white — AAA at any size.
What is the complementary color of #afbca2?
#AFA2BC sits directly opposite on the wheel. Softer options are the split-complements #A2A2BC and #BCA2BC, which give the same contrast with far less vibration.
What colors go well with #afbca2?
For interface work: #F7F9F6 as the surface, #D6DDD0 for borders, #738560 for secondary text, #5C527A as an accent and #404A35 for hover and pressed states. For a palette, the analogous pair #BCBCA2 and #A2BCA2 stays calm, while #AFA2BC is the loudest partner.
What is #afbca2 in CMYK for printing?
cmyk(7%, 0%, 14%, 26%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #afbca2 warm or cool?
Neutral — it scores 50 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #B9BCA2; nudged cooler, #A4BEA0.