#720c49
a deep, electric magenta / pink · warm · closest name: Purple
At a glance
Every number on this page in one read: what #720c49 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 | #720c49 |
| RGB | rgb(114, 12, 73) |
| HSL | hsl(324, 81%, 25%) |
| CMYK | cmyk(0%, 90%, 36%, 55%) |
| LAB | lab(24.7 46.1 -8.8) |
| LCH | lch(24.7 47.0 349.2) |
| OKLCH | oklch(0.370 0.144 350.9) |
| Decimal | 7474249 |
| Display P3 | color(display-p3 0.447 0.047 0.286) |
Copy-ready code
/* CSS */
color: #720c49;
background-color: #720c49;
/* Tailwind (arbitrary) */
class="text-[#720c49] bg-[#720c49]"
/* SCSS */
$brand: #720c49;
/* SwiftUI */
Color(red: 0.447, green: 0.047, blue: 0.286)
/* Android */
Color.parseColor("#720c49")
/* Flutter */
Color(0xFF720C49)
/* Python / OpenCV (BGR) */
(73, 12, 114)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. #720c49 is pinned to step 900; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #FCF3F8;
--brand-100: #F9E6F2;
--brand-200: #F5C6E2;
--brand-300: #F499D0;
--brand-400: #EF67B8;
--brand-500: #EA34A1;
--brand-600: #DE178E;
--brand-700: #B91376;
--brand-800: #94105F;
--brand-900: #720c49;
--brand-950: #430A2C;
--brand: #720c49;
--brand-ink: #ffffff;
}Colors that work with #720c49
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 #720c49
Derived from its contrast, chroma and lightness — not from taste.
- ✓Body text and links on white
- ✓Primary buttons and calls to action
- ✓Focus rings, active and selected states
- ✓Headers, footers and dark-mode surfaces
- ✓Brand accents, badges and data highlights
- ⚠Text on black or near-black surfaces
- ⚠Full-page backgrounds — tiring over long sessions
- ⚠Black 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 | #0C7235 | Directly opposite — maximum tension | |
| Analogous left | #680C72 | Neighbour, quieter | |
| Analogous right | #720C16 | Neighbour, quieter | |
| Split-complement 1 | #16720C | Contrast without the clash | |
| Split-complement 2 | #0C7268 | Contrast without the clash | |
| Triadic 1 | #49720C | Even thirds — balanced and loud | |
| Triadic 2 | #0C4972 | Even thirds — balanced and loud | |
| Tetradic | #72680C | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#720c49 text on a black background
contrast 1.86:1
#720c49 text on a white background
contrast 11.26:1
CSS3 live lab
The quick brown fox
color: #720c49;
background-color: #720c49;
Glowing headline
text-shadow: 2px 2px 8px #720c49;
Soft neon halo
text-shadow: 0 0 14px rgba(114, 12, 73, 0.45);
box-shadow: 0 12px 32px -8px rgba(114, 12, 73, 0.45);
border: 3px solid #720c49; background: linear-gradient(135deg, #720c49, #72130C);
Monochromatic scale
Palettes built from #720c49
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: Purple (#800080) — ΔE2000 11.8 away, with its history, psychology and brand usage.
#720c49 in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.
#720c49, answered
What color is #720c49?
#720c49 is a deep electric magenta / pink, closest to Purple (ΔE2000 11.8). It sits at 324° on the hue wheel with 81% saturation and 25% lightness, which reads as warm.
What is the RGB value of #720c49?
rgb(114, 12, 73) — 114 red, 12 green and 73 blue out of 255, or 44.7% / 4.7% / 28.6% by channel.
Is #720c49 a light or a dark color?
It is a dark color. Relative luminance is 0.0432 and perceived brightness is 27%, so white text on it reaches 11.26:1.
Should I use black or white text on #720c49?
White. It scores 11.26:1 against #720c49, versus 1.86:1 for black — AAA at any size.
What is the complementary color of #720c49?
#0C7235 sits directly opposite on the wheel. Softer options are the split-complements #16720C and #0C7268, which give the same contrast with far less vibration.
What colors go well with #720c49?
For interface work: #FAF4F8 as the surface, #EDC0DB for borders, #9B4B7B for secondary text, #09751A as an accent and #730C4A for hover and pressed states. For a palette, the analogous pair #680C72 and #720C16 stays calm, while #0C7235 is the loudest partner.
What is #720c49 in CMYK for printing?
cmyk(0%, 90%, 36%, 55%). This is a screen-to-ink approximation — a color this saturated sits outside most CMYK gamuts and will print duller than it looks here.
Is #720c49 warm or cool?
Warm — it scores 37 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #720C24; nudged cooler, #730B70.