Plum

#BE95F3

Purple

Color Codes

All color formats for development

HEX
#BE95F3
RGB
rgb(190, 149, 243)
HSL
hsl(266, 80%, 77%)
OKLCH
oklch(0.743 0.138 303.3)
CMYK
cmyk(22%, 39%, 0%, 5%)

Accessibility

WCAG contrast compliance

On White Background

2.39:1

AA AAA

On Black Background

8.78:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F1
100
#EBDF
200
#DAC3
300
#BE95
400
#9C5E
500
#8030
600
#6416
700
#5012
800
#390D
900
#2408
950
#1705

Shades

Darker variations

1#A872EF
2#934FEB
3#7D2BE7
4#6918D4
5#5814B1
6#46108D
7#350C6A
8#230847
9#120423

Tints

Lighter variations

1#C5A0F4
2#CBABF6
3#D2B5F7
4#D8C0F8
5#DFCAF9
6#E5D5FA
7#ECDFFB
8#F2EAFD
9#F9F4FE

Tones

Muted variations

1#BF9AEF
2#BF9FEA
3#C0A4E5
4#C1A8E1
5#C1ADDC
6#C2B2D7
7#C2B6D2
8#C3BBCE
9#C4C0C9

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F1
#F7F1FD
BackgroundsSubtle highlightsCard backgrounds
100
EBDF
#EBDFFB
Light backgroundsTable row hoverSkeleton loading
200
DAC3
#DAC3F8
Secondary backgroundsInput backgroundsDividers
300
BE95
#BE95F3
BordersInactive statesPlaceholder text
400
9C5E
#9C5EED
Disabled statesSecondary iconsMuted text
500
8030
#8030E8
Primary brand colorCTAsActive elementsLinks
600
6416
#6416CA
Hover statesFocus ringsPrimary buttons hover
700
5012
#5012A1
Active/pressed statesDark mode accentsSecondary text
800
390D
#390D73
Text on light backgroundsHeadingsStrong borders
900
2408
#240849
Primary textHigh emphasis contentDark headings
950
1705
#17052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --plum-50: #F7F1FD;
  --plum-100: #EBDFFB;
  --plum-200: #DAC3F8;
  --plum-300: #BE95F3;
  --plum-400: #9C5EED;
  --plum-500: #8030E8;
  --plum-600: #6416CA;
  --plum-700: #5012A1;
  --plum-800: #390D73;
  --plum-900: #240849;
  --plum-950: #17052E;
}
Generate More ShadesCreate PaletteConvert Color