#cd64cb
a balanced, vivid magenta / pink · neutral · closest name: Orchid
At a glance
Every number on this page in one read: what #cd64cb 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 | #cd64cb |
| RGB | rgb(205, 100, 203) |
| HSL | hsl(301, 51%, 60%) |
| CMYK | cmyk(0%, 51%, 1%, 20%) |
| LAB | lab(58.4 55.5 -35.1) |
| LCH | lch(58.4 65.7 327.7) |
| OKLCH | oklch(0.665 0.182 328.1) |
| Decimal | 13460683 |
| Display P3 | color(display-p3 0.804 0.392 0.796) |
Copy-ready code
/* CSS */
color: #cd64cb;
background-color: #cd64cb;
/* Tailwind (arbitrary) */
class="text-[#cd64cb] bg-[#cd64cb]"
/* SCSS */
$brand: #cd64cb;
/* SwiftUI */
Color(red: 0.804, green: 0.392, blue: 0.796)
/* Android */
Color.parseColor("#cd64cb")
/* Flutter */
Color(0xFFCD64CB)
/* Python / OpenCV (BGR) */
(203, 100, 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. #cd64cb 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: #FAF4FA;
--brand-100: #F6EAF6;
--brand-200: #EDCFEC;
--brand-300: #E4AAE3;
--brand-400: #D680D4;
--brand-500: #cd64cb;
--brand-600: #B93CB7;
--brand-700: #9A3298;
--brand-800: #7B287A;
--brand-900: #5A2059;
--brand-950: #381438;
--brand: #cd64cb;
--brand-ink: #000000;
}Colors that work with #cd64cb
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 #cd64cb
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 | #64CD66 | Directly opposite — maximum tension | |
| Analogous left | #9A64CD | Neighbour, quieter | |
| Analogous right | #CD6497 | Neighbour, quieter | |
| Split-complement 1 | #97CD64 | Contrast without the clash | |
| Split-complement 2 | #64CD9A | Contrast without the clash | |
| Triadic 1 | #CBCD64 | Even thirds — balanced and loud | |
| Triadic 2 | #64CBCD | Even thirds — balanced and loud | |
| Tetradic | #CD9A64 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#cd64cb text on a black background
contrast 6.28:1
#cd64cb text on a white background
contrast 3.34:1
CSS3 live lab
The quick brown fox
color: #cd64cb;
background-color: #cd64cb;
Glowing headline
text-shadow: 2px 2px 8px #cd64cb;
Soft neon halo
text-shadow: 0 0 14px rgba(205, 100, 203, 0.45);
box-shadow: 0 12px 32px -8px rgba(205, 100, 203, 0.45);
border: 3px solid #cd64cb; background: linear-gradient(135deg, #cd64cb, #CD6485);
Monochromatic scale
Palettes built from #cd64cb
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 3.8 away, with its history, psychology and brand usage.
#cd64cb 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.
#cd64cb, answered
What color is #cd64cb?
#cd64cb is a balanced vivid magenta / pink, closest to Orchid (ΔE2000 3.8). It sits at 301° on the hue wheel with 51% saturation and 60% lightness, which reads as neutral.
What is the RGB value of #cd64cb?
rgb(205, 100, 203) — 205 red, 100 green and 203 blue out of 255, or 80.4% / 39.2% / 79.6% by channel.
Is #cd64cb a light or a dark color?
It is a mid-tone. Relative luminance is 0.2641 and perceived brightness is 60%, so black text on it reaches 6.28:1.
Should I use black or white text on #cd64cb?
Black. It scores 6.28:1 against #cd64cb, versus 3.34:1 for white — AA at any size.
What is the complementary color of #cd64cb?
#64CD66 sits directly opposite on the wheel. Softer options are the split-complements #97CD64 and #64CD9A, which give the same contrast with far less vibration.
What colors go well with #cd64cb?
For interface work: #FAF4FA as the surface, #EBC1EA for borders, #9B4B99 for secondary text, #489E2E as an accent and #601F5F for hover and pressed states. For a palette, the analogous pair #9A64CD and #CD6497 stays calm, while #64CD66 is the loudest partner.
What is #cd64cb in CMYK for printing?
cmyk(0%, 51%, 1%, 20%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #cd64cb warm or cool?
Neutral — it scores 49 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #CD64A5; nudged cooler, #A962CF.