Lavender

#BFCFFC

Blue

Color Codes

All color formats for development

HEX
#BFCFFC
RGB
rgb(191, 207, 252)
HSL
hsl(224, 91%, 87%)
OKLCH
oklch(0.857 0.065 269.7)
CMYK
cmyk(24%, 18%, 0%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.55:1

AA AAA

On Black Background

13.55:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F4
100
#DDE6
200
#C0D0
300
#8FAB
400
#5580
500
#245C
600
#0A41
700
#0833
800
#0625
900
#0417
950
#020F

Shades

Darker variations

1#95B0FA
2#6B91F8
3#4171F6
4#1651F4
5#0A40D4
6#0833A9
7#06267F
8#041A55
9#020D2A

Tints

Lighter variations

1#C6D4FC
2#CCD9FD
3#D3DEFD
4#D9E3FD
5#DFE7FE
6#E6ECFE
7#ECF1FE
8#F2F6FE
9#F9FAFF

Tones

Muted variations

1#C3D1F9
2#C6D3F6
3#C9D4F3
4#CCD5F0
5#CFD7ED
6#D2D8EA
7#D5DAE7
8#D8DBE4
9#DBDCE1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F4
#F0F4FE
BackgroundsSubtle highlightsCard backgrounds
100
DDE6
#DDE6FD
Light backgroundsTable row hoverSkeleton loading
200
C0D0
#C0D0FC
Secondary backgroundsInput backgroundsDividers
300
8FAB
#8FABFA
BordersInactive statesPlaceholder text
400
5580
#5580F7
Disabled statesSecondary iconsMuted text
500
245C
#245CF5
Primary brand colorCTAsActive elementsLinks
600
0A41
#0A41D6
Hover statesFocus ringsPrimary buttons hover
700
0833
#0833AA
Active/pressed statesDark mode accentsSecondary text
800
0625
#06257A
Text on light backgroundsHeadingsStrong borders
900
0417
#04174E
Primary textHigh emphasis contentDark headings
950
020F
#020F31
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F0F4FE;
  --lavender-100: #DDE6FD;
  --lavender-200: #C0D0FC;
  --lavender-300: #8FABFA;
  --lavender-400: #5580F7;
  --lavender-500: #245CF5;
  --lavender-600: #0A41D6;
  --lavender-700: #0833AA;
  --lavender-800: #06257A;
  --lavender-900: #04174E;
  --lavender-950: #020F31;
}
Generate More ShadesCreate PaletteConvert Color