Magenta

#9B1CFD

Purple

Color Codes

All color formats for development

HEX
#9B1CFD
RGB
rgb(155, 28, 253)
HSL
hsl(274, 98%, 55%)
OKLCH
oklch(0.568 0.286 302.3)
CMYK
cmyk(39%, 89%, 0%, 1%)

Accessibility

WCAG contrast compliance

On White Background

5.28:1

AA AAA

On Black Background

3.98:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F8F0
100
#EFDC
200
#E2BD
300
#CC8B
400
#B14E
500
#9B1C
600
#7F02
700
#6502
800
#4801
900
#2E01
950
#1D01

Shades

Darker variations

1#8F03FA
2#7F02DE
3#6F02C2
4#5F02A7
5#4F018B
6#3F016F
7#300153
8#200138
9#10001C

Tints

Lighter variations

1#A533FD
2#AF49FD
3#B960FD
4#C377FE
5#CD8DFE
6#D7A4FE
7#E1BBFE
8#EBD2FF
9#F5E8FF

Tones

Muted variations

1#9A27F1
2#9832E6
3#973EDB
4#9549D0
5#9454C4
6#925FB9
7#916BAE
8#8F76A3
9#8E8197

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F8F0
#F8F0FF
BackgroundsSubtle highlightsCard backgrounds
100
EFDC
#EFDCFF
Light backgroundsTable row hoverSkeleton loading
200
E2BD
#E2BDFE
Secondary backgroundsInput backgroundsDividers
300
CC8B
#CC8BFE
BordersInactive statesPlaceholder text
400
B14E
#B14EFD
Disabled statesSecondary iconsMuted text
500
9B1C
#9B1CFD
Primary brand colorCTAsActive elementsLinks
600
7F02
#7F02DE
Hover statesFocus ringsPrimary buttons hover
700
6502
#6502B1
Active/pressed statesDark mode accentsSecondary text
800
4801
#48017E
Text on light backgroundsHeadingsStrong borders
900
2E01
#2E0151
Primary textHigh emphasis contentDark headings
950
1D01
#1D0132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --magenta-50: #F8F0FF;
  --magenta-100: #EFDCFF;
  --magenta-200: #E2BDFE;
  --magenta-300: #CC8BFE;
  --magenta-400: #B14EFD;
  --magenta-500: #9B1CFD;
  --magenta-600: #7F02DE;
  --magenta-700: #6502B1;
  --magenta-800: #48017E;
  --magenta-900: #2E0151;
  --magenta-950: #1D0132;
}
Generate More ShadesCreate PaletteConvert Color