Lavender

#BDC4FF

Blue

Color Codes

All color formats for development

HEX
#BDC4FF
RGB
rgb(189, 196, 255)
HSL
hsl(234, 100%, 87%)
OKLCH
oklch(0.835 0.083 279.2)
CMYK
cmyk(26%, 23%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.68:1

AA AAA

On Black Background

12.50:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F1
100
#DBDF
200
#BDC3
300
#8A95
400
#4D5E
500
#1A30
600
#0016
700
#0012
800
#000D
900
#0008
950
#0005

Shades

Darker variations

1#909BFF
2#6473FF
3#384CFF
4#0B24FF
5#0016DE
6#0012B1
7#000D85
8#000959
9#00042C

Tints

Lighter variations

1#C3C9FF
2#CACFFF
3#D1D5FF
4#D7DBFF
5#DEE1FF
6#E4E7FF
7#EBEDFF
8#F2F3FF
9#F8F9FF

Tones

Muted variations

1#C0C6FC
2#C3C9F8
3#C7CBF5
4#CACEF2
5#CDD1EE
6#D1D3EB
7#D4D6E8
8#D7D9E4
9#DBDBE1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F1
#F0F1FF
BackgroundsSubtle highlightsCard backgrounds
100
DBDF
#DBDFFF
Light backgroundsTable row hoverSkeleton loading
200
BDC3
#BDC3FF
Secondary backgroundsInput backgroundsDividers
300
8A95
#8A95FF
BordersInactive statesPlaceholder text
400
4D5E
#4D5EFF
Disabled statesSecondary iconsMuted text
500
1A30
#1A30FF
Primary brand colorCTAsActive elementsLinks
600
0016
#0016E0
Hover statesFocus ringsPrimary buttons hover
700
0012
#0012B3
Active/pressed statesDark mode accentsSecondary text
800
000D
#000D80
Text on light backgroundsHeadingsStrong borders
900
0008
#000852
Primary textHigh emphasis contentDark headings
950
0005
#000533
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F0F1FF;
  --lavender-100: #DBDFFF;
  --lavender-200: #BDC3FF;
  --lavender-300: #8A95FF;
  --lavender-400: #4D5EFF;
  --lavender-500: #1A30FF;
  --lavender-600: #0016E0;
  --lavender-700: #0012B3;
  --lavender-800: #000D80;
  --lavender-900: #000852;
  --lavender-950: #000533;
}
Generate More ShadesCreate PaletteConvert Color