#cd8554
a balanced, vivid orange · warm · closest name: Peru
At a glance
Every number on this page in one read: what #cd8554 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 | #cd8554 |
| RGB | rgb(205, 133, 84) |
| HSL | hsl(24, 55%, 57%) |
| CMYK | cmyk(0%, 35%, 59%, 20%) |
| LAB | lab(62.0 22.8 37.5) |
| LCH | lch(62.0 43.9 58.8) |
| OKLCH | oklch(0.681 0.110 54.0) |
| Decimal | 13469012 |
| Display P3 | color(display-p3 0.804 0.522 0.329) |
Copy-ready code
/* CSS */
color: #cd8554;
background-color: #cd8554;
/* Tailwind (arbitrary) */
class="text-[#cd8554] bg-[#cd8554]"
/* SCSS */
$brand: #cd8554;
/* SwiftUI */
Color(red: 0.804, green: 0.522, blue: 0.329)
/* Android */
Color.parseColor("#cd8554")
/* Flutter */
Color(0xFFCD8554)
/* Python / OpenCV (BGR) */
(84, 133, 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. #cd8554 is pinned to step 500; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #FBF7F4;
--brand-100: #F6EEE9;
--brand-200: #EEDBCE;
--brand-300: #E6C1A8;
--brand-400: #D9A27D;
--brand-500: #cd8554;
--brand-600: #BD6E37;
--brand-700: #9E5B2E;
--brand-800: #7E4925;
--brand-900: #5C371E;
--brand-950: #3A2313;
--brand: #cd8554;
--brand-ink: #000000;
}Colors that work with #cd8554
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 #cd8554
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 | #549CCD | Directly opposite — maximum tension | |
| Analogous left | #CD5460 | Neighbour, quieter | |
| Analogous right | #CDC254 | Neighbour, quieter | |
| Split-complement 1 | #54CDC2 | Contrast without the clash | |
| Split-complement 2 | #5460CD | Contrast without the clash | |
| Triadic 1 | #54CD85 | Even thirds — balanced and loud | |
| Triadic 2 | #8554CD | Even thirds — balanced and loud | |
| Tetradic | #60CD54 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#cd8554 text on a black background
contrast 7.08:1
#cd8554 text on a white background
contrast 2.97:1
CSS3 live lab
The quick brown fox
color: #cd8554;
background-color: #cd8554;
Glowing headline
text-shadow: 2px 2px 8px #cd8554;
Soft neon halo
text-shadow: 0 0 14px rgba(205, 133, 84, 0.45);
box-shadow: 0 12px 32px -8px rgba(205, 133, 84, 0.45);
border: 3px solid #cd8554; background: linear-gradient(135deg, #cd8554, #C4CD54);
Monochromatic scale
Palettes built from #cd8554
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: Bronze (#cd7f32) — ΔE2000 5.9 away, with its history, psychology and brand usage.
#cd8554 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.
#cd8554, answered
What color is #cd8554?
#cd8554 is a balanced vivid orange, closest to Peru (ΔE2000 5). It sits at 24° on the hue wheel with 55% saturation and 57% lightness, which reads as warm.
What is the RGB value of #cd8554?
rgb(205, 133, 84) — 205 red, 133 green and 84 blue out of 255, or 80.4% / 52.2% / 32.9% by channel.
Is #cd8554 a light or a dark color?
It is a mid-tone. Relative luminance is 0.3039 and perceived brightness is 60%, so black text on it reaches 7.08:1.
Should I use black or white text on #cd8554?
Black. It scores 7.08:1 against #cd8554, versus 2.97:1 for white — AAA at any size.
What is the complementary color of #cd8554?
#549CCD sits directly opposite on the wheel. Softer options are the split-complements #54CDC2 and #5460CD, which give the same contrast with far less vibration.
What colors go well with #cd8554?
For interface work: #FAF7F4 as the surface, #EDD2C0 for borders, #9B6B4B for secondary text, #2A8FA2 as an accent and #63391D for hover and pressed states. For a palette, the analogous pair #CD5460 and #CDC254 stays calm, while #549CCD is the loudest partner.
What is #cd8554 in CMYK for printing?
cmyk(0%, 35%, 59%, 20%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #cd8554 warm or cool?
Warm — it scores 3 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #D39568; nudged cooler, #CF5752.