Plum

#A694F5

Blue

Color Codes

All color formats for development

HEX
#A694F5
RGB
rgb(166, 148, 245)
HSL
hsl(251, 83%, 77%)
OKLCH
oklch(0.722 0.139 291)
CMYK
cmyk(32%, 40%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

2.57:1

AA AAA

On Black Background

8.18:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F1
100
#E4DE
200
#CCC2
300
#A694
400
#775C
500
#502D
600
#3513
700
#2A0F
800
#1E0B
900
#1307
950
#0C04

Shades

Darker variations

1#8870F2
2#6A4CEE
3#4C28EB
4#3814D8
5#2F11B4
6#250D90
7#1C0A6C
8#130748
9#090324

Tints

Lighter variations

1#AE9EF6
2#B7A9F7
3#C0B4F8
4#C9BFF9
5#D2C9FA
6#DBD4FB
7#E4DFFC
8#EDEAFD
9#F6F4FE

Tones

Muted variations

1#A999F0
2#AC9DEB
3#AFA2E6
4#B2A7E2
5#B5ACDD
6#B8B1D8
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
E4DE
#E4DEFC
Light backgroundsTable row hoverSkeleton loading
200
CCC2
#CCC2F9
Secondary backgroundsInput backgroundsDividers
300
A694
#A694F5
BordersInactive statesPlaceholder text
400
775C
#775CF0
Disabled statesSecondary iconsMuted text
500
502D
#502DEB
Primary brand colorCTAsActive elementsLinks
600
3513
#3513CD
Hover statesFocus ringsPrimary buttons hover
700
2A0F
#2A0FA3
Active/pressed statesDark mode accentsSecondary text
800
1E0B
#1E0B75
Text on light backgroundsHeadingsStrong borders
900
1307
#13074B
Primary textHigh emphasis contentDark headings
950
0C04
#0C042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --plum-50: #F3F1FE;
  --plum-100: #E4DEFC;
  --plum-200: #CCC2F9;
  --plum-300: #A694F5;
  --plum-400: #775CF0;
  --plum-500: #502DEB;
  --plum-600: #3513CD;
  --plum-700: #2A0FA3;
  --plum-800: #1E0B75;
  --plum-900: #13074B;
  --plum-950: #0C042F;
}
Generate More ShadesCreate PaletteConvert Color