#a05ddf
a balanced, vivid violet · cool · closest name: Medium Purple
At a glance
Every number on this page in one read: what #a05ddf 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 | #a05ddf |
| RGB | rgb(160, 93, 223) |
| HSL | hsl(271, 67%, 62%) |
| CMYK | cmyk(28%, 58%, 0%, 13%) |
| LAB | lab(52.5 51.4 -56.1) |
| LCH | lch(52.5 76.1 312.5) |
| OKLCH | oklch(0.613 0.194 305.1) |
| Decimal | 10509791 |
| Display P3 | color(display-p3 0.627 0.365 0.875) |
Copy-ready code
/* CSS */
color: #a05ddf;
background-color: #a05ddf;
/* Tailwind (arbitrary) */
class="text-[#a05ddf] bg-[#a05ddf]"
/* SCSS */
$brand: #a05ddf;
/* SwiftUI */
Color(red: 0.627, green: 0.365, blue: 0.875)
/* Android */
Color.parseColor("#a05ddf")
/* Flutter */
Color(0xFFA05DDF)
/* Python / OpenCV (BGR) */
(223, 93, 160)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. #a05ddf 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: #F7F3FB;
--brand-100: #F0E8F8;
--brand-200: #DECAF1;
--brand-300: #C8A1EC;
--brand-400: #a05ddf;
--brand-500: #9144DA;
--brand-600: #7D28CC;
--brand-700: #6822AA;
--brand-800: #531B88;
--brand-900: #3E1763;
--brand-950: #270F3E;
--brand: #a05ddf;
--brand-ink: #000000;
}Colors that work with #a05ddf
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 #a05ddf
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 | #9CDF5D | Directly opposite — maximum tension | |
| Analogous left | #5F5DDF | Neighbour, quieter | |
| Analogous right | #DF5DDD | Neighbour, quieter | |
| Split-complement 1 | #DDDF5D | Contrast without the clash | |
| Split-complement 2 | #5DDF5F | Contrast without the clash | |
| Triadic 1 | #DFA05D | Even thirds — balanced and loud | |
| Triadic 2 | #5DDFA0 | Even thirds — balanced and loud | |
| Tetradic | #DF5F5D | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#a05ddf text on a black background
contrast 5.13:1
#a05ddf text on a white background
contrast 4.10:1
CSS3 live lab
The quick brown fox
color: #a05ddf;
background-color: #a05ddf;
Glowing headline
text-shadow: 2px 2px 8px #a05ddf;
Soft neon halo
text-shadow: 0 0 14px rgba(160, 93, 223, 0.45);
box-shadow: 0 12px 32px -8px rgba(160, 93, 223, 0.45);
border: 3px solid #a05ddf; background: linear-gradient(135deg, #a05ddf, #DF5DC7);
Monochromatic scale
Palettes built from #a05ddf
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: Orchid (#da70d6) — ΔE2000 13.5 away, with its history, psychology and brand usage.
#a05ddf in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Converts to four-color process without much drama. Proof it anyway.
#a05ddf, answered
What color is #a05ddf?
#a05ddf is a balanced vivid violet, closest to Medium Purple (ΔE2000 5.6). It sits at 271° on the hue wheel with 67% saturation and 62% lightness, which reads as cool.
What is the RGB value of #a05ddf?
rgb(160, 93, 223) — 160 red, 93 green and 223 blue out of 255, or 62.7% / 36.5% / 87.5% by channel.
Is #a05ddf a light or a dark color?
It is a mid-tone. Relative luminance is 0.2063 and perceived brightness is 53%, so black text on it reaches 5.13:1.
Should I use black or white text on #a05ddf?
Black. It scores 5.13:1 against #a05ddf, versus 4.10:1 for white — AA at any size.
What is the complementary color of #a05ddf?
#9CDF5D sits directly opposite on the wheel. Softer options are the split-complements #DDDF5D and #5DDF5F, which give the same contrast with far less vibration.
What colors go well with #a05ddf?
For interface work: #F7F4FA as the surface, #D7C0ED for borders, #744B9B for secondary text, #88AF1D as an accent and #41156A for hover and pressed states. For a palette, the analogous pair #5F5DDF and #DF5DDD stays calm, while #9CDF5D is the loudest partner.
What is #a05ddf in CMYK for printing?
cmyk(28%, 58%, 0%, 13%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #a05ddf warm or cool?
Cool — it scores 66 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #D05DDF; nudged cooler, #6F5BE1.