Magenta

#A123F6

Purple

Color Codes

All color formats for development

HEX
#A123F6
RGB
rgb(161, 35, 246)
HSL
hsl(276, 92%, 55%)
OKLCH
oklch(0.573 0.278 305.3)
CMYK
cmyk(35%, 86%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

5.14:1

AA AAA

On Black Background

4.09:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F9F0
100
#F0DD
200
#E4BF
300
#CF8E
400
#B654
500
#A123
600
#8509
700
#6A07
800
#4B05
900
#3003
950
#1E02

Shades

Darker variations

1#950AF2
2#8509D7
3#7408BC
4#6407A2
5#530687
6#42046C
7#320351
8#210236
9#11011B

Tints

Lighter variations

1#AB39F7
2#B44FF8
3#BD65F9
4#C77BF9
5#D091FA
6#DAA7FB
7#E3BDFC
8#ECD3FD
9#F6E9FE

Tones

Muted variations

1#9F2DEB
2#9D38E1
3#9B42D6
4#994DCC
5#9757C1
6#9562B6
7#936DAC
8#9077A1
9#8E8297

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F9F0
#F9F0FE
BackgroundsSubtle highlightsCard backgrounds
100
F0DD
#F0DDFE
Light backgroundsTable row hoverSkeleton loading
200
E4BF
#E4BFFC
Secondary backgroundsInput backgroundsDividers
300
CF8E
#CF8EFA
BordersInactive statesPlaceholder text
400
B654
#B654F8
Disabled statesSecondary iconsMuted text
500
A123
#A123F6
Primary brand colorCTAsActive elementsLinks
600
8509
#8509D7
Hover statesFocus ringsPrimary buttons hover
700
6A07
#6A07AB
Active/pressed statesDark mode accentsSecondary text
800
4B05
#4B057A
Text on light backgroundsHeadingsStrong borders
900
3003
#30034E
Primary textHigh emphasis contentDark headings
950
1E02
#1E0231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --magenta-50: #F9F0FE;
  --magenta-100: #F0DDFE;
  --magenta-200: #E4BFFC;
  --magenta-300: #CF8EFA;
  --magenta-400: #B654F8;
  --magenta-500: #A123F6;
  --magenta-600: #8509D7;
  --magenta-700: #6A07AB;
  --magenta-800: #4B057A;
  --magenta-900: #30034E;
  --magenta-950: #1E0231;
}
Generate More ShadesCreate PaletteConvert Color