#eb32fe
a balanced, electric magenta / pink · neutral · closest name: Magenta
At a glance
Every number on this page in one read: what #eb32fe 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 | #eb32fe |
| RGB | rgb(235, 50, 254) |
| HSL | hsl(294, 99%, 60%) |
| CMYK | cmyk(8%, 80%, 0%, 0%) |
| LAB | lab(59.1 88.7 -62.5) |
| LCH | lch(59.1 108.5 324.9) |
| OKLCH | oklch(0.686 0.295 323.7) |
| Decimal | 15414014 |
| Display P3 | color(display-p3 0.922 0.196 0.996) |
Copy-ready code
/* CSS */
color: #eb32fe;
background-color: #eb32fe;
/* Tailwind (arbitrary) */
class="text-[#eb32fe] bg-[#eb32fe]"
/* SCSS */
$brand: #eb32fe;
/* SwiftUI */
Color(red: 0.922, green: 0.196, blue: 0.996)
/* Android */
Color.parseColor("#eb32fe")
/* Flutter */
Color(0xFFEB32FE)
/* Python / OpenCV (BGR) */
(254, 50, 235)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. #eb32fe 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: #FCF1FE;
--brand-100: #FAE3FC;
--brand-200: #F6C0FB;
--brand-300: #F48FFE;
--brand-400: #EF58FE;
--brand-500: #eb32fe;
--brand-600: #DD01F4;
--brand-700: #B801CB;
--brand-800: #9301A2;
--brand-900: #6B0575;
--brand-950: #430349;
--brand: #eb32fe;
--brand-ink: #000000;
}Colors that work with #eb32fe
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 #eb32fe
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
- ✓Brand accents, badges and data highlights
- ⚠Small text on white — under 4.5:1
- ⚠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 | #45FE32 | Directly opposite — maximum tension | |
| Analogous left | #8532FE | Neighbour, quieter | |
| Analogous right | #FE32AB | Neighbour, quieter | |
| Split-complement 1 | #ABFE32 | Contrast without the clash | |
| Split-complement 2 | #32FE85 | Contrast without the clash | |
| Triadic 1 | #FEEB32 | Even thirds — balanced and loud | |
| Triadic 2 | #32FEEB | Even thirds — balanced and loud | |
| Tetradic | #FE8532 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#eb32fe text on a black background
contrast 6.42:1
#eb32fe text on a white background
contrast 3.27:1
CSS3 live lab
The quick brown fox
color: #eb32fe;
background-color: #eb32fe;
Glowing headline
text-shadow: 2px 2px 8px #eb32fe;
Soft neon halo
text-shadow: 0 0 14px rgba(235, 50, 254, 0.45);
box-shadow: 0 12px 32px -8px rgba(235, 50, 254, 0.45);
border: 3px solid #eb32fe; background: linear-gradient(135deg, #eb32fe, #FE3289);
Monochromatic scale
Palettes built from #eb32fe
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: Magenta (#ff00ff) — ΔE2000 2.7 away, with its history, psychology and brand usage.
#eb32fe 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.
#eb32fe, answered
What color is #eb32fe?
#eb32fe is a balanced electric magenta / pink, closest to Magenta (ΔE2000 2.7). It sits at 294° on the hue wheel with 99% saturation and 60% lightness, which reads as neutral.
What is the RGB value of #eb32fe?
rgb(235, 50, 254) — 235 red, 50 green and 254 blue out of 255, or 92.2% / 19.6% / 99.6% by channel.
Is #eb32fe a light or a dark color?
It is a mid-tone. Relative luminance is 0.2710 and perceived brightness is 62%, so black text on it reaches 6.42:1.
Should I use black or white text on #eb32fe?
Black. It scores 6.42:1 against #eb32fe, versus 3.27:1 for white — AA at any size.
What is the complementary color of #eb32fe?
#45FE32 sits directly opposite on the wheel. Softer options are the split-complements #ABFE32 and #32FE85, which give the same contrast with far less vibration.
What colors go well with #eb32fe?
For interface work: #FAF4FA as the surface, #E8C0ED for borders, #934B9B for secondary text, #46CC00 as an accent and #73017F for hover and pressed states. For a palette, the analogous pair #8532FE and #FE32AB stays calm, while #45FE32 is the loudest partner.
What is #eb32fe in CMYK for printing?
cmyk(8%, 80%, 0%, 0%). 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 #eb32fe warm or cool?
Neutral — it scores 53 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #FE32C6; nudged cooler, #A031FF.