Lavender

#BFCDFC

Blue

Color Codes

All color formats for development

HEX
#BFCDFC
RGB
rgb(191, 205, 252)
HSL
hsl(226, 91%, 87%)
OKLCH
oklch(0.853 0.067 271.9)
CMYK
cmyk(24%, 19%, 0%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.57:1

AA AAA

On Black Background

13.35:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F4
100
#DDE4
200
#C0CE
300
#8FA8
400
#557A
500
#2455
600
#0A3A
700
#082E
800
#0621
900
#0415
950
#020D

Shades

Darker variations

1#95ADFA
2#6B8CF8
3#416BF6
4#164AF4
5#0A39D4
6#082EA9
7#06227F
8#041755
9#020B2A

Tints

Lighter variations

1#C6D3FC
2#CCD8FD
3#D3DDFD
4#D9E1FD
5#DFE6FE
6#E6EBFE
7#ECF0FE
8#F2F5FE
9#F9FAFF

Tones

Muted variations

1#C3CFF9
2#C6D1F6
3#C9D3F3
4#CCD4F0
5#CFD6ED
6#D2D7EA
7#D5D9E7
8#D8DBE4
9#DBDCE1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F4
#F0F4FE
BackgroundsSubtle highlightsCard backgrounds
100
DDE4
#DDE4FD
Light backgroundsTable row hoverSkeleton loading
200
C0CE
#C0CEFC
Secondary backgroundsInput backgroundsDividers
300
8FA8
#8FA8FA
BordersInactive statesPlaceholder text
400
557A
#557AF7
Disabled statesSecondary iconsMuted text
500
2455
#2455F5
Primary brand colorCTAsActive elementsLinks
600
0A3A
#0A3AD6
Hover statesFocus ringsPrimary buttons hover
700
082E
#082EAA
Active/pressed statesDark mode accentsSecondary text
800
0621
#06217A
Text on light backgroundsHeadingsStrong borders
900
0415
#04154E
Primary textHigh emphasis contentDark headings
950
020D
#020D31
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F0F4FE;
  --lavender-100: #DDE4FD;
  --lavender-200: #C0CEFC;
  --lavender-300: #8FA8FA;
  --lavender-400: #557AF7;
  --lavender-500: #2455F5;
  --lavender-600: #0A3AD6;
  --lavender-700: #082EAA;
  --lavender-800: #06217A;
  --lavender-900: #04154E;
  --lavender-950: #020D31;
}
Generate More ShadesCreate PaletteConvert Color