Plum

#A494F5

Blue

Color Codes

All color formats for development

HEX
#A494F5
RGB
rgb(164, 148, 245)
HSL
hsl(250, 83%, 77%)
OKLCH
oklch(0.72 0.139 290)
CMYK
cmyk(33%, 40%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

2.58:1

AA AAA

On Black Background

8.13:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F1
100
#E3DE
200
#CCC2
300
#A494
400
#745C
500
#4D2D
600
#3213
700
#280F
800
#1C0B
900
#1207
950
#0B04

Shades

Darker variations

1#8570F2
2#674CEE
3#4828EB
4#3514D8
5#2C11B4
6#230D90
7#1A0A6C
8#120748
9#090324

Tints

Lighter variations

1#AD9EF6
2#B6A9F7
3#BFB4F8
4#C8BFF9
5#D1C9FA
6#DBD4FB
7#E4DFFC
8#EDEAFD
9#F6F4FE

Tones

Muted variations

1#A799F0
2#AA9DEB
3#AEA2E6
4#B1A7E2
5#B4ACDD
6#B7B1D8
7#BBB6D3
8#BEBBCE
9#C1BFC9

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F1
#F3F1FE
BackgroundsSubtle highlightsCard backgrounds
100
E3DE
#E3DEFC
Light backgroundsTable row hoverSkeleton loading
200
CCC2
#CCC2F9
Secondary backgroundsInput backgroundsDividers
300
A494
#A494F5
BordersInactive statesPlaceholder text
400
745C
#745CF0
Disabled statesSecondary iconsMuted text
500
4D2D
#4D2DEB
Primary brand colorCTAsActive elementsLinks
600
3213
#3213CD
Hover statesFocus ringsPrimary buttons hover
700
280F
#280FA3
Active/pressed statesDark mode accentsSecondary text
800
1C0B
#1C0B75
Text on light backgroundsHeadingsStrong borders
900
1207
#12074B
Primary textHigh emphasis contentDark headings
950
0B04
#0B042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --plum-50: #F3F1FE;
  --plum-100: #E3DEFC;
  --plum-200: #CCC2F9;
  --plum-300: #A494F5;
  --plum-400: #745CF0;
  --plum-500: #4D2DEB;
  --plum-600: #3213CD;
  --plum-700: #280FA3;
  --plum-800: #1C0B75;
  --plum-900: #12074B;
  --plum-950: #0B042F;
}
Generate More ShadesCreate PaletteConvert Color