Lavender

#BDE7FE

Blue

Color Codes

All color formats for development

HEX
#BDE7FE
RGB
rgb(189, 231, 254)
HSL
hsl(201, 97%, 87%)
OKLCH
oklch(0.906 0.054 232.1)
CMYK
cmyk(26%, 9%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.31:1

AA AAA

On Black Background

16.03:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FA
100
#DCF2
200
#BEE7
300
#8BD5
400
#4FC0
500
#1DAE
600
#0391
700
#0373
800
#0252
900
#0135
950
#0121

Shades

Darker variations

1#92D8FD
2#66C8FD
3#3BB8FC
4#0FA9FB
5#038FDB
6#0373AF
7#025683
8#013957
9#011D2C

Tints

Lighter variations

1#C4EAFE
2#CBECFE
3#D1EFFE
4#D8F1FE
5#DEF3FF
6#E5F6FF
7#EBF8FF
8#F2FAFF
9#F8FDFF

Tones

Muted variations

1#C1E7FB
2#C4E6F8
3#C7E5F4
4#CBE4F1
5#CEE3EE
6#D1E2EB
7#D4E1E7
8#D7E0E4
9#DBDFE1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FA
#F0FAFF
BackgroundsSubtle highlightsCard backgrounds
100
DCF2
#DCF2FE
Light backgroundsTable row hoverSkeleton loading
200
BEE7
#BEE7FE
Secondary backgroundsInput backgroundsDividers
300
8BD5
#8BD5FD
BordersInactive statesPlaceholder text
400
4FC0
#4FC0FC
Disabled statesSecondary iconsMuted text
500
1DAE
#1DAEFC
Primary brand colorCTAsActive elementsLinks
600
0391
#0391DD
Hover statesFocus ringsPrimary buttons hover
700
0373
#0373B0
Active/pressed statesDark mode accentsSecondary text
800
0252
#02527E
Text on light backgroundsHeadingsStrong borders
900
0135
#013550
Primary textHigh emphasis contentDark headings
950
0121
#012132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F0FAFF;
  --lavender-100: #DCF2FE;
  --lavender-200: #BEE7FE;
  --lavender-300: #8BD5FD;
  --lavender-400: #4FC0FC;
  --lavender-500: #1DAEFC;
  --lavender-600: #0391DD;
  --lavender-700: #0373B0;
  --lavender-800: #02527E;
  --lavender-900: #013550;
  --lavender-950: #012132;
}
Generate More ShadesCreate PaletteConvert Color