#c48dcd
a light, soft magenta / pink · neutral · closest name: Plum
At a glance
Every number on this page in one read: what #c48dcd 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 | #c48dcd |
| RGB | rgb(196, 141, 205) |
| HSL | hsl(292, 39%, 68%) |
| CMYK | cmyk(4%, 31%, 0%, 20%) |
| LAB | lab(65.9 31.7 -24.8) |
| LCH | lch(65.9 40.3 322.0) |
| OKLCH | oklch(0.719 0.109 321.7) |
| Decimal | 12881357 |
| Display P3 | color(display-p3 0.769 0.553 0.804) |
Copy-ready code
/* CSS */
color: #c48dcd;
background-color: #c48dcd;
/* Tailwind (arbitrary) */
class="text-[#c48dcd] bg-[#c48dcd]"
/* SCSS */
$brand: #c48dcd;
/* SwiftUI */
Color(red: 0.769, green: 0.553, blue: 0.804)
/* Android */
Color.parseColor("#c48dcd")
/* Flutter */
Color(0xFFC48DCD)
/* Python / OpenCV (BGR) */
(205, 141, 196)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. #c48dcd is pinned to step 400; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F9F5FA;
--brand-100: #F3EBF4;
--brand-200: #E6D2E9;
--brand-300: #D7B1DD;
--brand-400: #c48dcd;
--brand-500: #AE63BB;
--brand-600: #9D4BAA;
--brand-700: #833E8E;
--brand-800: #693271;
--brand-900: #4D2753;
--brand-950: #301934;
--brand: #c48dcd;
--brand-ink: #000000;
}Colors that work with #c48dcd
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 #c48dcd
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Charts, tags and secondary surfaces
- ✓Card and section backgrounds
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠White text placed on it
- ⚠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 | #96CD8D | Directly opposite — maximum tension | |
| Analogous left | #A48DCD | Neighbour, quieter | |
| Analogous right | #CD8DB6 | Neighbour, quieter | |
| Split-complement 1 | #B6CD8D | Contrast without the clash | |
| Split-complement 2 | #8DCDA4 | Contrast without the clash | |
| Triadic 1 | #CDC48D | Even thirds — balanced and loud | |
| Triadic 2 | #8DCDC4 | Even thirds — balanced and loud | |
| Tetradic | #CDA48D | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#c48dcd text on a black background
contrast 8.04:1
#c48dcd text on a white background
contrast 2.61:1
CSS3 live lab
The quick brown fox
color: #c48dcd;
background-color: #c48dcd;
Glowing headline
text-shadow: 2px 2px 8px #c48dcd;
Soft neon halo
text-shadow: 0 0 14px rgba(196, 141, 205, 0.45);
box-shadow: 0 12px 32px -8px rgba(196, 141, 205, 0.45);
border: 3px solid #c48dcd; background: linear-gradient(135deg, #c48dcd, #CD8DAB);
Monochromatic scale
Palettes built from #c48dcd
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: Lilac (#c8a2c8) — ΔE2000 7.6 away, with its history, psychology and brand usage.
#c48dcd 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.
#c48dcd, answered
What color is #c48dcd?
#c48dcd is a light soft magenta / pink, closest to Plum (ΔE2000 6). It sits at 292° on the hue wheel with 39% saturation and 68% lightness, which reads as neutral.
What is the RGB value of #c48dcd?
rgb(196, 141, 205) — 196 red, 141 green and 205 blue out of 255, or 76.9% / 55.3% / 80.4% by channel.
Is #c48dcd a light or a dark color?
It is a mid-tone. Relative luminance is 0.3519 and perceived brightness is 66%, so black text on it reaches 8.04:1.
Should I use black or white text on #c48dcd?
Black. It scores 8.04:1 against #c48dcd, versus 2.61:1 for white — AAA at any size.
What is the complementary color of #c48dcd?
#96CD8D sits directly opposite on the wheel. Softer options are the split-complements #B6CD8D and #8DCDA4, which give the same contrast with far less vibration.
What colors go well with #c48dcd?
For interface work: #F9F4FA as the surface, #E2C6E6 for borders, #904B9B for secondary text, #5C923A as an accent and #522759 for hover and pressed states. For a palette, the analogous pair #A48DCD and #CD8DB6 stays calm, while #96CD8D is the loudest partner.
What is #c48dcd in CMYK for printing?
cmyk(4%, 31%, 0%, 20%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #c48dcd 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 #CD8DBE; nudged cooler, #AC8BCF.