#9d3ccc
a balanced, vivid violet · cool · closest name: Dark Orchid
At a glance
Every number on this page in one read: what #9d3ccc is made of, how bright it looks, and which way it leans.
Reads cool. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #9d3ccc |
| RGB | rgb(157, 60, 204) |
| HSL | hsl(280, 59%, 52%) |
| CMYK | cmyk(23%, 71%, 0%, 20%) |
| LAB | lab(45.3 62.1 -57.0) |
| LCH | lch(45.3 84.2 317.5) |
| OKLCH | oklch(0.556 0.217 312.3) |
| Decimal | 10304716 |
| Display P3 | color(display-p3 0.616 0.235 0.800) |
Copy-ready code
/* CSS */
color: #9d3ccc;
background-color: #9d3ccc;
/* Tailwind (arbitrary) */
class="text-[#9d3ccc] bg-[#9d3ccc]"
/* SCSS */
$brand: #9d3ccc;
/* SwiftUI */
Color(red: 0.616, green: 0.235, blue: 0.800)
/* Android */
Color.parseColor("#9d3ccc")
/* Flutter */
Color(0xFF9D3CCC)
/* Python / OpenCV (BGR) */
(204, 60, 157)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. #9d3ccc is pinned to step 600; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F9F4FB;
--brand-100: #F2E9F7;
--brand-200: #E4CDEF;
--brand-300: #D2A6E8;
--brand-400: #BC7ADC;
--brand-500: #A64DD0;
--brand-600: #9d3ccc;
--brand-700: #7B2AA2;
--brand-800: #622281;
--brand-900: #491C5E;
--brand-950: #2D123B;
--brand: #9d3ccc;
--brand-ink: #ffffff;
}Colors that work with #9d3ccc
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 #9d3ccc
Derived from its contrast, chroma and lightness — not from taste.
- ✓Body text and links on white
- ✓Primary buttons and calls to action
- ✓Focus rings, active and selected states
- ✓Brand accents, badges and data highlights
- ⚠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 | #6BCC3C | Directly opposite — maximum tension | |
| Analogous left | #553CCC | Neighbour, quieter | |
| Analogous right | #CC3CB3 | Neighbour, quieter | |
| Split-complement 1 | #B3CC3C | Contrast without the clash | |
| Split-complement 2 | #3CCC55 | Contrast without the clash | |
| Triadic 1 | #CC9D3C | Even thirds — balanced and loud | |
| Triadic 2 | #3CCC9D | Even thirds — balanced and loud | |
| Tetradic | #CC553C | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#9d3ccc text on a black background
contrast 3.95:1
#9d3ccc text on a white background
contrast 5.31:1
CSS3 live lab
The quick brown fox
color: #9d3ccc;
background-color: #9d3ccc;
Glowing headline
text-shadow: 2px 2px 8px #9d3ccc;
Soft neon halo
text-shadow: 0 0 14px rgba(157, 60, 204, 0.45);
box-shadow: 0 12px 32px -8px rgba(157, 60, 204, 0.45);
border: 3px solid #9d3ccc; background: linear-gradient(135deg, #9d3ccc, #CC3C9B);
Monochromatic scale
Palettes built from #9d3ccc
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: Iris (#5a4fcf) — ΔE2000 12.4 away, with its history, psychology and brand usage.
#9d3ccc 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.
#9d3ccc, answered
What color is #9d3ccc?
#9d3ccc is a balanced vivid violet, closest to Dark Orchid (ΔE2000 2). It sits at 280° on the hue wheel with 59% saturation and 52% lightness, which reads as cool.
What is the RGB value of #9d3ccc?
rgb(157, 60, 204) — 157 red, 60 green and 204 blue out of 255, or 61.6% / 23.5% / 80% by channel.
Is #9d3ccc a light or a dark color?
It is a dark color. Relative luminance is 0.1476 and perceived brightness is 47%, so white text on it reaches 5.31:1.
Should I use black or white text on #9d3ccc?
White. It scores 5.31:1 against #9d3ccc, versus 3.95:1 for black — AA at any size.
What is the complementary color of #9d3ccc?
#6BCC3C sits directly opposite on the wheel. Softer options are the split-complements #B3CC3C and #3CCC55, which give the same contrast with far less vibration.
What colors go well with #9d3ccc?
For interface work: #F8F4FA as the surface, #DEC0ED for borders, #814B9B for secondary text, #70A626 as an accent and #4D1A65 for hover and pressed states. For a palette, the analogous pair #553CCC and #CC3CB3 stays calm, while #6BCC3C is the loudest partner.
What is #9d3ccc in CMYK for printing?
cmyk(23%, 71%, 0%, 20%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #9d3ccc warm or cool?
Cool — it scores 61 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #CC3CC6; nudged cooler, #673ACE.