#cd49cd
a balanced, vivid magenta / pink · neutral · closest name: Medium Orchid
At a glance
Every number on this page in one read: what #cd49cd 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 | #cd49cd |
| RGB | rgb(205, 73, 205) |
| HSL | hsl(300, 57%, 55%) |
| CMYK | cmyk(0%, 64%, 0%, 20%) |
| LAB | lab(54.2 67.7 -42.9) |
| LCH | lch(54.2 80.1 327.6) |
| OKLCH | oklch(0.634 0.223 327.8) |
| Decimal | 13453773 |
| Display P3 | color(display-p3 0.804 0.286 0.804) |
Copy-ready code
/* CSS */
color: #cd49cd;
background-color: #cd49cd;
/* Tailwind (arbitrary) */
class="text-[#cd49cd] bg-[#cd49cd]"
/* SCSS */
$brand: #cd49cd;
/* SwiftUI */
Color(red: 0.804, green: 0.286, blue: 0.804)
/* Android */
Color.parseColor("#cd49cd")
/* Flutter */
Color(0xFFCD49CD)
/* Python / OpenCV (BGR) */
(205, 73, 205)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. #cd49cd 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: #FBF4FB;
--brand-100: #F6E9F6;
--brand-200: #EECDEE;
--brand-300: #E7A7E7;
--brand-400: #DB7BDB;
--brand-500: #cd49cd;
--brand-600: #C035C0;
--brand-700: #A02CA0;
--brand-800: #802380;
--brand-900: #5D1D5D;
--brand-950: #3A123A;
--brand: #cd49cd;
--brand-ink: #000000;
}Colors that work with #cd49cd
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 #cd49cd
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 | #49CD49 | Directly opposite — maximum tension | |
| Analogous left | #8B49CD | Neighbour, quieter | |
| Analogous right | #CD498B | Neighbour, quieter | |
| Split-complement 1 | #8BCD49 | Contrast without the clash | |
| Split-complement 2 | #49CD8B | Contrast without the clash | |
| Triadic 1 | #CDCD49 | Even thirds — balanced and loud | |
| Triadic 2 | #49CDCD | Even thirds — balanced and loud | |
| Tetradic | #CD8B49 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#cd49cd text on a black background
contrast 5.43:1
#cd49cd text on a white background
contrast 3.87:1
CSS3 live lab
The quick brown fox
color: #cd49cd;
background-color: #cd49cd;
Glowing headline
text-shadow: 2px 2px 8px #cd49cd;
Soft neon halo
text-shadow: 0 0 14px rgba(205, 73, 205, 0.45);
box-shadow: 0 12px 32px -8px rgba(205, 73, 205, 0.45);
border: 3px solid #cd49cd; background: linear-gradient(135deg, #cd49cd, #CD4975);
Monochromatic scale
Palettes built from #cd49cd
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 8.5 away, with its history, psychology and brand usage.
#cd49cd 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.
#cd49cd, answered
What color is #cd49cd?
#cd49cd is a balanced vivid magenta / pink, closest to Medium Orchid (ΔE2000 3.9). It sits at 300° on the hue wheel with 57% saturation and 55% lightness, which reads as neutral.
What is the RGB value of #cd49cd?
rgb(205, 73, 205) — 205 red, 73 green and 205 blue out of 255, or 80.4% / 28.6% / 80.4% by channel.
Is #cd49cd a light or a dark color?
It is a mid-tone. Relative luminance is 0.2215 and perceived brightness is 56%, so black text on it reaches 5.43:1.
Should I use black or white text on #cd49cd?
Black. It scores 5.43:1 against #cd49cd, versus 3.87:1 for white — AA at any size.
What is the complementary color of #cd49cd?
#49CD49 sits directly opposite on the wheel. Softer options are the split-complements #8BCD49 and #49CD8B, which give the same contrast with far less vibration.
What colors go well with #cd49cd?
For interface work: #FAF4FA as the surface, #EDC0ED for borders, #9B4B9B for secondary text, #47A428 as an accent and #641B64 for hover and pressed states. For a palette, the analogous pair #8B49CD and #CD498B stays calm, while #49CD49 is the loudest partner.
What is #cd49cd in CMYK for printing?
cmyk(0%, 64%, 0%, 20%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #cd49cd warm or cool?
Neutral — it scores 50 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #CD499D; nudged cooler, #9D47CF.