Magenta

#941DFC

Purple

Color Codes

All color formats for development

HEX
#941DFC
RGB
rgb(148, 29, 252)
HSL
hsl(272, 97%, 55%)
OKLCH
oklch(0.559 0.284 300.3)
CMYK
cmyk(41%, 88%, 0%, 1%)

Accessibility

WCAG contrast compliance

On White Background

5.47:1

AA AAA

On Black Background

3.84:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F8F0
100
#EEDC
200
#E0BE
300
#C88B
400
#AC4F
500
#941D
600
#7703
700
#5F03
800
#4402
900
#2B01
950
#1B01

Shades

Darker variations

1#8604F9
2#7703DD
3#6903C1
4#5A03A6
5#4B028A
6#3C026F
7#2D0153
8#1E0137
9#0F001C

Tints

Lighter variations

1#9E34FC
2#A94AFC
3#B461FD
4#BF77FD
5#C98EFD
6#D4A5FE
7#DFBBFE
8#EAD2FE
9#F4E8FF

Tones

Muted variations

1#9328F0
2#9233E5
3#913EDA
4#9149CF
5#9055C4
6#8F60B9
7#8E6BAE
8#8E76A3
9#8D8197

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F8F0
#F8F0FF
BackgroundsSubtle highlightsCard backgrounds
100
EEDC
#EEDCFE
Light backgroundsTable row hoverSkeleton loading
200
E0BE
#E0BEFE
Secondary backgroundsInput backgroundsDividers
300
C88B
#C88BFD
BordersInactive statesPlaceholder text
400
AC4F
#AC4FFC
Disabled statesSecondary iconsMuted text
500
941D
#941DFC
Primary brand colorCTAsActive elementsLinks
600
7703
#7703DD
Hover statesFocus ringsPrimary buttons hover
700
5F03
#5F03B0
Active/pressed statesDark mode accentsSecondary text
800
4402
#44027E
Text on light backgroundsHeadingsStrong borders
900
2B01
#2B0150
Primary textHigh emphasis contentDark headings
950
1B01
#1B0132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --magenta-50: #F8F0FF;
  --magenta-100: #EEDCFE;
  --magenta-200: #E0BEFE;
  --magenta-300: #C88BFD;
  --magenta-400: #AC4FFC;
  --magenta-500: #941DFC;
  --magenta-600: #7703DD;
  --magenta-700: #5F03B0;
  --magenta-800: #44027E;
  --magenta-900: #2B0150;
  --magenta-950: #1B0132;
}
Generate More ShadesCreate PaletteConvert Color