Magenta

#BC1EFA

Purple

Color Codes

All color formats for development

HEX
#BC1EFA
RGB
rgb(188, 30, 250)
HSL
hsl(283, 96%, 55%)
OKLCH
oklch(0.609 0.29 312.7)
CMYK
cmyk(25%, 88%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

4.46:1

AA AAA

On Black Background

4.70:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FBF0
100
#F5DC
200
#ECBE
300
#DD8C
400
#CB50
500
#BC1E
600
#9F04
700
#7E04
800
#5A03
900
#3A02
950
#2401

Shades

Darker variations

1#B305F7
2#9F04DC
3#8B04C0
4#7703A5
5#630389
6#4F026E
7#3C0252
8#280137
9#14011B

Tints

Lighter variations

1#C335FB
2#C94BFB
3#D062FC
4#D778FC
5#DD8FFD
6#E4A5FD
7#EBBCFE
8#F2D2FE
9#F8E9FF

Tones

Muted variations

1#B729EF
2#B234E4
3#AE3FD9
4#A94ACE
5#A455C3
6#9F60B8
7#9B6BAD
8#9676A2
9#918197

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FBF0
#FBF0FF
BackgroundsSubtle highlightsCard backgrounds
100
F5DC
#F5DCFE
Light backgroundsTable row hoverSkeleton loading
200
ECBE
#ECBEFE
Secondary backgroundsInput backgroundsDividers
300
DD8C
#DD8CFD
BordersInactive statesPlaceholder text
400
CB50
#CB50FB
Disabled statesSecondary iconsMuted text
500
BC1E
#BC1EFA
Primary brand colorCTAsActive elementsLinks
600
9F04
#9F04DC
Hover statesFocus ringsPrimary buttons hover
700
7E04
#7E04AF
Active/pressed statesDark mode accentsSecondary text
800
5A03
#5A037D
Text on light backgroundsHeadingsStrong borders
900
3A02
#3A0250
Primary textHigh emphasis contentDark headings
950
2401
#240132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --magenta-50: #FBF0FF;
  --magenta-100: #F5DCFE;
  --magenta-200: #ECBEFE;
  --magenta-300: #DD8CFD;
  --magenta-400: #CB50FB;
  --magenta-500: #BC1EFA;
  --magenta-600: #9F04DC;
  --magenta-700: #7E04AF;
  --magenta-800: #5A037D;
  --magenta-900: #3A0250;
  --magenta-950: #240132;
}
Generate More ShadesCreate PaletteConvert Color