#cd503c
a balanced, vivid red · warm · closest name: Indian Red
At a glance
Every number on this page in one read: what #cd503c 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 | #cd503c |
| RGB | rgb(205, 80, 60) |
| HSL | hsl(8, 59%, 52%) |
| CMYK | cmyk(0%, 61%, 71%, 20%) |
| LAB | lab(50.7 48.4 37.2) |
| LCH | lch(50.7 61.0 37.5) |
| OKLCH | oklch(0.594 0.163 31.4) |
| Decimal | 13455420 |
| Display P3 | color(display-p3 0.804 0.314 0.235) |
Copy-ready code
/* CSS */
color: #cd503c;
background-color: #cd503c;
/* Tailwind (arbitrary) */
class="text-[#cd503c] bg-[#cd503c]"
/* SCSS */
$brand: #cd503c;
/* SwiftUI */
Color(red: 0.804, green: 0.314, blue: 0.235)
/* Android */
Color.parseColor("#cd503c")
/* Flutter */
Color(0xFFCD503C)
/* Python / OpenCV (BGR) */
(60, 80, 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. #cd503c 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: #FBF5F4;
--brand-100: #F7EBE9;
--brand-200: #EFD1CD;
--brand-300: #E8AFA6;
--brand-400: #DD8779;
--brand-500: #cd503c;
--brand-600: #C34632;
--brand-700: #A23A2A;
--brand-800: #822F21;
--brand-900: #5F251C;
--brand-950: #3B1711;
--brand: #cd503c;
--brand-ink: #000000;
}Colors that work with #cd503c
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 #cd503c
Derived from its contrast, chroma and lightness — not from taste.
- ✓Headings from 24px up on white
- ✓Text and icons on dark surfaces
- ✓Primary buttons and calls to action
- ✓Focus rings, active and selected states
- ✓Brand accents, badges and data highlights
- ⚠Small text on white — under 4.5:1
- ⚠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 | #3CB9CD | Directly opposite — maximum tension | |
| Analogous left | #CD3C71 | Neighbour, quieter | |
| Analogous right | #CD993C | Neighbour, quieter | |
| Split-complement 1 | #3CCD99 | Contrast without the clash | |
| Split-complement 2 | #3C71CD | Contrast without the clash | |
| Triadic 1 | #3CCD50 | Even thirds — balanced and loud | |
| Triadic 2 | #503CCD | Even thirds — balanced and loud | |
| Tetradic | #71CD3C | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#cd503c text on a black background
contrast 4.81:1
#cd503c text on a white background
contrast 4.37:1
CSS3 live lab
The quick brown fox
color: #cd503c;
background-color: #cd503c;
Glowing headline
text-shadow: 2px 2px 8px #cd503c;
Soft neon halo
text-shadow: 0 0 14px rgba(205, 80, 60, 0.45);
box-shadow: 0 12px 32px -8px rgba(205, 80, 60, 0.45);
border: 3px solid #cd503c; background: linear-gradient(135deg, #cd503c, #CDB13C);
Monochromatic scale
Palettes built from #cd503c
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: Vermilion (#e34234) — ΔE2000 4 away, with its history, psychology and brand usage.
#cd503c 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.
#cd503c, answered
What color is #cd503c?
#cd503c is a balanced vivid red, closest to Indian Red (ΔE2000 7.7). It sits at 8° on the hue wheel with 59% saturation and 52% lightness, which reads as warm.
What is the RGB value of #cd503c?
rgb(205, 80, 60) — 205 red, 80 green and 60 blue out of 255, or 80.4% / 31.4% / 23.5% by channel.
Is #cd503c a light or a dark color?
It is a mid-tone. Relative luminance is 0.1904 and perceived brightness is 51%, so black text on it reaches 4.81:1.
Should I use black or white text on #cd503c?
Black. It scores 4.81:1 against #cd503c, versus 4.37:1 for white — AA at any size.
What is the complementary color of #cd503c?
#3CB9CD sits directly opposite on the wheel. Softer options are the split-complements #3CCD99 and #3C71CD, which give the same contrast with far less vibration.
What colors go well with #cd503c?
For interface work: #FAF5F4 as the surface, #EDC6C0 for borders, #9B564B for secondary text, #25A798 as an accent and #65241A for hover and pressed states. For a palette, the analogous pair #CD3C71 and #CD993C stays calm, while #3CB9CD is the loudest partner.
What is #cd503c in CMYK for printing?
cmyk(0%, 61%, 71%, 20%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #cd503c warm or cool?
Warm — it scores 12 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #CD6A3C; nudged cooler, #D03A5C.