Plum

#BFBFFC

Blue

Color Codes

All color formats for development

HEX
#BFBFFC
RGB
rgb(191, 191, 252)
HSL
hsl(240, 91%, 87%)
OKLCH
oklch(0.826 0.085 284.4)
CMYK
cmyk(24%, 24%, 0%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.74:1

AA AAA

On Black Background

12.07:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F0
100
#DDDD
200
#C0C0
300
#8F8F
400
#5555
500
#2424
600
#0A0A
700
#0808
800
#0606
900
#0404
950
#0202

Shades

Darker variations

1#9595FA
2#6B6BF8
3#4141F6
4#1616F4
5#0A0AD4
6#0808A9
7#06067F
8#040455
9#02022A

Tints

Lighter variations

1#C6C6FC
2#CCCCFD
3#D3D3FD
4#D9D9FD
5#DFDFFE
6#E6E6FE
7#ECECFE
8#F2F2FE
9#F9F9FF

Tones

Muted variations

1#C3C3F9
2#C6C6F6
3#C9C9F3
4#CCCCF0
5#CFCFED
6#D2D2EA
7#D5D5E7
8#D8D8E4
9#DBDBE1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F0
#F0F0FE
BackgroundsSubtle highlightsCard backgrounds
100
DDDD
#DDDDFD
Light backgroundsTable row hoverSkeleton loading
200
C0C0
#C0C0FC
Secondary backgroundsInput backgroundsDividers
300
8F8F
#8F8FFA
BordersInactive statesPlaceholder text
400
5555
#5555F7
Disabled statesSecondary iconsMuted text
500
2424
#2424F5
Primary brand colorCTAsActive elementsLinks
600
0A0A
#0A0AD6
Hover statesFocus ringsPrimary buttons hover
700
0808
#0808AA
Active/pressed statesDark mode accentsSecondary text
800
0606
#06067A
Text on light backgroundsHeadingsStrong borders
900
0404
#04044E
Primary textHigh emphasis contentDark headings
950
0202
#020231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --plum-50: #F0F0FE;
  --plum-100: #DDDDFD;
  --plum-200: #C0C0FC;
  --plum-300: #8F8FFA;
  --plum-400: #5555F7;
  --plum-500: #2424F5;
  --plum-600: #0A0AD6;
  --plum-700: #0808AA;
  --plum-800: #06067A;
  --plum-900: #04044E;
  --plum-950: #020231;
}
Generate More ShadesCreate PaletteConvert Color