#cac0ad
a light, soft orange · warm · closest name: Silver
At a glance
Every number on this page in one read: what #cac0ad is made of, how bright it looks, and which way it leans.
Reads warm. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #cac0ad |
| RGB | rgb(202, 192, 173) |
| HSL | hsl(39, 22%, 74%) |
| CMYK | cmyk(0%, 5%, 14%, 21%) |
| LAB | lab(78.0 0.3 10.8) |
| LCH | lch(78.0 10.8 88.4) |
| OKLCH | oklch(0.811 0.028 83.5) |
| Decimal | 13287597 |
| Display P3 | color(display-p3 0.792 0.753 0.678) |
Copy-ready code
/* CSS */
color: #cac0ad;
background-color: #cac0ad;
/* Tailwind (arbitrary) */
class="text-[#cac0ad] bg-[#cac0ad]"
/* SCSS */
$brand: #cac0ad;
/* SwiftUI */
Color(red: 0.792, green: 0.753, blue: 0.678)
/* Android */
Color.parseColor("#cac0ad")
/* Flutter */
Color(0xFFCAC0AD)
/* Python / OpenCV (BGR) */
(173, 192, 202)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. #cac0ad 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: #F9F8F6;
--brand-100: #F2F0ED;
--brand-200: #E4E0D8;
--brand-300: #cac0ad;
--brand-400: #BDB099;
--brand-500: #A79677;
--brand-600: #958360;
--brand-700: #7C6D50;
--brand-800: #635740;
--brand-900: #494131;
--brand-950: #2E291F;
--brand: #cac0ad;
--brand-ink: #000000;
}Colors that work with #cac0ad
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 #cac0ad
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 | #ADB7CA | Directly opposite — maximum tension | |
| Analogous left | #CAB1AD | Neighbour, quieter | |
| Analogous right | #C5CAAD | Neighbour, quieter | |
| Split-complement 1 | #ADC5CA | Contrast without the clash | |
| Split-complement 2 | #B1ADCA | Contrast without the clash | |
| Triadic 1 | #ADCAC0 | Even thirds — balanced and loud | |
| Triadic 2 | #C0ADCA | Even thirds — balanced and loud | |
| Tetradic | #ADCAB1 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#cac0ad text on a black background
contrast 11.65:1
#cac0ad text on a white background
contrast 1.80:1
CSS3 live lab
The quick brown fox
color: #cac0ad;
background-color: #cac0ad;
Glowing headline
text-shadow: 2px 2px 8px #cac0ad;
Soft neon halo
text-shadow: 0 0 14px rgba(202, 192, 173, 0.45);
box-shadow: 0 12px 32px -8px rgba(202, 192, 173, 0.45);
border: 3px solid #cac0ad; background: linear-gradient(135deg, #cac0ad, #C1CAAD);
Monochromatic scale
Palettes built from #cac0ad
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: Khaki (#c3b091) — ΔE2000 6.2 away, with its history, psychology and brand usage.
#cac0ad 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.
#cac0ad, answered
What color is #cac0ad?
#cac0ad is a light soft orange, closest to Silver (ΔE2000 8.7). It sits at 39° on the hue wheel with 22% saturation and 74% lightness, which reads as warm.
What is the RGB value of #cac0ad?
rgb(202, 192, 173) — 202 red, 192 green and 173 blue out of 255, or 79.2% / 75.3% / 67.8% by channel.
Is #cac0ad a light or a dark color?
It is a light color. Relative luminance is 0.5327 and perceived brightness is 76%, so black text on it reaches 11.65:1.
Should I use black or white text on #cac0ad?
Black. It scores 11.65:1 against #cac0ad, versus 1.80:1 for white — AAA at any size.
What is the complementary color of #cac0ad?
#ADB7CA sits directly opposite on the wheel. Softer options are the split-complements #ADC5CA and #B1ADCA, which give the same contrast with far less vibration.
What colors go well with #cac0ad?
For interface work: #F9F8F6 as the surface, #DFD9CD for borders, #8B7A5A for secondary text, #4C6B80 as an accent and #4D4432 for hover and pressed states. For a palette, the analogous pair #CAB1AD and #C5CAAD stays calm, while #ADB7CA is the loudest partner.
What is #cac0ad in CMYK for printing?
cmyk(0%, 5%, 14%, 21%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #cac0ad warm or cool?
Warm — it scores 24 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #CABAAD; nudged cooler, #CBCBAC.