Lavender

#BED0FE

Blue

Color Codes

All color formats for development

HEX
#BED0FE
RGB
rgb(190, 208, 254)
HSL
hsl(223, 97%, 87%)
OKLCH
oklch(0.859 0.067 268.2)
CMYK
cmyk(25%, 18%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.54:1

AA AAA

On Black Background

13.64:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F4
100
#DCE6
200
#BED0
300
#8BAC
400
#4F80
500
#1D5C
600
#0341
700
#0334
800
#0225
900
#0118
950
#010F

Shades

Darker variations

1#92B0FD
2#6691FD
3#3B71FC
4#0F52FB
5#0340DB
6#0333AF
7#022783
8#011A57
9#010D2C

Tints

Lighter variations

1#C4D5FE
2#CBD9FE
3#D1DEFE
4#D8E3FE
5#DEE7FF
6#E5ECFF
7#EBF1FF
8#F2F6FF
9#F8FAFF

Tones

Muted variations

1#C1D1FB
2#C4D3F8
3#C7D4F4
4#CBD5F1
5#CED7EE
6#D1D8EB
7#D4DAE7
8#D7DBE4
9#DBDCE1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F4
#F0F4FF
BackgroundsSubtle highlightsCard backgrounds
100
DCE6
#DCE6FE
Light backgroundsTable row hoverSkeleton loading
200
BED0
#BED0FE
Secondary backgroundsInput backgroundsDividers
300
8BAC
#8BACFD
BordersInactive statesPlaceholder text
400
4F80
#4F80FC
Disabled statesSecondary iconsMuted text
500
1D5C
#1D5CFC
Primary brand colorCTAsActive elementsLinks
600
0341
#0341DD
Hover statesFocus ringsPrimary buttons hover
700
0334
#0334B0
Active/pressed statesDark mode accentsSecondary text
800
0225
#02257E
Text on light backgroundsHeadingsStrong borders
900
0118
#011850
Primary textHigh emphasis contentDark headings
950
010F
#010F32
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F0F4FF;
  --lavender-100: #DCE6FE;
  --lavender-200: #BED0FE;
  --lavender-300: #8BACFD;
  --lavender-400: #4F80FC;
  --lavender-500: #1D5CFC;
  --lavender-600: #0341DD;
  --lavender-700: #0334B0;
  --lavender-800: #02257E;
  --lavender-900: #011850;
  --lavender-950: #010F32;
}
Generate More ShadesCreate PaletteConvert Color