Plum

#C1C1FA

Blue

Color Codes

All color formats for development

HEX
#C1C1FA
RGB
rgb(193, 193, 250)
HSL
hsl(240, 85%, 87%)
OKLCH
oklch(0.831 0.08 284.5)
CMYK
cmyk(23%, 23%, 0%, 2%)

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
#F1F1
100
#DEDE
200
#C2C2
300
#9292
400
#5A5A
500
#2B2B
600
#1111
700
#0D0D
800
#0A0A
900
#0606
950
#0404

Shades

Darker variations

1#9999F7
2#7070F3
3#4747F0
4#1E1EED
5#1111CD
6#0D0DA4
7#0A0A7B
8#070752
9#030329

Tints

Lighter variations

1#C8C8FB
2#CECEFB
3#D4D4FC
4#DADAFC
5#E0E0FD
6#E6E6FD
7#EDEDFE
8#F3F3FE
9#F9F9FF

Tones

Muted variations

1#C4C4F7
2#C7C7F4
3#CACAF2
4#CDCDEF
5#D0D0EC
6#D3D3E9
7#D5D5E6
8#D8D8E3
9#DBDBE1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F1
#F1F1FE
BackgroundsSubtle highlightsCard backgrounds
100
DEDE
#DEDEFC
Light backgroundsTable row hoverSkeleton loading
200
C2C2
#C2C2FA
Secondary backgroundsInput backgroundsDividers
300
9292
#9292F6
BordersInactive statesPlaceholder text
400
5A5A
#5A5AF2
Disabled statesSecondary iconsMuted text
500
2B2B
#2B2BEE
Primary brand colorCTAsActive elementsLinks
600
1111
#1111D0
Hover statesFocus ringsPrimary buttons hover
700
0D0D
#0D0DA5
Active/pressed statesDark mode accentsSecondary text
800
0A0A
#0A0A76
Text on light backgroundsHeadingsStrong borders
900
0606
#06064B
Primary textHigh emphasis contentDark headings
950
0404
#04042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --plum-50: #F1F1FE;
  --plum-100: #DEDEFC;
  --plum-200: #C2C2FA;
  --plum-300: #9292F6;
  --plum-400: #5A5AF2;
  --plum-500: #2B2BEE;
  --plum-600: #1111D0;
  --plum-700: #0D0DA5;
  --plum-800: #0A0A76;
  --plum-900: #06064B;
  --plum-950: #04042F;
}
Generate More ShadesCreate PaletteConvert Color