Plum

#BA90F9

Purple

Color Codes

All color formats for development

HEX
#BA90F9
RGB
rgb(186, 144, 249)
HSL
hsl(264, 90%, 77%)
OKLCH
oklch(0.734 0.153 301.2)
CMYK
cmyk(25%, 42%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

2.49:1

AA AAA

On Black Background

8.45:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F0
100
#EADD
200
#D8C0
300
#BA90
400
#9655
500
#7825
600
#5C0B
700
#4909
800
#3406
900
#2104
950
#1503

Shades

Darker variations

1#A36AF7
2#8B45F5
3#7420F3
4#610CE0
5#510ABB
6#400895
7#300670
8#20044B
9#100225

Tints

Lighter variations

1#C19BFA
2#C8A6FA
3#CFB1FB
4#D5BCFB
5#DCC7FC
6#E3D2FD
7#EADEFD
8#F1E9FE
9#F8F4FE

Tones

Muted variations

1#BB95F4
2#BC9AEF
3#BD9FE9
4#BEA5E4
5#BFAADF
6#C0AFD9
7#C1B5D4
8#C2BACF
9#C3BFCA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F0
#F6F0FE
BackgroundsSubtle highlightsCard backgrounds
100
EADD
#EADDFD
Light backgroundsTable row hoverSkeleton loading
200
D8C0
#D8C0FC
Secondary backgroundsInput backgroundsDividers
300
BA90
#BA90F9
BordersInactive statesPlaceholder text
400
9655
#9655F6
Disabled statesSecondary iconsMuted text
500
7825
#7825F4
Primary brand colorCTAsActive elementsLinks
600
5C0B
#5C0BD5
Hover statesFocus ringsPrimary buttons hover
700
4909
#4909AA
Active/pressed statesDark mode accentsSecondary text
800
3406
#340679
Text on light backgroundsHeadingsStrong borders
900
2104
#21044E
Primary textHigh emphasis contentDark headings
950
1503
#150330
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --plum-50: #F6F0FE;
  --plum-100: #EADDFD;
  --plum-200: #D8C0FC;
  --plum-300: #BA90F9;
  --plum-400: #9655F6;
  --plum-500: #7825F4;
  --plum-600: #5C0BD5;
  --plum-700: #4909AA;
  --plum-800: #340679;
  --plum-900: #21044E;
  --plum-950: #150330;
}
Generate More ShadesCreate PaletteConvert Color