#adcac0
a light, soft green · cool · closest name: Powder Blue
At a glance
Every number on this page in one read: what #adcac0 is made of, how bright it looks, and which way it leans.
Reads cool. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #adcac0 |
| RGB | rgb(173, 202, 192) |
| HSL | hsl(159, 22%, 74%) |
| CMYK | cmyk(14%, 0%, 5%, 21%) |
| LAB | lab(79.0 -11.7 1.7) |
| LCH | lch(79.0 11.8 171.6) |
| OKLCH | oklch(0.815 0.034 172.6) |
| Decimal | 11389632 |
| Display P3 | color(display-p3 0.678 0.792 0.753) |
Copy-ready code
/* CSS */
color: #adcac0;
background-color: #adcac0;
/* Tailwind (arbitrary) */
class="text-[#adcac0] bg-[#adcac0]"
/* SCSS */
$brand: #adcac0;
/* SwiftUI */
Color(red: 0.678, green: 0.792, blue: 0.753)
/* Android */
Color.parseColor("#adcac0")
/* Flutter */
Color(0xFFADCAC0)
/* Python / OpenCV (BGR) */
(192, 202, 173)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. #adcac0 is pinned to step 300; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F6F9F8;
--brand-100: #EDF2F0;
--brand-200: #D8E4E0;
--brand-300: #adcac0;
--brand-400: #99BDB0;
--brand-500: #77A796;
--brand-600: #609583;
--brand-700: #507C6D;
--brand-800: #406357;
--brand-900: #314941;
--brand-950: #1F2E29;
--brand: #adcac0;
--brand-ink: #000000;
}Colors that work with #adcac0
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 #adcac0
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 | #CAADB7 | Directly opposite — maximum tension | |
| Analogous left | #ADCAB1 | Neighbour, quieter | |
| Analogous right | #ADC5CA | Neighbour, quieter | |
| Split-complement 1 | #CAADC5 | Contrast without the clash | |
| Split-complement 2 | #CAB1AD | Contrast without the clash | |
| Triadic 1 | #C0ADCA | Even thirds — balanced and loud | |
| Triadic 2 | #CAC0AD | Even thirds — balanced and loud | |
| Tetradic | #B1ADCA | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#adcac0 text on a black background
contrast 11.99:1
#adcac0 text on a white background
contrast 1.75:1
CSS3 live lab
The quick brown fox
color: #adcac0;
background-color: #adcac0;
Glowing headline
text-shadow: 2px 2px 8px #adcac0;
Soft neon halo
text-shadow: 0 0 14px rgba(173, 202, 192, 0.45);
box-shadow: 0 12px 32px -8px rgba(173, 202, 192, 0.45);
border: 3px solid #adcac0; background: linear-gradient(135deg, #adcac0, #ADC1CA);
Monochromatic scale
Palettes built from #adcac0
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 7.4 away, with its history, psychology and brand usage.
#adcac0 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.
#adcac0, answered
What color is #adcac0?
#adcac0 is a light soft green, closest to Powder Blue (ΔE2000 9). It sits at 159° on the hue wheel with 22% saturation and 74% lightness, which reads as cool.
What is the RGB value of #adcac0?
rgb(173, 202, 192) — 173 red, 202 green and 192 blue out of 255, or 67.8% / 79.2% / 75.3% by channel.
Is #adcac0 a light or a dark color?
It is a light color. Relative luminance is 0.5493 and perceived brightness is 76%, so black text on it reaches 11.99:1.
Should I use black or white text on #adcac0?
Black. It scores 11.99:1 against #adcac0, versus 1.75:1 for white — AAA at any size.
What is the complementary color of #adcac0?
#CAADB7 sits directly opposite on the wheel. Softer options are the split-complements #CAADC5 and #CAB1AD, which give the same contrast with far less vibration.
What colors go well with #adcac0?
For interface work: #F6F9F8 as the surface, #CDDFD9 for borders, #5A8B7A for secondary text, #804C6B as an accent and #324D44 for hover and pressed states. For a palette, the analogous pair #ADCAB1 and #ADC5CA stays calm, while #CAADB7 is the loudest partner.
What is #adcac0 in CMYK for printing?
cmyk(14%, 0%, 5%, 21%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #adcac0 warm or cool?
Cool — it scores 68 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #ADCAB5; nudged cooler, #ACCBCB.