#963df7
a balanced, electric violet · cool · closest name: Blue Violet
At a glance
Every number on this page in one read: what #963df7 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 | #963df7 |
| RGB | rgb(150, 61, 247) |
| HSL | hsl(269, 92%, 60%) |
| CMYK | cmyk(39%, 75%, 0%, 3%) |
| LAB | lab(47.7 69.8 -77.6) |
| LCH | lch(47.7 104.4 312.0) |
| OKLCH | oklch(0.581 0.256 300.0) |
| Decimal | 9846263 |
| Display P3 | color(display-p3 0.588 0.239 0.969) |
Copy-ready code
/* CSS */
color: #963df7;
background-color: #963df7;
/* Tailwind (arbitrary) */
class="text-[#963df7] bg-[#963df7]"
/* SCSS */
$brand: #963df7;
/* SwiftUI */
Color(red: 0.588, green: 0.239, blue: 0.969)
/* Android */
Color.parseColor("#963df7")
/* Flutter */
Color(0xFF963DF7)
/* Python / OpenCV (BGR) */
(247, 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. #963df7 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: #F7F2FD;
--brand-100: #EFE4FB;
--brand-200: #DDC3F9;
--brand-300: #C593FB;
--brand-400: #A75DF8;
--brand-500: #963df7;
--brand-600: #760AEB;
--brand-700: #6208C4;
--brand-800: #4E069D;
--brand-900: #3B0971;
--brand-950: #250647;
--brand: #963df7;
--brand-ink: #ffffff;
}Colors that work with #963df7
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 #963df7
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 | #9EF73D | Directly opposite — maximum tension | |
| Analogous left | #3D41F7 | Neighbour, quieter | |
| Analogous right | #F33DF7 | Neighbour, quieter | |
| Split-complement 1 | #F7F33D | Contrast without the clash | |
| Split-complement 2 | #41F73D | Contrast without the clash | |
| Triadic 1 | #F7963D | Even thirds — balanced and loud | |
| Triadic 2 | #3DF796 | Even thirds — balanced and loud | |
| Tetradic | #F73D41 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#963df7 text on a black background
contrast 4.31:1
#963df7 text on a white background
contrast 4.88:1
CSS3 live lab
The quick brown fox
color: #963df7;
background-color: #963df7;
Glowing headline
text-shadow: 2px 2px 8px #963df7;
Soft neon halo
text-shadow: 0 0 14px rgba(150, 61, 247, 0.45);
box-shadow: 0 12px 32px -8px rgba(150, 61, 247, 0.45);
border: 3px solid #963df7; background: linear-gradient(135deg, #963df7, #F73DDC);
Monochromatic scale
Palettes built from #963df7
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 away, with its history, psychology and brand usage.
#963df7 in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.
#963df7, answered
What color is #963df7?
#963df7 is a balanced electric violet, closest to Blue Violet (ΔE2000 5.3). It sits at 269° on the hue wheel with 92% saturation and 60% lightness, which reads as cool.
What is the RGB value of #963df7?
rgb(150, 61, 247) — 150 red, 61 green and 247 blue out of 255, or 58.8% / 23.9% / 96.9% by channel.
Is #963df7 a light or a dark color?
It is a dark color. Relative luminance is 0.1654 and perceived brightness is 49%, so white text on it reaches 4.88:1.
Should I use black or white text on #963df7?
White. It scores 4.88:1 against #963df7, versus 4.31:1 for black — AA at any size.
What is the complementary color of #963df7?
#9EF73D sits directly opposite on the wheel. Softer options are the split-complements #F7F33D and #41F73D, which give the same contrast with far less vibration.
What colors go well with #963df7?
For interface work: #F7F4FA as the surface, #D5C0ED for borders, #714B9B for secondary text, #9CC804 as an accent and #3D057A for hover and pressed states. For a palette, the analogous pair #3D41F7 and #F33DF7 stays calm, while #9EF73D is the loudest partner.
What is #963df7 in CMYK for printing?
cmyk(39%, 75%, 0%, 3%). This is a screen-to-ink approximation — a color this saturated sits outside most CMYK gamuts and will print duller than it looks here.
Is #963df7 warm or cool?
Cool — it scores 67 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #DA3DF7; nudged cooler, #503BF9.