#b72ccc
a balanced, vivid magenta / pink · neutral · closest name: Dark Orchid
At a glance
Every number on this page in one read: what #b72ccc is made of, how bright it looks, and which way it leans.
Reads neutral. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #b72ccc |
| RGB | rgb(183, 44, 204) |
| HSL | hsl(292, 65%, 49%) |
| CMYK | cmyk(10%, 78%, 0%, 20%) |
| LAB | lab(47.3 72.6 -53.6) |
| LCH | lch(47.3 90.3 323.6) |
| OKLCH | oklch(0.578 0.243 321.9) |
| Decimal | 12004556 |
| Display P3 | color(display-p3 0.718 0.173 0.800) |
Copy-ready code
/* CSS */
color: #b72ccc;
background-color: #b72ccc;
/* Tailwind (arbitrary) */
class="text-[#b72ccc] bg-[#b72ccc]"
/* SCSS */
$brand: #b72ccc;
/* SwiftUI */
Color(red: 0.718, green: 0.173, blue: 0.800)
/* Android */
Color.parseColor("#b72ccc")
/* Flutter */
Color(0xFFB72CCC)
/* Python / OpenCV (BGR) */
(204, 44, 183)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. #b72ccc is pinned to step 600; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #FAF4FB;
--brand-100: #F5E8F7;
--brand-200: #ECCBF1;
--brand-300: #E2A3EB;
--brand-400: #D375E1;
--brand-500: #C446D7;
--brand-600: #b72ccc;
--brand-700: #9624A8;
--brand-800: #781D86;
--brand-900: #581962;
--brand-950: #37103D;
--brand: #b72ccc;
--brand-ink: #ffffff;
}Colors that work with #b72ccc
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 #b72ccc
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
- ✓Brand accents, badges and data highlights
- ⚠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 | #41CC2C | Directly opposite — maximum tension | |
| Analogous left | #672CCC | Neighbour, quieter | |
| Analogous right | #CC2C91 | Neighbour, quieter | |
| Split-complement 1 | #91CC2C | Contrast without the clash | |
| Split-complement 2 | #2CCC67 | Contrast without the clash | |
| Triadic 1 | #CCB72C | Even thirds — balanced and loud | |
| Triadic 2 | #2CCCB7 | Even thirds — balanced and loud | |
| Tetradic | #CC672C | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#b72ccc text on a black background
contrast 4.25:1
#b72ccc text on a white background
contrast 4.95:1
CSS3 live lab
The quick brown fox
color: #b72ccc;
background-color: #b72ccc;
Glowing headline
text-shadow: 2px 2px 8px #b72ccc;
Soft neon halo
text-shadow: 0 0 14px rgba(183, 44, 204, 0.45);
box-shadow: 0 12px 32px -8px rgba(183, 44, 204, 0.45);
border: 3px solid #b72ccc; background: linear-gradient(135deg, #b72ccc, #CC2C76);
Monochromatic scale
Palettes built from #b72ccc
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: Plum (#8e4585) — ΔE2000 13.1 away, with its history, psychology and brand usage.
#b72ccc 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.
#b72ccc, answered
What color is #b72ccc?
#b72ccc is a balanced vivid magenta / pink, closest to Dark Orchid (ΔE2000 5.6). It sits at 292° on the hue wheel with 65% saturation and 49% lightness, which reads as neutral.
What is the RGB value of #b72ccc?
rgb(183, 44, 204) — 183 red, 44 green and 204 blue out of 255, or 71.8% / 17.3% / 80% by channel.
Is #b72ccc a light or a dark color?
It is a dark color. Relative luminance is 0.1623 and perceived brightness is 49%, so white text on it reaches 4.95:1.
Should I use black or white text on #b72ccc?
White. It scores 4.95:1 against #b72ccc, versus 4.25:1 for black — AA at any size.
What is the complementary color of #b72ccc?
#41CC2C sits directly opposite on the wheel. Softer options are the split-complements #91CC2C and #2CCC67, which give the same contrast with far less vibration.
What colors go well with #b72ccc?
For interface work: #FAF4FA as the surface, #E7C0ED for borders, #904B9B for secondary text, #55AC20 as an accent and #5E1769 for hover and pressed states. For a palette, the analogous pair #672CCC and #CC2C91 stays calm, while #41CC2C is the loudest partner.
What is #b72ccc in CMYK for printing?
cmyk(10%, 78%, 0%, 20%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #b72ccc warm or cool?
Neutral — it scores 54 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #CC2CA6; nudged cooler, #7C2ACE.