Magenta

#941CFD

Purple

Color Codes

All color formats for development

HEX
#941CFD
RGB
rgb(148, 28, 253)
HSL
hsl(272, 98%, 55%)
OKLCH
oklch(0.56 0.285 300.1)
CMYK
cmyk(42%, 89%, 0%, 1%)

Accessibility

WCAG contrast compliance

On White Background

5.46: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
#E0BD
300
#C88B
400
#AC4E
500
#941C
600
#7802
700
#5F02
800
#4401
900
#2B01
950
#1B01

Shades

Darker variations

1#8603FA
2#7802DE
3#6902C2
4#5A02A7
5#4B018B
6#3C016F
7#2D0153
8#1E0138
9#0F001C

Tints

Lighter variations

1#9E33FD
2#A949FD
3#B460FD
4#BF77FE
5#C98DFE
6#D4A4FE
7#DFBBFE
8#EAD2FF
9#F4E8FF

Tones

Muted variations

1#9327F1
2#9232E6
3#913EDB
4#9149D0
5#9054C4
6#8F5FB9
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
#EEDCFF
Light backgroundsTable row hoverSkeleton loading
200
E0BD
#E0BDFE
Secondary backgroundsInput backgroundsDividers
300
C88B
#C88BFE
BordersInactive statesPlaceholder text
400
AC4E
#AC4EFD
Disabled statesSecondary iconsMuted text
500
941C
#941CFD
Primary brand colorCTAsActive elementsLinks
600
7802
#7802DE
Hover statesFocus ringsPrimary buttons hover
700
5F02
#5F02B1
Active/pressed statesDark mode accentsSecondary text
800
4401
#44017E
Text on light backgroundsHeadingsStrong borders
900
2B01
#2B0151
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: #EEDCFF;
  --magenta-200: #E0BDFE;
  --magenta-300: #C88BFE;
  --magenta-400: #AC4EFD;
  --magenta-500: #941CFD;
  --magenta-600: #7802DE;
  --magenta-700: #5F02B1;
  --magenta-800: #44017E;
  --magenta-900: #2B0151;
  --magenta-950: #1B0132;
}
Generate More ShadesCreate PaletteConvert Color