Plum

#C0C0FB

Blue

Color Codes

All color formats for development

HEX
#C0C0FB
RGB
rgb(192, 192, 251)
HSL
hsl(240, 88%, 87%)
OKLCH
oklch(0.828 0.082 284.5)
CMYK
cmyk(24%, 24%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.72:1

AA AAA

On Black Background

12.17:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F1
100
#DDDD
200
#C1C1
300
#9191
400
#5757
500
#2727
600
#0D0D
700
#0B0B
800
#0808
900
#0505
950
#0303

Shades

Darker variations

1#9797F8
2#6D6DF6
3#4444F3
4#1A1AF0
5#0D0DD1
6#0B0BA7
7#08087D
8#050553
9#03032A

Tints

Lighter variations

1#C7C7FB
2#CDCDFC
3#D3D3FC
4#DADAFD
5#E0E0FD
6#E6E6FD
7#ECECFE
8#F3F3FE
9#F9F9FF

Tones

Muted variations

1#C4C4F8
2#C7C7F5
3#C9C9F2
4#CCCCEF
5#CFCFEC
6#D2D2EA
7#D5D5E7
8#D8D8E4
9#DBDBE1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F1
#F1F1FE
BackgroundsSubtle highlightsCard backgrounds
100
DDDD
#DDDDFD
Light backgroundsTable row hoverSkeleton loading
200
C1C1
#C1C1FB
Secondary backgroundsInput backgroundsDividers
300
9191
#9191F8
BordersInactive statesPlaceholder text
400
5757
#5757F4
Disabled statesSecondary iconsMuted text
500
2727
#2727F1
Primary brand colorCTAsActive elementsLinks
600
0D0D
#0D0DD3
Hover statesFocus ringsPrimary buttons hover
700
0B0B
#0B0BA8
Active/pressed statesDark mode accentsSecondary text
800
0808
#080878
Text on light backgroundsHeadingsStrong borders
900
0505
#05054D
Primary textHigh emphasis contentDark headings
950
0303
#030330
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --plum-50: #F1F1FE;
  --plum-100: #DDDDFD;
  --plum-200: #C1C1FB;
  --plum-300: #9191F8;
  --plum-400: #5757F4;
  --plum-500: #2727F1;
  --plum-600: #0D0DD3;
  --plum-700: #0B0BA8;
  --plum-800: #080878;
  --plum-900: #05054D;
  --plum-950: #030330;
}
Generate More ShadesCreate PaletteConvert Color