#cd9b97
a light, soft red · warm · closest name: Rosy Brown
At a glance
Every number on this page in one read: what #cd9b97 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 | #cd9b97 |
| RGB | rgb(205, 155, 151) |
| HSL | hsl(4, 35%, 70%) |
| CMYK | cmyk(0%, 24%, 26%, 20%) |
| LAB | lab(68.5 18.1 9.3) |
| LCH | lch(68.5 20.3 27.4) |
| OKLCH | oklch(0.735 0.060 23.9) |
| Decimal | 13474711 |
| Display P3 | color(display-p3 0.804 0.608 0.592) |
Copy-ready code
/* CSS */
color: #cd9b97;
background-color: #cd9b97;
/* Tailwind (arbitrary) */
class="text-[#cd9b97] bg-[#cd9b97]"
/* SCSS */
$brand: #cd9b97;
/* SwiftUI */
Color(red: 0.804, green: 0.608, blue: 0.592)
/* Android */
Color.parseColor("#cd9b97")
/* Flutter */
Color(0xFFCD9B97)
/* Python / OpenCV (BGR) */
(151, 155, 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. #cd9b97 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: #F9F6F5;
--brand-100: #F4ECEC;
--brand-200: #E8D5D4;
--brand-300: #DBB6B3;
--brand-400: #cd9b97;
--brand-500: #B66D67;
--brand-600: #A5564F;
--brand-700: #8A4742;
--brand-800: #6E3935;
--brand-900: #512C29;
--brand-950: #331C1A;
--brand: #cd9b97;
--brand-ink: #000000;
}Colors that work with #cd9b97
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 #cd9b97
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 | #97C9CD | Directly opposite — maximum tension | |
| Analogous left | #CD97AE | Neighbour, quieter | |
| Analogous right | #CDB697 | Neighbour, quieter | |
| Split-complement 1 | #97CDB6 | Contrast without the clash | |
| Split-complement 2 | #97AECD | Contrast without the clash | |
| Triadic 1 | #97CD9B | Even thirds — balanced and loud | |
| Triadic 2 | #9B97CD | Even thirds — balanced and loud | |
| Tetradic | #AECD97 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#cd9b97 text on a black background
contrast 8.73:1
#cd9b97 text on a white background
contrast 2.41:1
CSS3 live lab
The quick brown fox
color: #cd9b97;
background-color: #cd9b97;
Glowing headline
text-shadow: 2px 2px 8px #cd9b97;
Soft neon halo
text-shadow: 0 0 14px rgba(205, 155, 151, 0.45);
box-shadow: 0 12px 32px -8px rgba(205, 155, 151, 0.45);
border: 3px solid #cd9b97; background: linear-gradient(135deg, #cd9b97, #CDBF97);
Monochromatic scale
Palettes built from #cd9b97
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: Pink (#ffc0cb) — ΔE2000 12.4 away, with its history, psychology and brand usage.
#cd9b97 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.
#cd9b97, answered
What color is #cd9b97?
#cd9b97 is a light soft red, closest to Rosy Brown (ΔE2000 4.4). It sits at 4° on the hue wheel with 35% saturation and 70% lightness, which reads as warm.
What is the RGB value of #cd9b97?
rgb(205, 155, 151) — 205 red, 155 green and 151 blue out of 255, or 80.4% / 60.8% / 59.2% by channel.
Is #cd9b97 a light or a dark color?
It is a mid-tone. Relative luminance is 0.3866 and perceived brightness is 67%, so black text on it reaches 8.73:1.
Should I use black or white text on #cd9b97?
Black. It scores 8.73:1 against #cd9b97, versus 2.41:1 for white — AAA at any size.
What is the complementary color of #cd9b97?
#97C9CD sits directly opposite on the wheel. Softer options are the split-complements #97CDB6 and #97AECD, which give the same contrast with far less vibration.
What colors go well with #cd9b97?
For interface work: #FAF5F5 as the surface, #E5CAC8 for borders, #9B504B for secondary text, #3E8E7F as an accent and #562D29 for hover and pressed states. For a palette, the analogous pair #CD97AE and #CDB697 stays calm, while #97C9CD is the loudest partner.
What is #cd9b97 in CMYK for printing?
cmyk(0%, 24%, 26%, 20%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #cd9b97 warm or cool?
Warm — it scores 14 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #CDAA97; nudged cooler, #CF95A6.