Plum

#BDBDFF

Blue

Color Codes

All color formats for development

HEX
#BDBDFF
RGB
rgb(189, 189, 255)
HSL
hsl(240, 100%, 87%)
OKLCH
oklch(0.822 0.092 284.2)
CMYK
cmyk(26%, 26%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.77:1

AA AAA

On Black Background

11.89:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F0
100
#DBDB
200
#BDBD
300
#8A8A
400
#4D4D
500
#1A1A
600
#0000
700
#0000
800
#0000
900
#0000
950
#0000

Shades

Darker variations

1#9090FF
2#6464FF
3#3838FF
4#0B0BFF
5#0000DE
6#0000B1
7#000085
8#000059
9#00002C

Tints

Lighter variations

1#C3C3FF
2#CACAFF
3#D1D1FF
4#D7D7FF
5#DEDEFF
6#E4E4FF
7#EBEBFF
8#F2F2FF
9#F8F8FF

Tones

Muted variations

1#C0C0FC
2#C3C3F8
3#C7C7F5
4#CACAF2
5#CDCDEE
6#D1D1EB
7#D4D4E8
8#D7D7E4
9#DBDBE1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F0
#F0F0FF
BackgroundsSubtle highlightsCard backgrounds
100
DBDB
#DBDBFF
Light backgroundsTable row hoverSkeleton loading
200
BDBD
#BDBDFF
Secondary backgroundsInput backgroundsDividers
300
8A8A
#8A8AFF
BordersInactive statesPlaceholder text
400
4D4D
#4D4DFF
Disabled statesSecondary iconsMuted text
500
1A1A
#1A1AFF
Primary brand colorCTAsActive elementsLinks
600
0000
#0000E0
Hover statesFocus ringsPrimary buttons hover
700
0000
#0000B3
Active/pressed statesDark mode accentsSecondary text
800
0000
#000080
Text on light backgroundsHeadingsStrong borders
900
0000
#000052
Primary textHigh emphasis contentDark headings
950
0000
#000033
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --plum-50: #F0F0FF;
  --plum-100: #DBDBFF;
  --plum-200: #BDBDFF;
  --plum-300: #8A8AFF;
  --plum-400: #4D4DFF;
  --plum-500: #1A1AFF;
  --plum-600: #0000E0;
  --plum-700: #0000B3;
  --plum-800: #000080;
  --plum-900: #000052;
  --plum-950: #000033;
}
Generate More ShadesCreate PaletteConvert Color