Lavender

#BDC7FF

Blue

Color Codes

All color formats for development

HEX
#BDC7FF
RGB
rgb(189, 199, 255)
HSL
hsl(231, 100%, 87%)
OKLCH
oklch(0.841 0.079 276.7)
CMYK
cmyk(26%, 22%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.64:1

AA AAA

On Black Background

12.78:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F2
100
#DBE1
200
#BDC7
300
#8A9B
400
#4D67
500
#1A3C
600
#0022
700
#001B
800
#0013
900
#000C
950
#0008

Shades

Darker variations

1#90A1FF
2#647BFF
3#3856FF
4#0B30FF
5#0021DE
6#001BB1
7#001485
8#000D59
9#00072C

Tints

Lighter variations

1#C3CCFF
2#CAD2FF
3#D1D8FF
4#D7DDFF
5#DEE3FF
6#E4E8FF
7#EBEEFF
8#F2F4FF
9#F8F9FF

Tones

Muted variations

1#C0C9FC
2#C3CBF8
3#C7CEF5
4#CAD0F2
5#CDD2EE
6#D1D5EB
7#D4D7E8
8#D7D9E4
9#DBDCE1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F2
#F0F2FF
BackgroundsSubtle highlightsCard backgrounds
100
DBE1
#DBE1FF
Light backgroundsTable row hoverSkeleton loading
200
BDC7
#BDC7FF
Secondary backgroundsInput backgroundsDividers
300
8A9B
#8A9BFF
BordersInactive statesPlaceholder text
400
4D67
#4D67FF
Disabled statesSecondary iconsMuted text
500
1A3C
#1A3CFF
Primary brand colorCTAsActive elementsLinks
600
0022
#0022E0
Hover statesFocus ringsPrimary buttons hover
700
001B
#001BB3
Active/pressed statesDark mode accentsSecondary text
800
0013
#001380
Text on light backgroundsHeadingsStrong borders
900
000C
#000C52
Primary textHigh emphasis contentDark headings
950
0008
#000833
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F0F2FF;
  --lavender-100: #DBE1FF;
  --lavender-200: #BDC7FF;
  --lavender-300: #8A9BFF;
  --lavender-400: #4D67FF;
  --lavender-500: #1A3CFF;
  --lavender-600: #0022E0;
  --lavender-700: #001BB3;
  --lavender-800: #001380;
  --lavender-900: #000C52;
  --lavender-950: #000833;
}
Generate More ShadesCreate PaletteConvert Color