#c321cd
a balanced, vivid magenta / pink · neutral · closest name: Medium Orchid
At a glance
Every number on this page in one read: what #c321cd 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 | #c321cd |
| RGB | rgb(195, 33, 205) |
| HSL | hsl(297, 72%, 47%) |
| CMYK | cmyk(5%, 84%, 0%, 20%) |
| LAB | lab(48.4 77.7 -52.3) |
| LCH | lch(48.4 93.6 326.1) |
| OKLCH | oklch(0.590 0.257 325.4) |
| Decimal | 12788173 |
| Display P3 | color(display-p3 0.765 0.129 0.804) |
Copy-ready code
/* CSS */
color: #c321cd;
background-color: #c321cd;
/* Tailwind (arbitrary) */
class="text-[#c321cd] bg-[#c321cd]"
/* SCSS */
$brand: #c321cd;
/* SwiftUI */
Color(red: 0.765, green: 0.129, blue: 0.804)
/* Android */
Color.parseColor("#c321cd")
/* Flutter */
Color(0xFFC321CD)
/* Python / OpenCV (BGR) */
(205, 33, 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. #c321cd 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: #FBF3FC;
--brand-100: #F7E7F8;
--brand-200: #F0C9F3;
--brand-300: #EB9EEF;
--brand-400: #E16EE8;
--brand-500: #D63EE0;
--brand-600: #c321cd;
--brand-700: #A71CB0;
--brand-800: #86178D;
--brand-900: #611466;
--brand-950: #3D0D40;
--brand: #c321cd;
--brand-ink: #ffffff;
}Colors that work with #c321cd
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 #c321cd
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 | #2BCD21 | Directly opposite — maximum tension | |
| Analogous left | #6D21CD | Neighbour, quieter | |
| Analogous right | #CD2181 | Neighbour, quieter | |
| Split-complement 1 | #81CD21 | Contrast without the clash | |
| Split-complement 2 | #21CD6D | Contrast without the clash | |
| Triadic 1 | #CDC321 | Even thirds — balanced and loud | |
| Triadic 2 | #21CDC3 | Even thirds — balanced and loud | |
| Tetradic | #CD6D21 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#c321cd text on a black background
contrast 4.42:1
#c321cd text on a white background
contrast 4.75:1
CSS3 live lab
The quick brown fox
color: #c321cd;
background-color: #c321cd;
Glowing headline
text-shadow: 2px 2px 8px #c321cd;
Soft neon halo
text-shadow: 0 0 14px rgba(195, 33, 205, 0.45);
box-shadow: 0 12px 32px -8px rgba(195, 33, 205, 0.45);
border: 3px solid #c321cd; background: linear-gradient(135deg, #c321cd, #CD2164);
Monochromatic scale
Palettes built from #c321cd
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: Magenta (#ff00ff) — ΔE2000 12.1 away, with its history, psychology and brand usage.
#c321cd 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.
#c321cd, answered
What color is #c321cd?
#c321cd is a balanced vivid magenta / pink, closest to Medium Orchid (ΔE2000 7). It sits at 297° on the hue wheel with 72% saturation and 47% lightness, which reads as neutral.
What is the RGB value of #c321cd?
rgb(195, 33, 205) — 195 red, 33 green and 205 blue out of 255, or 76.5% / 12.9% / 80.4% by channel.
Is #c321cd a light or a dark color?
It is a dark color. Relative luminance is 0.1710 and perceived brightness is 51%, so white text on it reaches 4.75:1.
Should I use black or white text on #c321cd?
White. It scores 4.75:1 against #c321cd, versus 4.42:1 for black — AA at any size.
What is the complementary color of #c321cd?
#2BCD21 sits directly opposite on the wheel. Softer options are the split-complements #81CD21 and #21CD6D, which give the same contrast with far less vibration.
What colors go well with #c321cd?
For interface work: #FAF4FA as the surface, #EAC0ED for borders, #964B9B for secondary text, #48B418 as an accent and #68126E for hover and pressed states. For a palette, the analogous pair #6D21CD and #CD2181 stays calm, while #2BCD21 is the loudest partner.
What is #c321cd in CMYK for printing?
cmyk(5%, 84%, 0%, 20%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #c321cd 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 #CD2198; nudged cooler, #841FD0.