Plum

#C6BEFD

Blue

Color Codes

All color formats for development

HEX
#C6BEFD
RGB
rgb(198, 190, 253)
HSL
hsl(248, 94%, 87%)
OKLCH
oklch(0.83 0.088 290.2)
CMYK
cmyk(22%, 25%, 0%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.72:1

AA AAA

On Black Background

12.18:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F0
100
#E1DC
200
#C7BF
300
#9C8D
400
#6852
500
#3D20
600
#2307
700
#1C05
800
#1404
900
#0D02
950
#0802

Shades

Darker variations

1#A294FC
2#7C69FA
3#573EF9
4#3113F8
5#2207D7
6#1C05AC
7#150481
8#0E0356
9#07012B

Tints

Lighter variations

1#CDC5FD
2#D2CCFD
3#D8D2FE
4#DDD8FE
5#E3DFFE
6#E9E5FE
7#EEECFE
8#F4F2FF
9#F9F9FF

Tones

Muted variations

1#C9C2FA
2#CCC5F7
3#CEC8F4
4#D0CBF1
5#D2CEED
6#D5D1EA
7#D7D5E7
8#D9D8E4
9#DCDBE1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F0
#F2F0FF
BackgroundsSubtle highlightsCard backgrounds
100
E1DC
#E1DCFE
Light backgroundsTable row hoverSkeleton loading
200
C7BF
#C7BFFD
Secondary backgroundsInput backgroundsDividers
300
9C8D
#9C8DFB
BordersInactive statesPlaceholder text
400
6852
#6852FA
Disabled statesSecondary iconsMuted text
500
3D20
#3D20F8
Primary brand colorCTAsActive elementsLinks
600
2307
#2307DA
Hover statesFocus ringsPrimary buttons hover
700
1C05
#1C05AD
Active/pressed statesDark mode accentsSecondary text
800
1404
#14047C
Text on light backgroundsHeadingsStrong borders
900
0D02
#0D024F
Primary textHigh emphasis contentDark headings
950
0802
#080231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --plum-50: #F2F0FF;
  --plum-100: #E1DCFE;
  --plum-200: #C7BFFD;
  --plum-300: #9C8DFB;
  --plum-400: #6852FA;
  --plum-500: #3D20F8;
  --plum-600: #2307DA;
  --plum-700: #1C05AD;
  --plum-800: #14047C;
  --plum-900: #0D024F;
  --plum-950: #080231;
}
Generate More ShadesCreate PaletteConvert Color