#8271eb
a light, electric blue · cool · closest name: Medium Slate Blue
At a glance
Every number on this page in one read: what #8271eb 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 | #8271eb |
| RGB | rgb(130, 113, 235) |
| HSL | hsl(248, 75%, 68%) |
| CMYK | cmyk(45%, 52%, 0%, 8%) |
| LAB | lab(54.6 36.5 -59.7) |
| LCH | lch(54.6 70.0 301.4) |
| OKLCH | oklch(0.624 0.177 286.4) |
| Decimal | 8548843 |
| Display P3 | color(display-p3 0.510 0.443 0.922) |
Copy-ready code
/* CSS */
color: #8271eb;
background-color: #8271eb;
/* Tailwind (arbitrary) */
class="text-[#8271eb] bg-[#8271eb]"
/* SCSS */
$brand: #8271eb;
/* SwiftUI */
Color(red: 0.510, green: 0.443, blue: 0.922)
/* Android */
Color.parseColor("#8271eb")
/* Flutter */
Color(0xFF8271EB)
/* Python / OpenCV (BGR) */
(235, 113, 130)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. #8271eb is pinned to step 400; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F4F3FC;
--brand-100: #E9E7F9;
--brand-200: #CEC8F4;
--brand-300: #A89DF1;
--brand-400: #8271eb;
--brand-500: #523AE3;
--brand-600: #381ED7;
--brand-700: #2F19B3;
--brand-800: #25148F;
--brand-900: #1F1368;
--brand-950: #130C41;
--brand: #8271eb;
--brand-ink: #000000;
}Colors that work with #8271eb
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 #8271eb
Derived from its contrast, chroma and lightness — not from taste.
- ✓Headings from 24px up on white
- ✓Text and icons on dark surfaces
- ✓Primary buttons and calls to action
- ✓Focus rings, active and selected states
- ✓Card and section backgrounds
- ✓Brand accents, badges and data highlights
- ⚠Small text on white — under 4.5:1
- ⚠Full-page backgrounds — tiring over long sessions
- ⚠White text placed on it
- ⚠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 | #DAEB71 | Directly opposite — maximum tension | |
| Analogous left | #719DEB | Neighbour, quieter | |
| Analogous right | #BF71EB | Neighbour, quieter | |
| Split-complement 1 | #EBBF71 | Contrast without the clash | |
| Split-complement 2 | #9DEB71 | Contrast without the clash | |
| Triadic 1 | #EB8271 | Even thirds — balanced and loud | |
| Triadic 2 | #71EB82 | Even thirds — balanced and loud | |
| Tetradic | #EB719D | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#8271eb text on a black background
contrast 5.51:1
#8271eb text on a white background
contrast 3.81:1
CSS3 live lab
The quick brown fox
color: #8271eb;
background-color: #8271eb;
Glowing headline
text-shadow: 2px 2px 8px #8271eb;
Soft neon halo
text-shadow: 0 0 14px rgba(130, 113, 235, 0.45);
box-shadow: 0 12px 32px -8px rgba(130, 113, 235, 0.45);
border: 3px solid #8271eb; background: linear-gradient(135deg, #8271eb, #D371EB);
Monochromatic scale
Palettes built from #8271eb
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: Royal Blue (#4169e1) — ΔE2000 10.6 away, with its history, psychology and brand usage.
#8271eb 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.
#8271eb, answered
What color is #8271eb?
#8271eb is a light electric blue, closest to Medium Slate Blue (ΔE2000 2.9). It sits at 248° on the hue wheel with 75% saturation and 68% lightness, which reads as cool.
What is the RGB value of #8271eb?
rgb(130, 113, 235) — 130 red, 113 green and 235 blue out of 255, or 51% / 44.3% / 92.2% by channel.
Is #8271eb a light or a dark color?
It is a mid-tone. Relative luminance is 0.2255 and perceived brightness is 54%, so black text on it reaches 5.51:1.
Should I use black or white text on #8271eb?
Black. It scores 5.51:1 against #8271eb, versus 3.81:1 for white — AA at any size.
What is the complementary color of #8271eb?
#DAEB71 sits directly opposite on the wheel. Softer options are the split-complements #EBBF71 and #9DEB71, which give the same contrast with far less vibration.
What colors go well with #8271eb?
For interface work: #F5F4FA as the surface, #C6C0ED for borders, #564B9B for secondary text, #B7A515 as an accent and #1D1070 for hover and pressed states. For a palette, the analogous pair #719DEB and #BF71EB stays calm, while #DAEB71 is the loudest partner.
What is #8271eb in CMYK for printing?
cmyk(45%, 52%, 0%, 8%). 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 #8271eb warm or cool?
Cool — it scores 79 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #AF71EB; nudged cooler, #6F8CED.