Plum

#CA8EFB

Purple

Color Codes

All color formats for development

HEX
#CA8EFB
RGB
rgb(202, 142, 251)
HSL
hsl(273, 93%, 77%)
OKLCH
oklch(0.747 0.163 308.3)
CMYK
cmyk(20%, 43%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

2.39:1

AA AAA

On Black Background

8.77:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F8F0
100
#EFDD
200
#E1BF
300
#CA8E
400
#AE53
500
#9722
600
#7B08
700
#6206
800
#4604
900
#2D03
950
#1C02

Shades

Darker variations

1#B868FA
2#A642F8
3#941CF7
4#8108E3
5#6B07BD
6#560598
7#400472
8#2B034C
9#150126

Tints

Lighter variations

1#CF99FB
2#D4A4FC
3#DAB0FC
4#DFBBFD
5#E4C6FD
6#EAD2FD
7#EFDDFE
8#F4E8FE
9#FAF4FF

Tones

Muted variations

1#C993F5
2#C999F0
3#C89EEB
4#C8A4E5
5#C7A9E0
6#C7AFDA
7#C6B4D5
8#C5B9CF
9#C5BFCA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F8F0
#F8F0FE
BackgroundsSubtle highlightsCard backgrounds
100
EFDD
#EFDDFE
Light backgroundsTable row hoverSkeleton loading
200
E1BF
#E1BFFD
Secondary backgroundsInput backgroundsDividers
300
CA8E
#CA8EFB
BordersInactive statesPlaceholder text
400
AE53
#AE53F9
Disabled statesSecondary iconsMuted text
500
9722
#9722F7
Primary brand colorCTAsActive elementsLinks
600
7B08
#7B08D9
Hover statesFocus ringsPrimary buttons hover
700
6206
#6206AC
Active/pressed statesDark mode accentsSecondary text
800
4604
#46047B
Text on light backgroundsHeadingsStrong borders
900
2D03
#2D034F
Primary textHigh emphasis contentDark headings
950
1C02
#1C0231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --plum-50: #F8F0FE;
  --plum-100: #EFDDFE;
  --plum-200: #E1BFFD;
  --plum-300: #CA8EFB;
  --plum-400: #AE53F9;
  --plum-500: #9722F7;
  --plum-600: #7B08D9;
  --plum-700: #6206AC;
  --plum-800: #46047B;
  --plum-900: #2D034F;
  --plum-950: #1C0231;
}
Generate More ShadesCreate PaletteConvert Color