Lavender

#BDE3FE

Blue

Color Codes

All color formats for development

HEX
#BDE3FE
RGB
rgb(189, 227, 254)
HSL
hsl(205, 97%, 87%)
OKLCH
oklch(0.897 0.055 239.2)
CMYK
cmyk(26%, 11%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.35:1

AA AAA

On Black Background

15.58:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F9
100
#DCF0
200
#BEE3
300
#8BCE
400
#4FB4
500
#1D9F
600
#0382
700
#0368
800
#024A
900
#012F
950
#011E

Shades

Darker variations

1#92D1FD
2#66BEFD
3#3BABFC
4#0F99FB
5#0381DB
6#0367AF
7#024D83
8#013457
9#011A2C

Tints

Lighter variations

1#C4E6FE
2#CBE9FE
3#D1ECFE
4#D8EEFE
5#DEF1FF
6#E5F4FF
7#EBF7FF
8#F2F9FF
9#F8FCFF

Tones

Muted variations

1#C1E3FB
2#C4E2F8
3#C7E2F4
4#CBE1F1
5#CEE1EE
6#D1E0EB
7#D4DFE7
8#D7DFE4
9#DBDEE1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F9
#F0F9FF
BackgroundsSubtle highlightsCard backgrounds
100
DCF0
#DCF0FE
Light backgroundsTable row hoverSkeleton loading
200
BEE3
#BEE3FE
Secondary backgroundsInput backgroundsDividers
300
8BCE
#8BCEFD
BordersInactive statesPlaceholder text
400
4FB4
#4FB4FC
Disabled statesSecondary iconsMuted text
500
1D9F
#1D9FFC
Primary brand colorCTAsActive elementsLinks
600
0382
#0382DD
Hover statesFocus ringsPrimary buttons hover
700
0368
#0368B0
Active/pressed statesDark mode accentsSecondary text
800
024A
#024A7E
Text on light backgroundsHeadingsStrong borders
900
012F
#012F50
Primary textHigh emphasis contentDark headings
950
011E
#011E32
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F0F9FF;
  --lavender-100: #DCF0FE;
  --lavender-200: #BEE3FE;
  --lavender-300: #8BCEFD;
  --lavender-400: #4FB4FC;
  --lavender-500: #1D9FFC;
  --lavender-600: #0382DD;
  --lavender-700: #0368B0;
  --lavender-800: #024A7E;
  --lavender-900: #012F50;
  --lavender-950: #011E32;
}
Generate More ShadesCreate PaletteConvert Color