#b33dbb
a balanced, vivid magenta / pink · neutral · closest name: Medium Orchid
At a glance
Every number on this page in one read: what #b33dbb 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 | #b33dbb |
| RGB | rgb(179, 61, 187) |
| HSL | hsl(296, 51%, 49%) |
| CMYK | cmyk(4%, 67%, 0%, 27%) |
| LAB | lab(47.6 63.2 -43.2) |
| LCH | lch(47.6 76.5 325.7) |
| OKLCH | oklch(0.576 0.210 325.2) |
| Decimal | 11746747 |
| Display P3 | color(display-p3 0.702 0.239 0.733) |
Copy-ready code
/* CSS */
color: #b33dbb;
background-color: #b33dbb;
/* Tailwind (arbitrary) */
class="text-[#b33dbb] bg-[#b33dbb]"
/* SCSS */
$brand: #b33dbb;
/* SwiftUI */
Color(red: 0.702, green: 0.239, blue: 0.733)
/* Android */
Color.parseColor("#b33dbb")
/* Flutter */
Color(0xFFB33DBB)
/* Python / OpenCV (BGR) */
(187, 61, 179)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. #b33dbb 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: #FAF4FA;
--brand-100: #F5EAF6;
--brand-200: #EBCFED;
--brand-300: #E0AAE3;
--brand-400: #D080D6;
--brand-500: #C156C8;
--brand-600: #b33dbb;
--brand-700: #93329A;
--brand-800: #76287B;
--brand-900: #56215A;
--brand-950: #361438;
--brand: #b33dbb;
--brand-ink: #ffffff;
}Colors that work with #b33dbb
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 #b33dbb
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 | #45BB3D | Directly opposite — maximum tension | |
| Analogous left | #743DBB | Neighbour, quieter | |
| Analogous right | #BB3D84 | Neighbour, quieter | |
| Split-complement 1 | #84BB3D | Contrast without the clash | |
| Split-complement 2 | #3DBB74 | Contrast without the clash | |
| Triadic 1 | #BBB33D | Even thirds — balanced and loud | |
| Triadic 2 | #3DBBB3 | Even thirds — balanced and loud | |
| Tetradic | #BB743D | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#b33dbb text on a black background
contrast 4.30:1
#b33dbb text on a white background
contrast 4.88:1
CSS3 live lab
The quick brown fox
color: #b33dbb;
background-color: #b33dbb;
Glowing headline
text-shadow: 2px 2px 8px #b33dbb;
Soft neon halo
text-shadow: 0 0 14px rgba(179, 61, 187, 0.45);
box-shadow: 0 12px 32px -8px rgba(179, 61, 187, 0.45);
border: 3px solid #b33dbb; background: linear-gradient(135deg, #b33dbb, #BB3D6F);
Monochromatic scale
Palettes built from #b33dbb
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 10.8 away, with its history, psychology and brand usage.
#b33dbb 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.
#b33dbb, answered
What color is #b33dbb?
#b33dbb is a balanced vivid magenta / pink, closest to Medium Orchid (ΔE2000 6.5). It sits at 296° on the hue wheel with 51% saturation and 49% lightness, which reads as neutral.
What is the RGB value of #b33dbb?
rgb(179, 61, 187) — 179 red, 61 green and 187 blue out of 255, or 70.2% / 23.9% / 73.3% by channel.
Is #b33dbb a light or a dark color?
It is a dark color. Relative luminance is 0.1651 and perceived brightness is 49%, so white text on it reaches 4.88:1.
Should I use black or white text on #b33dbb?
White. It scores 4.88:1 against #b33dbb, versus 4.30:1 for black — AA at any size.
What is the complementary color of #b33dbb?
#45BB3D sits directly opposite on the wheel. Softer options are the split-complements #84BB3D and #3DBB74, which give the same contrast with far less vibration.
What colors go well with #b33dbb?
For interface work: #FAF4FA as the surface, #E8C1EB for borders, #964B9B for secondary text, #529E2E as an accent and #5C1F60 for hover and pressed states. For a palette, the analogous pair #743DBB and #BB3D84 stays calm, while #45BB3D is the loudest partner.
What is #b33dbb in CMYK for printing?
cmyk(4%, 67%, 0%, 27%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #b33dbb warm or cool?
Neutral — it scores 52 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #BB3D95; nudged cooler, #853ABD.