Lavender

#BDE2FE

Blue

Color Codes

All color formats for development

HEX
#BDE2FE
RGB
rgb(189, 226, 254)
HSL
hsl(206, 97%, 87%)
OKLCH
oklch(0.895 0.055 240.9)
CMYK
cmyk(26%, 11%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.36:1

AA AAA

On Black Background

15.47:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F8
100
#DCEF
200
#BEE2
300
#8BCC
400
#4FB1
500
#1D9B
600
#037F
700
#0365
800
#0248
900
#012E
950
#011D

Shades

Darker variations

1#92CFFD
2#66BCFD
3#3BA8FC
4#0F95FB
5#037DDB
6#0364AF
7#024B83
8#013257
9#01192C

Tints

Lighter variations

1#C4E5FE
2#CBE8FE
3#D1EBFE
4#D8EEFE
5#DEF1FF
6#E5F3FF
7#EBF6FF
8#F2F9FF
9#F8FCFF

Tones

Muted variations

1#C1E2FB
2#C4E1F8
3#C7E1F4
4#CBE0F1
5#CEE0EE
6#D1E0EB
7#D4DFE7
8#D7DFE4
9#DBDEE1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F8
#F0F8FF
BackgroundsSubtle highlightsCard backgrounds
100
DCEF
#DCEFFE
Light backgroundsTable row hoverSkeleton loading
200
BEE2
#BEE2FE
Secondary backgroundsInput backgroundsDividers
300
8BCC
#8BCCFD
BordersInactive statesPlaceholder text
400
4FB1
#4FB1FC
Disabled statesSecondary iconsMuted text
500
1D9B
#1D9BFC
Primary brand colorCTAsActive elementsLinks
600
037F
#037FDD
Hover statesFocus ringsPrimary buttons hover
700
0365
#0365B0
Active/pressed statesDark mode accentsSecondary text
800
0248
#02487E
Text on light backgroundsHeadingsStrong borders
900
012E
#012E50
Primary textHigh emphasis contentDark headings
950
011D
#011D32
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F0F8FF;
  --lavender-100: #DCEFFE;
  --lavender-200: #BEE2FE;
  --lavender-300: #8BCCFD;
  --lavender-400: #4FB1FC;
  --lavender-500: #1D9BFC;
  --lavender-600: #037FDD;
  --lavender-700: #0365B0;
  --lavender-800: #02487E;
  --lavender-900: #012E50;
  --lavender-950: #011D32;
}
Generate More ShadesCreate PaletteConvert Color