Plum

#AF8AFF

Purple

Color Codes

All color formats for development

HEX
#AF8AFF
RGB
rgb(175, 138, 255)
HSL
hsl(259, 100%, 77%)
OKLCH
oklch(0.717 0.168 296.5)
CMYK
cmyk(31%, 46%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

2.66:1

AA AAA

On Black Background

7.90:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F0
100
#E7DB
200
#D2BD
300
#AF8A
400
#854D
500
#621A
600
#4700
700
#3900
800
#2800
900
#1A00
950
#1000

Shades

Darker variations

1#9462FF
2#793BFF
3#5E14FF
4#4B00EC
5#3E00C4
6#32009D
7#250076
8#19004F
9#0C0027

Tints

Lighter variations

1#B795FF
2#BFA1FF
3#C7ADFF
4#CFB9FF
5#D7C4FF
6#DFD0FF
7#E7DCFF
8#EFE8FF
9#F7F3FF

Tones

Muted variations

1#B190F9
2#B395F3
3#B59BED
4#B7A1E8
5#BAA7E2
6#BCADDC
7#BEB3D6
8#C0B9D0
9#C2BECA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F0
#F5F0FF
BackgroundsSubtle highlightsCard backgrounds
100
E7DB
#E7DBFF
Light backgroundsTable row hoverSkeleton loading
200
D2BD
#D2BDFF
Secondary backgroundsInput backgroundsDividers
300
AF8A
#AF8AFF
BordersInactive statesPlaceholder text
400
854D
#854DFF
Disabled statesSecondary iconsMuted text
500
621A
#621AFF
Primary brand colorCTAsActive elementsLinks
600
4700
#4700E0
Hover statesFocus ringsPrimary buttons hover
700
3900
#3900B3
Active/pressed statesDark mode accentsSecondary text
800
2800
#280080
Text on light backgroundsHeadingsStrong borders
900
1A00
#1A0052
Primary textHigh emphasis contentDark headings
950
1000
#100033
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --plum-50: #F5F0FF;
  --plum-100: #E7DBFF;
  --plum-200: #D2BDFF;
  --plum-300: #AF8AFF;
  --plum-400: #854DFF;
  --plum-500: #621AFF;
  --plum-600: #4700E0;
  --plum-700: #3900B3;
  --plum-800: #280080;
  --plum-900: #1A0052;
  --plum-950: #100033;
}
Generate More ShadesCreate PaletteConvert Color