Plum

#AB98F1

Blue

Color Codes

All color formats for development

HEX
#AB98F1
RGB
rgb(171, 152, 241)
HSL
hsl(253, 76%, 77%)
OKLCH
oklch(0.731 0.128 292.8)
CMYK
cmyk(29%, 37%, 0%, 5%)

Accessibility

WCAG contrast compliance

On White Background

2.47:1

AA AAA

On Black Background

8.49:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F2
100
#E5E0
200
#D0C5
300
#AB98
400
#7F62
500
#5B35
600
#401B
700
#3315
800
#240F
900
#170A
950
#0F06

Shades

Darker variations

1#8F75EC
2#7353E7
3#5730E3
4#431CCF
5#3818AD
6#2D138A
7#220E68
8#160945
9#0B0523

Tints

Lighter variations

1#B3A2F2
2#BCACF4
3#C4B7F5
4#CDC1F7
5#D5CBF8
6#DDD6F9
7#E6E0FB
8#EEEAFC
9#F7F5FE

Tones

Muted variations

1#AE9CEC
2#B0A1E8
3#B3A5E4
4#B5AADF
5#B8AEDB
6#BAB3D6
7#BDB7D2
8#BFBBCD
9#C2C0C9

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F2
#F4F2FD
BackgroundsSubtle highlightsCard backgrounds
100
E5E0
#E5E0FB
Light backgroundsTable row hoverSkeleton loading
200
D0C5
#D0C5F7
Secondary backgroundsInput backgroundsDividers
300
AB98
#AB98F1
BordersInactive statesPlaceholder text
400
7F62
#7F62EA
Disabled statesSecondary iconsMuted text
500
5B35
#5B35E3
Primary brand colorCTAsActive elementsLinks
600
401B
#401BC5
Hover statesFocus ringsPrimary buttons hover
700
3315
#33159D
Active/pressed statesDark mode accentsSecondary text
800
240F
#240F70
Text on light backgroundsHeadingsStrong borders
900
170A
#170A48
Primary textHigh emphasis contentDark headings
950
0F06
#0F062D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --plum-50: #F4F2FD;
  --plum-100: #E5E0FB;
  --plum-200: #D0C5F7;
  --plum-300: #AB98F1;
  --plum-400: #7F62EA;
  --plum-500: #5B35E3;
  --plum-600: #401BC5;
  --plum-700: #33159D;
  --plum-800: #240F70;
  --plum-900: #170A48;
  --plum-950: #0F062D;
}
Generate More ShadesCreate PaletteConvert Color