#b010df
a balanced, electric violet · neutral · closest name: Dark Orchid
At a glance
Every number on this page in one read: what #b010df 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 | #b010df |
| RGB | rgb(176, 16, 223) |
| HSL | hsl(286, 87%, 47%) |
| CMYK | cmyk(21%, 93%, 0%, 13%) |
| LAB | lab(45.5 80.4 -67.3) |
| LCH | lch(45.5 104.9 320.1) |
| OKLCH | oklch(0.568 0.272 315.6) |
| Decimal | 11538655 |
| Display P3 | color(display-p3 0.690 0.063 0.875) |
Copy-ready code
/* CSS */
color: #b010df;
background-color: #b010df;
/* Tailwind (arbitrary) */
class="text-[#b010df] bg-[#b010df]"
/* SCSS */
$brand: #b010df;
/* SwiftUI */
Color(red: 0.690, green: 0.063, blue: 0.875)
/* Android */
Color.parseColor("#b010df")
/* Flutter */
Color(0xFFB010DF)
/* Python / OpenCV (BGR) */
(223, 16, 176)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. #b010df 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: #FAF2FD;
--brand-100: #F5E5FA;
--brand-200: #ECC4F7;
--brand-300: #E196F7;
--brand-400: #D362F4;
--brand-500: #C42EF0;
--brand-600: #b010df;
--brand-700: #960EBE;
--brand-800: #780B98;
--brand-900: #580C6E;
--brand-950: #370845;
--brand: #b010df;
--brand-ink: #ffffff;
}Colors that work with #b010df
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 #b010df
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 | #3FDF10 | Directly opposite — maximum tension | |
| Analogous left | #4910DF | Neighbour, quieter | |
| Analogous right | #DF10A7 | Neighbour, quieter | |
| Split-complement 1 | #A7DF10 | Contrast without the clash | |
| Split-complement 2 | #10DF49 | Contrast without the clash | |
| Triadic 1 | #DFB010 | Even thirds — balanced and loud | |
| Triadic 2 | #10DFB0 | Even thirds — balanced and loud | |
| Tetradic | #DF4910 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#b010df text on a black background
contrast 3.99:1
#b010df text on a white background
contrast 5.27:1
CSS3 live lab
The quick brown fox
color: #b010df;
background-color: #b010df;
Glowing headline
text-shadow: 2px 2px 8px #b010df;
Soft neon halo
text-shadow: 0 0 14px rgba(176, 16, 223, 0.45);
box-shadow: 0 12px 32px -8px rgba(176, 16, 223, 0.45);
border: 3px solid #b010df; background: linear-gradient(135deg, #b010df, #DF1084);
Monochromatic scale
Palettes built from #b010df
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: Ultramarine (#3f00ff) — ΔE2000 15.2 away, with its history, psychology and brand usage.
#b010df 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.
#b010df, answered
What color is #b010df?
#b010df is a balanced electric violet, closest to Dark Orchid (ΔE2000 4.1). It sits at 286° on the hue wheel with 87% saturation and 47% lightness, which reads as neutral.
What is the RGB value of #b010df?
rgb(176, 16, 223) — 176 red, 16 green and 223 blue out of 255, or 69% / 6.3% / 87.5% by channel.
Is #b010df a light or a dark color?
It is a dark color. Relative luminance is 0.1493 and perceived brightness is 48%, so white text on it reaches 5.27:1.
Should I use black or white text on #b010df?
White. It scores 5.27:1 against #b010df, versus 3.99:1 for black — AA at any size.
What is the complementary color of #b010df?
#3FDF10 sits directly opposite on the wheel. Softer options are the split-complements #A7DF10 and #10DF49, which give the same contrast with far less vibration.
What colors go well with #b010df?
For interface work: #F9F4FA as the surface, #E2C0ED for borders, #894B9B for secondary text, #62C309 as an accent and #5E0977 for hover and pressed states. For a palette, the analogous pair #4910DF and #DF10A7 stays calm, while #3FDF10 is the loudest partner.
What is #b010df in CMYK for printing?
cmyk(21%, 93%, 0%, 13%). 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 #b010df warm or cool?
Neutral — it scores 58 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #DF10C2; nudged cooler, #640EE2.