#cdac78
a balanced, vivid orange · warm · closest name: Tan
At a glance
Every number on this page in one read: what #cdac78 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 | #cdac78 |
| RGB | rgb(205, 172, 120) |
| HSL | hsl(37, 46%, 64%) |
| CMYK | cmyk(0%, 16%, 42%, 20%) |
| LAB | lab(72.1 5.0 31.2) |
| LCH | lch(72.1 31.6 81.0) |
| OKLCH | oklch(0.762 0.079 78.5) |
| Decimal | 13479032 |
| Display P3 | color(display-p3 0.804 0.675 0.471) |
Copy-ready code
/* CSS */
color: #cdac78;
background-color: #cdac78;
/* Tailwind (arbitrary) */
class="text-[#cdac78] bg-[#cdac78]"
/* SCSS */
$brand: #cdac78;
/* SwiftUI */
Color(red: 0.804, green: 0.675, blue: 0.471)
/* Android */
Color.parseColor("#cdac78")
/* Flutter */
Color(0xFFCDAC78)
/* Python / OpenCV (BGR) */
(120, 172, 205)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. #cdac78 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: #FAF8F5;
--brand-100: #F5F1EA;
--brand-200: #EBE1D0;
--brand-300: #E1CDAD;
--brand-400: #cdac78;
--brand-500: #C29A5B;
--brand-600: #B38742;
--brand-700: #957037;
--brand-800: #775A2C;
--brand-900: #574323;
--brand-950: #362A16;
--brand: #cdac78;
--brand-ink: #000000;
}Colors that work with #cdac78
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 #cdac78
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Primary buttons and calls to action
- ✓Focus rings, active and selected states
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠Full-page backgrounds — tiring over long sessions
- ⚠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 | #7899CD | Directly opposite — maximum tension | |
| Analogous left | #CD8178 | Neighbour, quieter | |
| Analogous right | #C3CD78 | Neighbour, quieter | |
| Split-complement 1 | #78C3CD | Contrast without the clash | |
| Split-complement 2 | #8178CD | Contrast without the clash | |
| Triadic 1 | #78CDAC | Even thirds — balanced and loud | |
| Triadic 2 | #AC78CD | Even thirds — balanced and loud | |
| Tetradic | #78CD81 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#cdac78 text on a black background
contrast 9.77:1
#cdac78 text on a white background
contrast 2.15:1
CSS3 live lab
The quick brown fox
color: #cdac78;
background-color: #cdac78;
Glowing headline
text-shadow: 2px 2px 8px #cdac78;
Soft neon halo
text-shadow: 0 0 14px rgba(205, 172, 120, 0.45);
box-shadow: 0 12px 32px -8px rgba(205, 172, 120, 0.45);
border: 3px solid #cdac78; background: linear-gradient(135deg, #cdac78, #B5CD78);
Monochromatic scale
Palettes built from #cdac78
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: Tan (#d2b48c) — ΔE2000 3.8 away, with its history, psychology and brand usage.
#cdac78 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.
#cdac78, answered
What color is #cdac78?
#cdac78 is a balanced vivid orange, closest to Tan (ΔE2000 3.8). It sits at 37° on the hue wheel with 46% saturation and 64% lightness, which reads as warm.
What is the RGB value of #cdac78?
rgb(205, 172, 120) — 205 red, 172 green and 120 blue out of 255, or 80.4% / 67.5% / 47.1% by channel.
Is #cdac78 a light or a dark color?
It is a mid-tone. Relative luminance is 0.4384 and perceived brightness is 70%, so black text on it reaches 9.77:1.
Should I use black or white text on #cdac78?
Black. It scores 9.77:1 against #cdac78, versus 2.15:1 for white — AAA at any size.
What is the complementary color of #cdac78?
#7899CD sits directly opposite on the wheel. Softer options are the split-complements #78C3CD and #8178CD, which give the same contrast with far less vibration.
What colors go well with #cdac78?
For interface work: #FAF8F4 as the surface, #E9DAC3 for borders, #9B7C4B for secondary text, #337499 as an accent and #5D4622 for hover and pressed states. For a palette, the analogous pair #CD8178 and #C3CD78 stays calm, while #7899CD is the loudest partner.
What is #cdac78 in CMYK for printing?
cmyk(0%, 16%, 42%, 20%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #cdac78 warm or cool?
Warm — it scores 6 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #CDA078; nudged cooler, #CFCD76.