#962fd2
a balanced, vivid violet · cool · closest name: Dark Orchid
At a glance
Every number on this page in one read: what #962fd2 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 | #962fd2 |
| RGB | rgb(150, 47, 210) |
| HSL | hsl(278, 64%, 50%) |
| CMYK | cmyk(29%, 78%, 0%, 18%) |
| LAB | lab(43.0 66.9 -64.2) |
| LCH | lch(43.0 92.7 316.2) |
| OKLCH | oklch(0.539 0.235 309.1) |
| Decimal | 9842642 |
| Display P3 | color(display-p3 0.588 0.184 0.824) |
Copy-ready code
/* CSS */
color: #962fd2;
background-color: #962fd2;
/* Tailwind (arbitrary) */
class="text-[#962fd2] bg-[#962fd2]"
/* SCSS */
$brand: #962fd2;
/* SwiftUI */
Color(red: 0.588, green: 0.184, blue: 0.824)
/* Android */
Color.parseColor("#962fd2")
/* Flutter */
Color(0xFF962FD2)
/* Python / OpenCV (BGR) */
(210, 47, 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. #962fd2 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: #F8F4FB;
--brand-100: #F2E8F7;
--brand-200: #E3CBF1;
--brand-300: #D0A3EB;
--brand-400: #B975E1;
--brand-500: #A247D7;
--brand-600: #962fd2;
--brand-700: #7724A8;
--brand-800: #5F1D86;
--brand-900: #471961;
--brand-950: #2C103D;
--brand: #962fd2;
--brand-ink: #ffffff;
}Colors that work with #962fd2
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 #962fd2
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 | #6BD22F | Directly opposite — maximum tension | |
| Analogous left | #452FD2 | Neighbour, quieter | |
| Analogous right | #D22FBD | Neighbour, quieter | |
| Split-complement 1 | #BDD22F | Contrast without the clash | |
| Split-complement 2 | #2FD245 | Contrast without the clash | |
| Triadic 1 | #D2962F | Even thirds — balanced and loud | |
| Triadic 2 | #2FD296 | Even thirds — balanced and loud | |
| Tetradic | #D2452F | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#962fd2 text on a black background
contrast 3.63:1
#962fd2 text on a white background
contrast 5.78:1
CSS3 live lab
The quick brown fox
color: #962fd2;
background-color: #962fd2;
Glowing headline
text-shadow: 2px 2px 8px #962fd2;
Soft neon halo
text-shadow: 0 0 14px rgba(150, 47, 210, 0.45);
box-shadow: 0 12px 32px -8px rgba(150, 47, 210, 0.45);
border: 3px solid #962fd2; background: linear-gradient(135deg, #962fd2, #D22FA1);
Monochromatic scale
Palettes built from #962fd2
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 11.5 away, with its history, psychology and brand usage.
#962fd2 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.
#962fd2, answered
What color is #962fd2?
#962fd2 is a balanced vivid violet, closest to Dark Orchid (ΔE2000 1.2). It sits at 278° on the hue wheel with 64% saturation and 50% lightness, which reads as cool.
What is the RGB value of #962fd2?
rgb(150, 47, 210) — 150 red, 47 green and 210 blue out of 255, or 58.8% / 18.4% / 82.4% by channel.
Is #962fd2 a light or a dark color?
It is a dark color. Relative luminance is 0.1317 and perceived brightness is 45%, so white text on it reaches 5.78:1.
Should I use black or white text on #962fd2?
White. It scores 5.78:1 against #962fd2, versus 3.63:1 for black — AA at any size.
What is the complementary color of #962fd2?
#6BD22F sits directly opposite on the wheel. Softer options are the split-complements #BDD22F and #2FD245, which give the same contrast with far less vibration.
What colors go well with #962fd2?
For interface work: #F8F4FA as the surface, #DCC0ED for borders, #7D4B9B for secondary text, #77AC20 as an accent and #4B1769 for hover and pressed states. For a palette, the analogous pair #452FD2 and #D22FBD stays calm, while #6BD22F is the loudest partner.
What is #962fd2 in CMYK for printing?
cmyk(29%, 78%, 0%, 18%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #962fd2 warm or cool?
Cool — it scores 62 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #D22FD2; nudged cooler, #592DD5.