Lavender

#BED7FE

Blue

Color Codes

All color formats for development

HEX
#BED7FE
RGB
rgb(190, 215, 254)
HSL
hsl(217, 97%, 87%)
OKLCH
oklch(0.874 0.061 259.2)
CMYK
cmyk(25%, 15%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.46:1

AA AAA

On Black Background

14.34:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F6
100
#DCE9
200
#BED6
300
#8BB7
400
#4F92
500
#1D72
600
#0357
700
#0345
800
#0231
900
#0120
950
#0114

Shades

Darker variations

1#92BBFD
2#66A0FD
3#3B85FC
4#0F6AFB
5#0356DB
6#0345AF
7#023383
8#012257
9#01112C

Tints

Lighter variations

1#C4DAFE
2#CBDEFE
3#D1E3FE
4#D8E7FE
5#DEEBFF
6#E5EFFF
7#EBF3FF
8#F2F7FF
9#F8FBFF

Tones

Muted variations

1#C1D7FB
2#C4D8F8
3#C7D9F4
4#CBD9F1
5#CEDAEE
6#D1DBEB
7#D4DCE7
8#D7DCE4
9#DBDDE1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F6
#F0F6FF
BackgroundsSubtle highlightsCard backgrounds
100
DCE9
#DCE9FE
Light backgroundsTable row hoverSkeleton loading
200
BED6
#BED6FE
Secondary backgroundsInput backgroundsDividers
300
8BB7
#8BB7FD
BordersInactive statesPlaceholder text
400
4F92
#4F92FC
Disabled statesSecondary iconsMuted text
500
1D72
#1D72FC
Primary brand colorCTAsActive elementsLinks
600
0357
#0357DD
Hover statesFocus ringsPrimary buttons hover
700
0345
#0345B0
Active/pressed statesDark mode accentsSecondary text
800
0231
#02317E
Text on light backgroundsHeadingsStrong borders
900
0120
#012050
Primary textHigh emphasis contentDark headings
950
0114
#011432
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F0F6FF;
  --lavender-100: #DCE9FE;
  --lavender-200: #BED6FE;
  --lavender-300: #8BB7FD;
  --lavender-400: #4F92FC;
  --lavender-500: #1D72FC;
  --lavender-600: #0357DD;
  --lavender-700: #0345B0;
  --lavender-800: #02317E;
  --lavender-900: #012050;
  --lavender-950: #011432;
}
Generate More ShadesCreate PaletteConvert Color