#c33eb2
a balanced, vivid magenta / pink · neutral · closest name: Medium Orchid
At a glance
Every number on this page in one read: what #c33eb2 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 | #c33eb2 |
| RGB | rgb(195, 62, 178) |
| HSL | hsl(308, 53%, 50%) |
| CMYK | cmyk(0%, 68%, 9%, 24%) |
| LAB | lab(49.8 65.1 -34.3) |
| LCH | lch(49.8 73.6 332.2) |
| OKLCH | oklch(0.595 0.210 333.5) |
| Decimal | 12795570 |
| Display P3 | color(display-p3 0.765 0.243 0.698) |
Copy-ready code
/* CSS */
color: #c33eb2;
background-color: #c33eb2;
/* Tailwind (arbitrary) */
class="text-[#c33eb2] bg-[#c33eb2]"
/* SCSS */
$brand: #c33eb2;
/* SwiftUI */
Color(red: 0.765, green: 0.243, blue: 0.698)
/* Android */
Color.parseColor("#c33eb2")
/* Flutter */
Color(0xFFC33EB2)
/* Python / OpenCV (BGR) */
(178, 62, 195)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. #c33eb2 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: #F6E9F4;
--brand-200: #EDCFE9;
--brand-300: #E4A9DD;
--brand-400: #D77FCC;
--brand-500: #CA54BB;
--brand-600: #c33eb2;
--brand-700: #9C308E;
--brand-800: #7D2772;
--brand-900: #5B2053;
--brand-950: #391434;
--brand: #c33eb2;
--brand-ink: #000000;
}Colors that work with #c33eb2
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 #c33eb2
Derived from its contrast, chroma and lightness — not from taste.
- ✓Body text and links 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
- ⚠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 | #3EC34F | Directly opposite — maximum tension | |
| Analogous left | #923EC3 | Neighbour, quieter | |
| Analogous right | #C33E6F | Neighbour, quieter | |
| Split-complement 1 | #6FC33E | Contrast without the clash | |
| Split-complement 2 | #3EC392 | Contrast without the clash | |
| Triadic 1 | #B2C33E | Even thirds — balanced and loud | |
| Triadic 2 | #3EB2C3 | Even thirds — balanced and loud | |
| Tetradic | #C3923E | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#c33eb2 text on a black background
contrast 4.65:1
#c33eb2 text on a white background
contrast 4.51:1
CSS3 live lab
The quick brown fox
color: #c33eb2;
background-color: #c33eb2;
Glowing headline
text-shadow: 2px 2px 8px #c33eb2;
Soft neon halo
text-shadow: 0 0 14px rgba(195, 62, 178, 0.45);
box-shadow: 0 12px 32px -8px rgba(195, 62, 178, 0.45);
border: 3px solid #c33eb2; background: linear-gradient(135deg, #c33eb2, #C33E59);
Monochromatic scale
Palettes built from #c33eb2
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: Mulberry (#c54b8c) — ΔE2000 9 away, with its history, psychology and brand usage.
#c33eb2 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.
#c33eb2, answered
What color is #c33eb2?
#c33eb2 is a balanced vivid magenta / pink, closest to Medium Orchid (ΔE2000 7.2). It sits at 308° on the hue wheel with 53% saturation and 50% lightness, which reads as neutral.
What is the RGB value of #c33eb2?
rgb(195, 62, 178) — 195 red, 62 green and 178 blue out of 255, or 76.5% / 24.3% / 69.8% by channel.
Is #c33eb2 a light or a dark color?
It is a mid-tone. Relative luminance is 0.1826 and perceived brightness is 51%, so black text on it reaches 4.65:1.
Should I use black or white text on #c33eb2?
Black. It scores 4.65:1 against #c33eb2, versus 4.51:1 for white — AA at any size.
What is the complementary color of #c33eb2?
#3EC34F sits directly opposite on the wheel. Softer options are the split-complements #6FC33E and #3EC392, which give the same contrast with far less vibration.
What colors go well with #c33eb2?
For interface work: #FAF4FA as the surface, #ECC1E6 for borders, #9B4B91 for secondary text, #3AA02C as an accent and #611E59 for hover and pressed states. For a palette, the analogous pair #923EC3 and #C33E6F stays calm, while #3EC34F is the loudest partner.
What is #c33eb2 in CMYK for printing?
cmyk(0%, 68%, 9%, 24%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #c33eb2 warm or cool?
Neutral — it scores 46 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #C33E81; nudged cooler, #A53BC6.