#aa03cc
a dark, electric violet · neutral · closest name: Dark Orchid
At a glance
Every number on this page in one read: what #aa03cc 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 | #aa03cc |
| RGB | rgb(170, 3, 204) |
| HSL | hsl(290, 97%, 41%) |
| CMYK | cmyk(17%, 99%, 0%, 20%) |
| LAB | lab(42.7 77.6 -61.0) |
| LCH | lch(42.7 98.8 321.8) |
| OKLCH | oklch(0.542 0.261 318.6) |
| Decimal | 11142092 |
| Display P3 | color(display-p3 0.667 0.012 0.800) |
Copy-ready code
/* CSS */
color: #aa03cc;
background-color: #aa03cc;
/* Tailwind (arbitrary) */
class="text-[#aa03cc] bg-[#aa03cc]"
/* SCSS */
$brand: #aa03cc;
/* SwiftUI */
Color(red: 0.667, green: 0.012, blue: 0.800)
/* Android */
Color.parseColor("#aa03cc")
/* Flutter */
Color(0xFFAA03CC)
/* Python / OpenCV (BGR) */
(204, 3, 170)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. #aa03cc is pinned to step 700; 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: #F8E4FC;
--brand-200: #F1C1FB;
--brand-300: #EB90FD;
--brand-400: #E159FD;
--brand-500: #D722FC;
--brand-600: #C904F1;
--brand-700: #aa03cc;
--brand-800: #8602A1;
--brand-900: #610774;
--brand-950: #3D0448;
--brand: #aa03cc;
--brand-ink: #ffffff;
}Colors that work with #aa03cc
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 #aa03cc
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 | #25CC03 | Directly opposite — maximum tension | |
| Analogous left | #4603CC | Neighbour, quieter | |
| Analogous right | #CC0389 | Neighbour, quieter | |
| Split-complement 1 | #89CC03 | Contrast without the clash | |
| Split-complement 2 | #03CC46 | Contrast without the clash | |
| Triadic 1 | #CCAA03 | Even thirds — balanced and loud | |
| Triadic 2 | #03CCAA | Even thirds — balanced and loud | |
| Tetradic | #CC4603 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#aa03cc text on a black background
contrast 3.59:1
#aa03cc text on a white background
contrast 5.84:1
CSS3 live lab
The quick brown fox
color: #aa03cc;
background-color: #aa03cc;
Glowing headline
text-shadow: 2px 2px 8px #aa03cc;
Soft neon halo
text-shadow: 0 0 14px rgba(170, 3, 204, 0.45);
box-shadow: 0 12px 32px -8px rgba(170, 3, 204, 0.45);
border: 3px solid #aa03cc; background: linear-gradient(135deg, #aa03cc, #CC0368);
Monochromatic scale
Palettes built from #aa03cc
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 13 away, with its history, psychology and brand usage.
#aa03cc 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.
#aa03cc, answered
What color is #aa03cc?
#aa03cc is a dark electric violet, closest to Dark Orchid (ΔE2000 3.6). It sits at 290° on the hue wheel with 97% saturation and 41% lightness, which reads as neutral.
What is the RGB value of #aa03cc?
rgb(170, 3, 204) — 170 red, 3 green and 204 blue out of 255, or 66.7% / 1.2% / 80% by channel.
Is #aa03cc a light or a dark color?
It is a dark color. Relative luminance is 0.1297 and perceived brightness is 45%, so white text on it reaches 5.84:1.
Should I use black or white text on #aa03cc?
White. It scores 5.84:1 against #aa03cc, versus 3.59:1 for black — AA at any size.
What is the complementary color of #aa03cc?
#25CC03 sits directly opposite on the wheel. Softer options are the split-complements #89CC03 and #03CC46, which give the same contrast with far less vibration.
What colors go well with #aa03cc?
For interface work: #F9F4FA as the surface, #E5C0ED for borders, #8D4B9B for secondary text, #56CC00 as an accent and #69027E for hover and pressed states. For a palette, the analogous pair #4603CC and #CC0389 stays calm, while #25CC03 is the loudest partner.
What is #aa03cc in CMYK for printing?
cmyk(17%, 99%, 0%, 20%). 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 #aa03cc warm or cool?
Neutral — it scores 56 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #CC03A4; nudged cooler, #6001CE.