#963ddf
a balanced, vivid violet · cool · closest name: Dark Orchid
At a glance
Every number on this page in one read: what #963ddf 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 | #963ddf |
| RGB | rgb(150, 61, 223) |
| HSL | hsl(273, 72%, 56%) |
| CMYK | cmyk(33%, 73%, 0%, 13%) |
| LAB | lab(45.8 64.4 -67.0) |
| LCH | lch(45.8 93.0 313.9) |
| OKLCH | oklch(0.562 0.233 304.9) |
| Decimal | 9846239 |
| Display P3 | color(display-p3 0.588 0.239 0.875) |
Copy-ready code
/* CSS */
color: #963ddf;
background-color: #963ddf;
/* Tailwind (arbitrary) */
class="text-[#963ddf] bg-[#963ddf]"
/* SCSS */
$brand: #963ddf;
/* SwiftUI */
Color(red: 0.588, green: 0.239, blue: 0.875)
/* Android */
Color.parseColor("#963ddf")
/* Flutter */
Color(0xFF963DDF)
/* Python / OpenCV (BGR) */
(223, 61, 150)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. #963ddf 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: #F8F3FC;
--brand-100: #F1E7F8;
--brand-200: #E0C9F3;
--brand-300: #CB9FEF;
--brand-400: #B16FE7;
--brand-500: #963ddf;
--brand-600: #8323D2;
--brand-700: #6D1DAF;
--brand-800: #57178C;
--brand-900: #411566;
--brand-950: #290D3F;
--brand: #963ddf;
--brand-ink: #ffffff;
}Colors that work with #963ddf
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 #963ddf
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 | #86DF3D | Directly opposite — maximum tension | |
| Analogous left | #453DDF | Neighbour, quieter | |
| Analogous right | #DF3DD7 | Neighbour, quieter | |
| Split-complement 1 | #D7DF3D | Contrast without the clash | |
| Split-complement 2 | #3DDF45 | Contrast without the clash | |
| Triadic 1 | #DF963D | Even thirds — balanced and loud | |
| Triadic 2 | #3DDF96 | Even thirds — balanced and loud | |
| Tetradic | #DF453D | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#963ddf text on a black background
contrast 4.03:1
#963ddf text on a white background
contrast 5.21:1
CSS3 live lab
The quick brown fox
color: #963ddf;
background-color: #963ddf;
Glowing headline
text-shadow: 2px 2px 8px #963ddf;
Soft neon halo
text-shadow: 0 0 14px rgba(150, 61, 223, 0.45);
box-shadow: 0 12px 32px -8px rgba(150, 61, 223, 0.45);
border: 3px solid #963ddf; background: linear-gradient(135deg, #963ddf, #DF3DBC);
Monochromatic scale
Palettes built from #963ddf
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 10.6 away, with its history, psychology and brand usage.
#963ddf 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.
#963ddf, answered
What color is #963ddf?
#963ddf is a balanced vivid violet, closest to Dark Orchid (ΔE2000 3.6). It sits at 273° on the hue wheel with 72% saturation and 56% lightness, which reads as cool.
What is the RGB value of #963ddf?
rgb(150, 61, 223) — 150 red, 61 green and 223 blue out of 255, or 58.8% / 23.9% / 87.5% by channel.
Is #963ddf a light or a dark color?
It is a dark color. Relative luminance is 0.1515 and perceived brightness is 47%, so white text on it reaches 5.21:1.
Should I use black or white text on #963ddf?
White. It scores 5.21:1 against #963ddf, versus 4.03:1 for black — AA at any size.
What is the complementary color of #963ddf?
#86DF3D sits directly opposite on the wheel. Softer options are the split-complements #D7DF3D and #3DDF45, which give the same contrast with far less vibration.
What colors go well with #963ddf?
For interface work: #F8F4FA as the surface, #D8C0ED for borders, #774B9B for secondary text, #84B418 as an accent and #44126D for hover and pressed states. For a palette, the analogous pair #453DDF and #DF3DD7 stays calm, while #86DF3D is the loudest partner.
What is #963ddf in CMYK for printing?
cmyk(33%, 73%, 0%, 13%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #963ddf warm or cool?
Cool — it scores 65 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #D23DDF; nudged cooler, #593BE1.