#80098d
a dark, electric magenta / pink · neutral · closest name: Dark Magenta
At a glance
Every number on this page in one read: what #80098d 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 | #80098d |
| RGB | rgb(128, 9, 141) |
| HSL | hsl(294, 88%, 29%) |
| CMYK | cmyk(9%, 94%, 0%, 45%) |
| LAB | lab(31.1 59.7 -42.4) |
| LCH | lch(31.1 73.2 324.6) |
| OKLCH | oklch(0.433 0.199 323.2) |
| Decimal | 8391053 |
| Display P3 | color(display-p3 0.502 0.035 0.553) |
Copy-ready code
/* CSS */
color: #80098d;
background-color: #80098d;
/* Tailwind (arbitrary) */
class="text-[#80098d] bg-[#80098d]"
/* SCSS */
$brand: #80098d;
/* SwiftUI */
Color(red: 0.502, green: 0.035, blue: 0.553)
/* Android */
Color.parseColor("#80098d")
/* Flutter */
Color(0xFF80098D)
/* Python / OpenCV (BGR) */
(141, 9, 128)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. #80098d is pinned to step 800; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #FCF2FD;
--brand-100: #F8E5FA;
--brand-200: #F3C4F8;
--brand-300: #EF96F8;
--brand-400: #E661F5;
--brand-500: #DE2CF2;
--brand-600: #D10FE6;
--brand-700: #AE0CC0;
--brand-800: #80098d;
--brand-900: #650C6F;
--brand-950: #3F0745;
--brand: #80098d;
--brand-ink: #ffffff;
}Colors that work with #80098d
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 #80098d
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
- ✓Headers, footers and dark-mode surfaces
- ✓Brand accents, badges and data highlights
- ⚠Text on black or near-black surfaces
- ⚠Full-page backgrounds — tiring over long sessions
- ⚠Black 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 | #168D09 | Directly opposite — maximum tension | |
| Analogous left | #3E098D | Neighbour, quieter | |
| Analogous right | #8D0958 | Neighbour, quieter | |
| Split-complement 1 | #588D09 | Contrast without the clash | |
| Split-complement 2 | #098D3E | Contrast without the clash | |
| Triadic 1 | #8D8009 | Even thirds — balanced and loud | |
| Triadic 2 | #098D80 | Even thirds — balanced and loud | |
| Tetradic | #8D3E09 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#80098d text on a black background
contrast 2.34:1
#80098d text on a white background
contrast 8.97:1
CSS3 live lab
The quick brown fox
color: #80098d;
background-color: #80098d;
Glowing headline
text-shadow: 2px 2px 8px #80098d;
Soft neon halo
text-shadow: 0 0 14px rgba(128, 9, 141, 0.45);
box-shadow: 0 12px 32px -8px rgba(128, 9, 141, 0.45);
border: 3px solid #80098d; background: linear-gradient(135deg, #80098d, #8D0942);
Monochromatic scale
Palettes built from #80098d
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: Purple (#800080) — ΔE2000 2.5 away, with its history, psychology and brand usage.
#80098d 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.
#80098d, answered
What color is #80098d?
#80098d is a dark electric magenta / pink, closest to Dark Magenta (ΔE2000 2.3). It sits at 294° on the hue wheel with 88% saturation and 29% lightness, which reads as neutral.
What is the RGB value of #80098d?
rgb(128, 9, 141) — 128 red, 9 green and 141 blue out of 255, or 50.2% / 3.5% / 55.3% by channel.
Is #80098d a light or a dark color?
It is a dark color. Relative luminance is 0.0671 and perceived brightness is 33%, so white text on it reaches 8.97:1.
Should I use black or white text on #80098d?
White. It scores 8.97:1 against #80098d, versus 2.34:1 for black — AAA at any size.
What is the complementary color of #80098d?
#168D09 sits directly opposite on the wheel. Softer options are the split-complements #588D09 and #098D3E, which give the same contrast with far less vibration.
What colors go well with #80098d?
For interface work: #FAF4FA as the surface, #E8C0ED for borders, #934B9B for secondary text, #369006 as an accent and #6D0878 for hover and pressed states. For a palette, the analogous pair #3E098D and #8D0958 stays calm, while #168D09 is the loudest partner.
What is #80098d in CMYK for printing?
cmyk(9%, 94%, 0%, 45%). 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 #80098d 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 #8D096A; nudged cooler, #50078E.