#ac05df
a dark, electric violet · neutral · closest name: Dark Orchid
At a glance
Every number on this page in one read: what #ac05df 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 | #ac05df |
| RGB | rgb(172, 5, 223) |
| HSL | hsl(286, 96%, 45%) |
| CMYK | cmyk(23%, 98%, 0%, 13%) |
| LAB | lab(44.5 81.0 -69.0) |
| LCH | lch(44.5 106.4 319.6) |
| OKLCH | oklch(0.559 0.274 314.5) |
| Decimal | 11273695 |
| Display P3 | color(display-p3 0.675 0.020 0.875) |
Copy-ready code
/* CSS */
color: #ac05df;
background-color: #ac05df;
/* Tailwind (arbitrary) */
class="text-[#ac05df] bg-[#ac05df]"
/* SCSS */
$brand: #ac05df;
/* SwiftUI */
Color(red: 0.675, green: 0.020, blue: 0.875)
/* Android */
Color.parseColor("#ac05df")
/* Flutter */
Color(0xFFAC05DF)
/* Python / OpenCV (BGR) */
(223, 5, 172)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. #ac05df 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: #FBF1FD;
--brand-100: #F6E4FC;
--brand-200: #EDC1FA;
--brand-300: #E491FD;
--brand-400: #D65AFB;
--brand-500: #C824FA;
--brand-600: #ac05df;
--brand-700: #9A04C8;
--brand-800: #7B04A0;
--brand-900: #5A0773;
--brand-950: #380548;
--brand: #ac05df;
--brand-ink: #ffffff;
}Colors that work with #ac05df
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 #ac05df
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
- ⚠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 | #38DF05 | Directly opposite — maximum tension | |
| Analogous left | #3F05DF | Neighbour, quieter | |
| Analogous right | #DF05A5 | Neighbour, quieter | |
| Split-complement 1 | #A5DF05 | Contrast without the clash | |
| Split-complement 2 | #05DF3F | Contrast without the clash | |
| Triadic 1 | #DFAC05 | Even thirds — balanced and loud | |
| Triadic 2 | #05DFAC | Even thirds — balanced and loud | |
| Tetradic | #DF3F05 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#ac05df text on a black background
contrast 3.84:1
#ac05df text on a white background
contrast 5.47:1
CSS3 live lab
The quick brown fox
color: #ac05df;
background-color: #ac05df;
Glowing headline
text-shadow: 2px 2px 8px #ac05df;
Soft neon halo
text-shadow: 0 0 14px rgba(172, 5, 223, 0.45);
box-shadow: 0 12px 32px -8px rgba(172, 5, 223, 0.45);
border: 3px solid #ac05df; background: linear-gradient(135deg, #ac05df, #DF0581);
Monochromatic scale
Palettes built from #ac05df
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 14.2 away, with its history, psychology and brand usage.
#ac05df 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.
#ac05df, answered
What color is #ac05df?
#ac05df is a dark electric violet, closest to Dark Orchid (ΔE2000 3.7). It sits at 286° on the hue wheel with 96% saturation and 45% lightness, which reads as neutral.
What is the RGB value of #ac05df?
rgb(172, 5, 223) — 172 red, 5 green and 223 blue out of 255, or 67.5% / 2% / 87.5% by channel.
Is #ac05df a light or a dark color?
It is a dark color. Relative luminance is 0.1421 and perceived brightness is 47%, so white text on it reaches 5.47:1.
Should I use black or white text on #ac05df?
White. It scores 5.47:1 against #ac05df, versus 3.84:1 for black — AA at any size.
What is the complementary color of #ac05df?
#38DF05 sits directly opposite on the wheel. Softer options are the split-complements #A5DF05 and #05DF3F, which give the same contrast with far less vibration.
What colors go well with #ac05df?
For interface work: #F9F4FA as the surface, #E2C0ED for borders, #884B9B for secondary text, #62CC00 as an accent and #60037D for hover and pressed states. For a palette, the analogous pair #3F05DF and #DF05A5 stays calm, while #38DF05 is the loudest partner.
What is #ac05df in CMYK for printing?
cmyk(23%, 98%, 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 #ac05df 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 #DF05C2; nudged cooler, #5C03E1.