Magenta

#B925F4

Purple

Color Codes

All color formats for development

HEX
#B925F4
RGB
rgb(185, 37, 244)
HSL
hsl(283, 90%, 55%)
OKLCH
oklch(0.604 0.28 313)
CMYK
cmyk(24%, 85%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

4.53:1

AA AAA

On Black Background

4.63:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FAF0
100
#F4DD
200
#EBC0
300
#DB90
400
#C955
500
#B925
600
#9C0B
700
#7C09
800
#5906
900
#3904
950
#2303

Shades

Darker variations

1#AF0DF0
2#9C0BD5
3#880ABB
4#7508A0
5#610785
6#4E066B
7#3A0450
8#270335
9#13011B

Tints

Lighter variations

1#C03BF5
2#C751F6
3#CE66F7
4#D57CF8
5#DC92F9
6#E3A8FA
7#EABEFC
8#F1D3FD
9#F8E9FE

Tones

Muted variations

1#B52FE9
2#B03ADF
3#AC44D5
4#A74ECA
5#A359C0
6#9E63B6
7#9A6DAB
8#9578A1
9#918297

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FAF0
#FAF0FE
BackgroundsSubtle highlightsCard backgrounds
100
F4DD
#F4DDFD
Light backgroundsTable row hoverSkeleton loading
200
EBC0
#EBC0FC
Secondary backgroundsInput backgroundsDividers
300
DB90
#DB90F9
BordersInactive statesPlaceholder text
400
C955
#C955F6
Disabled statesSecondary iconsMuted text
500
B925
#B925F4
Primary brand colorCTAsActive elementsLinks
600
9C0B
#9C0BD5
Hover statesFocus ringsPrimary buttons hover
700
7C09
#7C09AA
Active/pressed statesDark mode accentsSecondary text
800
5906
#590679
Text on light backgroundsHeadingsStrong borders
900
3904
#39044E
Primary textHigh emphasis contentDark headings
950
2303
#230330
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --magenta-50: #FAF0FE;
  --magenta-100: #F4DDFD;
  --magenta-200: #EBC0FC;
  --magenta-300: #DB90F9;
  --magenta-400: #C955F6;
  --magenta-500: #B925F4;
  --magenta-600: #9C0BD5;
  --magenta-700: #7C09AA;
  --magenta-800: #590679;
  --magenta-900: #39044E;
  --magenta-950: #230330;
}
Generate More ShadesCreate PaletteConvert Color