#c36abc
a balanced, soft magenta / pink · neutral · closest name: Orchid
At a glance
Every number on this page in one read: what #c36abc 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 | #c36abc |
| RGB | rgb(195, 106, 188) |
| HSL | hsl(305, 43%, 59%) |
| CMYK | cmyk(0%, 46%, 4%, 24%) |
| LAB | lab(57.6 47.0 -28.0) |
| LCH | lch(57.6 54.7 329.2) |
| OKLCH | oklch(0.654 0.153 330.1) |
| Decimal | 12806844 |
| Display P3 | color(display-p3 0.765 0.416 0.737) |
Copy-ready code
/* CSS */
color: #c36abc;
background-color: #c36abc;
/* Tailwind (arbitrary) */
class="text-[#c36abc] bg-[#c36abc]"
/* SCSS */
$brand: #c36abc;
/* SwiftUI */
Color(red: 0.765, green: 0.416, blue: 0.737)
/* Android */
Color.parseColor("#c36abc")
/* Flutter */
Color(0xFFC36ABC)
/* Python / OpenCV (BGR) */
(188, 106, 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. #c36abc 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: #FAF5F9;
--brand-100: #F5EBF4;
--brand-200: #EAD1E8;
--brand-300: #DFAFDB;
--brand-400: #CF87C9;
--brand-500: #c36abc;
--brand-600: #AF46A6;
--brand-700: #913B8B;
--brand-800: #742F6F;
--brand-900: #552551;
--brand-950: #351733;
--brand: #c36abc;
--brand-ink: #000000;
}Colors that work with #c36abc
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 #c36abc
Derived from its contrast, chroma and lightness — not from taste.
- ✓Headings from 24px up on white
- ✓Text and icons on dark surfaces
- ✓Charts, tags and secondary surfaces
- ✓Brand accents, badges and data highlights
- ⚠Small text on white — under 4.5:1
- ⚠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 | #6AC371 | Directly opposite — maximum tension | |
| Analogous left | #9D6AC3 | Neighbour, quieter | |
| Analogous right | #C36A8F | Neighbour, quieter | |
| Split-complement 1 | #8FC36A | Contrast without the clash | |
| Split-complement 2 | #6AC39D | Contrast without the clash | |
| Triadic 1 | #BCC36A | Even thirds — balanced and loud | |
| Triadic 2 | #6ABCC3 | Even thirds — balanced and loud | |
| Tetradic | #C39D6A | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#c36abc text on a black background
contrast 6.11:1
#c36abc text on a white background
contrast 3.44:1
CSS3 live lab
The quick brown fox
color: #c36abc;
background-color: #c36abc;
Glowing headline
text-shadow: 2px 2px 8px #c36abc;
Soft neon halo
text-shadow: 0 0 14px rgba(195, 106, 188, 0.45);
box-shadow: 0 12px 32px -8px rgba(195, 106, 188, 0.45);
border: 3px solid #c36abc; background: linear-gradient(135deg, #c36abc, #C36A81);
Monochromatic scale
Palettes built from #c36abc
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: Orchid (#da70d6) — ΔE2000 5.4 away, with its history, psychology and brand usage.
#c36abc 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.
#c36abc, answered
What color is #c36abc?
#c36abc is a balanced soft magenta / pink, closest to Orchid (ΔE2000 5.4). It sits at 305° on the hue wheel with 43% saturation and 59% lightness, which reads as neutral.
What is the RGB value of #c36abc?
rgb(195, 106, 188) — 195 red, 106 green and 188 blue out of 255, or 76.5% / 41.6% / 73.7% by channel.
Is #c36abc a light or a dark color?
It is a mid-tone. Relative luminance is 0.2554 and perceived brightness is 58%, so black text on it reaches 6.11:1.
Should I use black or white text on #c36abc?
Black. It scores 6.11:1 against #c36abc, versus 3.44:1 for white — AA at any size.
What is the complementary color of #c36abc?
#6AC371 sits directly opposite on the wheel. Softer options are the split-complements #8FC36A and #6AC39D, which give the same contrast with far less vibration.
What colors go well with #c36abc?
For interface work: #FAF4FA as the surface, #E8C5E5 for borders, #9B4B95 for secondary text, #469537 as an accent and #5B2557 for hover and pressed states. For a palette, the analogous pair #9D6AC3 and #C36A8F stays calm, while #6AC371 is the loudest partner.
What is #c36abc in CMYK for printing?
cmyk(0%, 46%, 4%, 24%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #c36abc warm or cool?
Neutral — it scores 47 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #C36A9B; nudged cooler, #AA68C5.