Lavender

#BFC3FD

Blue

Color Codes

All color formats for development

HEX
#BFC3FD
RGB
rgb(191, 195, 253)
HSL
hsl(236, 94%, 87%)
OKLCH
oklch(0.834 0.081 281.4)
CMYK
cmyk(25%, 23%, 0%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.69:1

AA AAA

On Black Background

12.44:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F1
100
#DCDF
200
#BFC3
300
#8D95
400
#525D
500
#202F
600
#0715
700
#0511
800
#040C
900
#0208
950
#0205

Shades

Darker variations

1#949BFC
2#6972FA
3#3E4AF9
4#1322F8
5#0715D7
6#0510AC
7#040C81
8#030856
9#01042B

Tints

Lighter variations

1#C5C9FD
2#CCCFFD
3#D2D5FE
4#D8DBFE
5#DFE1FE
6#E5E7FE
7#ECEDFE
8#F2F3FF
9#F9F9FF

Tones

Muted variations

1#C2C6FA
2#C5C8F7
3#C8CBF4
4#CBCEF1
5#CED0ED
6#D1D3EA
7#D5D6E7
8#D8D8E4
9#DBDBE1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F1
#F0F1FF
BackgroundsSubtle highlightsCard backgrounds
100
DCDF
#DCDFFE
Light backgroundsTable row hoverSkeleton loading
200
BFC3
#BFC3FD
Secondary backgroundsInput backgroundsDividers
300
8D95
#8D95FB
BordersInactive statesPlaceholder text
400
525D
#525DFA
Disabled statesSecondary iconsMuted text
500
202F
#202FF8
Primary brand colorCTAsActive elementsLinks
600
0715
#0715DA
Hover statesFocus ringsPrimary buttons hover
700
0511
#0511AD
Active/pressed statesDark mode accentsSecondary text
800
040C
#040C7C
Text on light backgroundsHeadingsStrong borders
900
0208
#02084F
Primary textHigh emphasis contentDark headings
950
0205
#020531
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F0F1FF;
  --lavender-100: #DCDFFE;
  --lavender-200: #BFC3FD;
  --lavender-300: #8D95FB;
  --lavender-400: #525DFA;
  --lavender-500: #202FF8;
  --lavender-600: #0715DA;
  --lavender-700: #0511AD;
  --lavender-800: #040C7C;
  --lavender-900: #02084F;
  --lavender-950: #020531;
}
Generate More ShadesCreate PaletteConvert Color