#cd72ab
a balanced, vivid magenta / pink · warm · closest name: Pale Violet Red
At a glance
Every number on this page in one read: what #cd72ab 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 | #cd72ab |
| RGB | rgb(205, 114, 171) |
| HSL | hsl(322, 48%, 63%) |
| CMYK | cmyk(0%, 44%, 17%, 20%) |
| LAB | lab(59.9 43.2 -14.7) |
| LCH | lch(59.9 45.6 341.2) |
| OKLCH | oklch(0.671 0.133 343.0) |
| Decimal | 13464235 |
| Display P3 | color(display-p3 0.804 0.447 0.671) |
Copy-ready code
/* CSS */
color: #cd72ab;
background-color: #cd72ab;
/* Tailwind (arbitrary) */
class="text-[#cd72ab] bg-[#cd72ab]"
/* SCSS */
$brand: #cd72ab;
/* SwiftUI */
Color(red: 0.804, green: 0.447, blue: 0.671)
/* Android */
Color.parseColor("#cd72ab")
/* Flutter */
Color(0xFFCD72AB)
/* Python / OpenCV (BGR) */
(171, 114, 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. #cd72ab 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: #FAF5F8;
--brand-100: #F5EAF1;
--brand-200: #ECD0E1;
--brand-300: #E2ACCE;
--brand-400: #cd72ab;
--brand-500: #C4599C;
--brand-600: #B54089;
--brand-700: #973572;
--brand-800: #782B5B;
--brand-900: #582244;
--brand-950: #37152A;
--brand: #cd72ab;
--brand-ink: #000000;
}Colors that work with #cd72ab
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 #cd72ab
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 | #72CD94 | Directly opposite — maximum tension | |
| Analogous left | #C172CD | Neighbour, quieter | |
| Analogous right | #CD727D | Neighbour, quieter | |
| Split-complement 1 | #7DCD72 | Contrast without the clash | |
| Split-complement 2 | #72CDC1 | Contrast without the clash | |
| Triadic 1 | #ABCD72 | Even thirds — balanced and loud | |
| Triadic 2 | #72ABCD | Even thirds — balanced and loud | |
| Tetradic | #CDC172 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#cd72ab text on a black background
contrast 6.59:1
#cd72ab text on a white background
contrast 3.19:1
CSS3 live lab
The quick brown fox
color: #cd72ab;
background-color: #cd72ab;
Glowing headline
text-shadow: 2px 2px 8px #cd72ab;
Soft neon halo
text-shadow: 0 0 14px rgba(205, 114, 171, 0.45);
box-shadow: 0 12px 32px -8px rgba(205, 114, 171, 0.45);
border: 3px solid #cd72ab; background: linear-gradient(135deg, #cd72ab, #CD7572);
Monochromatic scale
Palettes built from #cd72ab
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: Hot Pink (#ff69b4) — ΔE2000 8.4 away, with its history, psychology and brand usage.
#cd72ab 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.
#cd72ab, answered
What color is #cd72ab?
#cd72ab is a balanced vivid magenta / pink, closest to Pale Violet Red (ΔE2000 7.7). It sits at 322° on the hue wheel with 48% saturation and 63% lightness, which reads as warm.
What is the RGB value of #cd72ab?
rgb(205, 114, 171) — 205 red, 114 green and 171 blue out of 255, or 80.4% / 44.7% / 67.1% by channel.
Is #cd72ab a light or a dark color?
It is a mid-tone. Relative luminance is 0.2795 and perceived brightness is 60%, so black text on it reaches 6.59:1.
Should I use black or white text on #cd72ab?
Black. It scores 6.59:1 against #cd72ab, versus 3.19:1 for white — AA at any size.
What is the complementary color of #cd72ab?
#72CD94 sits directly opposite on the wheel. Softer options are the split-complements #7DCD72 and #72CDC1, which give the same contrast with far less vibration.
What colors go well with #cd72ab?
For interface work: #FAF4F8 as the surface, #EAC3DB for borders, #9B4B7D for secondary text, #319B3E as an accent and #5E2147 for hover and pressed states. For a palette, the analogous pair #C172CD and #CD727D stays calm, while #72CD94 is the loudest partner.
What is #cd72ab in CMYK for printing?
cmyk(0%, 44%, 17%, 20%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #cd72ab warm or cool?
Warm — it scores 38 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #CD728A; nudged cooler, #CF70CE.