Plum

#C9BEFE

Blue

Color Codes

All color formats for development

HEX
#C9BEFE
RGB
rgb(201, 190, 254)
HSL
hsl(250, 97%, 87%)
OKLCH
oklch(0.833 0.089 292.2)
CMYK
cmyk(21%, 25%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.71:1

AA AAA

On Black Background

12.28:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F0
100
#E2DC
200
#C8BE
300
#9E8B
400
#6C4F
500
#421D
600
#2803
700
#2003
800
#1702
900
#0E01
950
#0901

Shades

Darker variations

1#A492FD
2#7F66FD
3#5B3BFC
4#360FFB
5#2703DB
6#1F03AF
7#180283
8#100157
9#08012C

Tints

Lighter variations

1#CEC4FE
2#D3CBFE
3#D9D1FE
4#DED8FE
5#E4DEFF
6#E9E5FF
7#EFEBFF
8#F4F2FF
9#FAF8FF

Tones

Muted variations

1#CBC1FB
2#CDC4F8
3#CFC7F4
4#D1CBF1
5#D3CEEE
6#D5D1EB
7#D7D4E7
8#DAD7E4
9#DCDBE1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F0
#F2F0FF
BackgroundsSubtle highlightsCard backgrounds
100
E2DC
#E2DCFE
Light backgroundsTable row hoverSkeleton loading
200
C8BE
#C8BEFE
Secondary backgroundsInput backgroundsDividers
300
9E8B
#9E8BFD
BordersInactive statesPlaceholder text
400
6C4F
#6C4FFC
Disabled statesSecondary iconsMuted text
500
421D
#421DFC
Primary brand colorCTAsActive elementsLinks
600
2803
#2803DD
Hover statesFocus ringsPrimary buttons hover
700
2003
#2003B0
Active/pressed statesDark mode accentsSecondary text
800
1702
#17027E
Text on light backgroundsHeadingsStrong borders
900
0E01
#0E0150
Primary textHigh emphasis contentDark headings
950
0901
#090132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --plum-50: #F2F0FF;
  --plum-100: #E2DCFE;
  --plum-200: #C8BEFE;
  --plum-300: #9E8BFD;
  --plum-400: #6C4FFC;
  --plum-500: #421DFC;
  --plum-600: #2803DD;
  --plum-700: #2003B0;
  --plum-800: #17027E;
  --plum-900: #0E0150;
  --plum-950: #090132;
}
Generate More ShadesCreate PaletteConvert Color