#cd7f71
a balanced, vivid red · warm · closest name: Light Coral
At a glance
Every number on this page in one read: what #cd7f71 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 | #cd7f71 |
| RGB | rgb(205, 127, 113) |
| HSL | hsl(9, 48%, 62%) |
| CMYK | cmyk(0%, 38%, 45%, 20%) |
| LAB | lab(61.1 28.6 20.4) |
| LCH | lch(61.1 35.1 35.4) |
| OKLCH | oklch(0.675 0.100 30.8) |
| Decimal | 13467505 |
| Display P3 | color(display-p3 0.804 0.498 0.443) |
Copy-ready code
/* CSS */
color: #cd7f71;
background-color: #cd7f71;
/* Tailwind (arbitrary) */
class="text-[#cd7f71] bg-[#cd7f71]"
/* SCSS */
$brand: #cd7f71;
/* SwiftUI */
Color(red: 0.804, green: 0.498, blue: 0.443)
/* Android */
Color.parseColor("#cd7f71")
/* Flutter */
Color(0xFFCD7F71)
/* Python / OpenCV (BGR) */
(113, 127, 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. #cd7f71 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: #FAF5F4;
--brand-100: #F5ECEA;
--brand-200: #ECD4D0;
--brand-300: #E2B4AC;
--brand-400: #cd7f71;
--brand-500: #C56959;
--brand-600: #B55240;
--brand-700: #974435;
--brand-800: #79362B;
--brand-900: #582A22;
--brand-950: #371B15;
--brand: #cd7f71;
--brand-ink: #000000;
}Colors that work with #cd7f71
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 #cd7f71
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 | #71BFCD | Directly opposite — maximum tension | |
| Analogous left | #CD7191 | Neighbour, quieter | |
| Analogous right | #CDAD71 | Neighbour, quieter | |
| Split-complement 1 | #71CDAD | Contrast without the clash | |
| Split-complement 2 | #7191CD | Contrast without the clash | |
| Triadic 1 | #71CD7F | Even thirds — balanced and loud | |
| Triadic 2 | #7F71CD | Even thirds — balanced and loud | |
| Tetradic | #91CD71 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#cd7f71 text on a black background
contrast 6.87:1
#cd7f71 text on a white background
contrast 3.06:1
CSS3 live lab
The quick brown fox
color: #cd7f71;
background-color: #cd7f71;
Glowing headline
text-shadow: 2px 2px 8px #cd7f71;
Soft neon halo
text-shadow: 0 0 14px rgba(205, 127, 113, 0.45);
box-shadow: 0 12px 32px -8px rgba(205, 127, 113, 0.45);
border: 3px solid #cd7f71; background: linear-gradient(135deg, #cd7f71, #CDBC71);
Monochromatic scale
Palettes built from #cd7f71
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: Terracotta (#e2725b) — ΔE2000 6.2 away, with its history, psychology and brand usage.
#cd7f71 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.
#cd7f71, answered
What color is #cd7f71?
#cd7f71 is a balanced vivid red, closest to Light Coral (ΔE2000 7.9). It sits at 9° on the hue wheel with 48% saturation and 62% lightness, which reads as warm.
What is the RGB value of #cd7f71?
rgb(205, 127, 113) — 205 red, 127 green and 113 blue out of 255, or 80.4% / 49.8% / 44.3% by channel.
Is #cd7f71 a light or a dark color?
It is a mid-tone. Relative luminance is 0.2935 and perceived brightness is 60%, so black text on it reaches 6.87:1.
Should I use black or white text on #cd7f71?
Black. It scores 6.87:1 against #cd7f71, versus 3.06:1 for white — AA at any size.
What is the complementary color of #cd7f71?
#71BFCD sits directly opposite on the wheel. Softer options are the split-complements #71CDAD and #7191CD, which give the same contrast with far less vibration.
What colors go well with #cd7f71?
For interface work: #FAF5F4 as the surface, #EAC9C3 for borders, #9B574B for secondary text, #319B91 as an accent and #5E2A21 for hover and pressed states. For a palette, the analogous pair #CD7191 and #CDAD71 stays calm, while #71BFCD is the loudest partner.
What is #cd7f71 in CMYK for printing?
cmyk(0%, 38%, 45%, 20%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #cd7f71 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 #CD9171; nudged cooler, #CF6F84.