#c846df
a balanced, vivid magenta / pink · neutral · closest name: Medium Orchid
At a glance
Every number on this page in one read: what #c846df 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 | #c846df |
| RGB | rgb(200, 70, 223) |
| HSL | hsl(291, 71%, 58%) |
| CMYK | cmyk(10%, 69%, 0%, 13%) |
| LAB | lab(54.0 70.8 -53.5) |
| LCH | lch(54.0 88.7 322.9) |
| OKLCH | oklch(0.634 0.239 321.2) |
| Decimal | 13125343 |
| Display P3 | color(display-p3 0.784 0.275 0.875) |
Copy-ready code
/* CSS */
color: #c846df;
background-color: #c846df;
/* Tailwind (arbitrary) */
class="text-[#c846df] bg-[#c846df]"
/* SCSS */
$brand: #c846df;
/* SwiftUI */
Color(red: 0.784, green: 0.275, blue: 0.875)
/* Android */
Color.parseColor("#c846df")
/* Flutter */
Color(0xFFC846DF)
/* Python / OpenCV (BGR) */
(223, 70, 200)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. #c846df is pinned to step 500; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #FAF3FC;
--brand-100: #F6E7F8;
--brand-200: #ECC9F2;
--brand-300: #E39FEE;
--brand-400: #D470E6;
--brand-500: #c846df;
--brand-600: #B724D1;
--brand-700: #981EAE;
--brand-800: #7A188B;
--brand-900: #591665;
--brand-950: #380D3F;
--brand: #c846df;
--brand-ink: #000000;
}Colors that work with #c846df
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 #c846df
Derived from its contrast, chroma and lightness — not from taste.
- ✓Headings from 24px up 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
- ⚠Small text on white — under 4.5:1
- ⚠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 | #5DDF46 | Directly opposite — maximum tension | |
| Analogous left | #7C46DF | Neighbour, quieter | |
| Analogous right | #DF46AA | Neighbour, quieter | |
| Split-complement 1 | #AADF46 | Contrast without the clash | |
| Split-complement 2 | #46DF7C | Contrast without the clash | |
| Triadic 1 | #DFC846 | Even thirds — balanced and loud | |
| Triadic 2 | #46DFC8 | Even thirds — balanced and loud | |
| Tetradic | #DF7C46 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#c846df text on a black background
contrast 5.40:1
#c846df text on a white background
contrast 3.89:1
CSS3 live lab
The quick brown fox
color: #c846df;
background-color: #c846df;
Glowing headline
text-shadow: 2px 2px 8px #c846df;
Soft neon halo
text-shadow: 0 0 14px rgba(200, 70, 223, 0.45);
box-shadow: 0 12px 32px -8px rgba(200, 70, 223, 0.45);
border: 3px solid #c846df; background: linear-gradient(135deg, #c846df, #DF4690);
Monochromatic scale
Palettes built from #c846df
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 8.2 away, with its history, psychology and brand usage.
#c846df 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.
#c846df, answered
What color is #c846df?
#c846df is a balanced vivid magenta / pink, closest to Medium Orchid (ΔE2000 2.9). It sits at 291° on the hue wheel with 71% saturation and 58% lightness, which reads as neutral.
What is the RGB value of #c846df?
rgb(200, 70, 223) — 200 red, 70 green and 223 blue out of 255, or 78.4% / 27.5% / 87.5% by channel.
Is #c846df a light or a dark color?
It is a mid-tone. Relative luminance is 0.2199 and perceived brightness is 56%, so black text on it reaches 5.40:1.
Should I use black or white text on #c846df?
Black. It scores 5.40:1 against #c846df, versus 3.89:1 for white — AA at any size.
What is the complementary color of #c846df?
#5DDF46 sits directly opposite on the wheel. Softer options are the split-complements #AADF46 and #46DF7C, which give the same contrast with far less vibration.
What colors go well with #c846df?
For interface work: #F9F4FA as the surface, #E6C0ED for borders, #8F4B9B for secondary text, #57B21A as an accent and #5F136D for hover and pressed states. For a palette, the analogous pair #7C46DF and #DF46AA stays calm, while #5DDF46 is the loudest partner.
What is #c846df in CMYK for printing?
cmyk(10%, 69%, 0%, 13%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #c846df warm or cool?
Neutral — it scores 55 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #DF46BE; nudged cooler, #9044E1.