Magenta

#A823F6

Purple

Color Codes

All color formats for development

HEX
#A823F6
RGB
rgb(168, 35, 246)
HSL
hsl(278, 92%, 55%)
OKLCH
oklch(0.582 0.279 307.5)
CMYK
cmyk(32%, 86%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

4.96:1

AA AAA

On Black Background

4.24:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F9F0
100
#F2DD
200
#E6BF
300
#D38E
400
#BC54
500
#A823
600
#8C09
700
#6F07
800
#4F05
900
#3303
950
#2002

Shades

Darker variations

1#9D0AF2
2#8C09D7
3#7A08BC
4#6907A2
5#570687
6#46046C
7#340351
8#230236
9#11011B

Tints

Lighter variations

1#B139F7
2#BA4FF8
3#C265F9
4#CB7BF9
5#D491FA
6#DCA7FB
7#E5BDFC
8#EED3FD
9#F6E9FE

Tones

Muted variations

1#A62DEB
2#A338E1
3#A042D6
4#9D4DCC
5#9A57C1
6#9862B6
7#956DAC
8#9277A1
9#8F8297

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F9F0
#F9F0FE
BackgroundsSubtle highlightsCard backgrounds
100
F2DD
#F2DDFE
Light backgroundsTable row hoverSkeleton loading
200
E6BF
#E6BFFC
Secondary backgroundsInput backgroundsDividers
300
D38E
#D38EFA
BordersInactive statesPlaceholder text
400
BC54
#BC54F8
Disabled statesSecondary iconsMuted text
500
A823
#A823F6
Primary brand colorCTAsActive elementsLinks
600
8C09
#8C09D7
Hover statesFocus ringsPrimary buttons hover
700
6F07
#6F07AB
Active/pressed statesDark mode accentsSecondary text
800
4F05
#4F057A
Text on light backgroundsHeadingsStrong borders
900
3303
#33034E
Primary textHigh emphasis contentDark headings
950
2002
#200231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --magenta-50: #F9F0FE;
  --magenta-100: #F2DDFE;
  --magenta-200: #E6BFFC;
  --magenta-300: #D38EFA;
  --magenta-400: #BC54F8;
  --magenta-500: #A823F6;
  --magenta-600: #8C09D7;
  --magenta-700: #6F07AB;
  --magenta-800: #4F057A;
  --magenta-900: #33034E;
  --magenta-950: #200231;
}
Generate More ShadesCreate PaletteConvert Color