Lavender

#BDCCFF

Blue

Color Codes

All color formats for development

HEX
#BDCCFF
RGB
rgb(189, 204, 255)
HSL
hsl(226, 100%, 87%)
OKLCH
oklch(0.851 0.073 272)
CMYK
cmyk(26%, 20%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.59:1

AA AAA

On Black Background

13.24:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F3
100
#DBE4
200
#BDCC
300
#8AA5
400
#4D76
500
#1A4F
600
#0034
700
#002A
800
#001E
900
#0013
950
#000C

Shades

Darker variations

1#90AAFF
2#6488FF
3#3866FF
4#0B44FF
5#0034DE
6#0029B1
7#001F85
8#001559
9#000A2C

Tints

Lighter variations

1#C3D1FF
2#CAD6FF
3#D1DBFF
4#D7E1FF
5#DEE6FF
6#E4EBFF
7#EBF0FF
8#F2F5FF
9#F8FAFF

Tones

Muted variations

1#C0CEFC
2#C3D0F8
3#C7D1F5
4#CAD3F2
5#CDD5EE
6#D1D7EB
7#D4D9E8
8#D7DAE4
9#DBDCE1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F3
#F0F3FF
BackgroundsSubtle highlightsCard backgrounds
100
DBE4
#DBE4FF
Light backgroundsTable row hoverSkeleton loading
200
BDCC
#BDCCFF
Secondary backgroundsInput backgroundsDividers
300
8AA5
#8AA5FF
BordersInactive statesPlaceholder text
400
4D76
#4D76FF
Disabled statesSecondary iconsMuted text
500
1A4F
#1A4FFF
Primary brand colorCTAsActive elementsLinks
600
0034
#0034E0
Hover statesFocus ringsPrimary buttons hover
700
002A
#002AB3
Active/pressed statesDark mode accentsSecondary text
800
001E
#001E80
Text on light backgroundsHeadingsStrong borders
900
0013
#001352
Primary textHigh emphasis contentDark headings
950
000C
#000C33
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F0F3FF;
  --lavender-100: #DBE4FF;
  --lavender-200: #BDCCFF;
  --lavender-300: #8AA5FF;
  --lavender-400: #4D76FF;
  --lavender-500: #1A4FFF;
  --lavender-600: #0034E0;
  --lavender-700: #002AB3;
  --lavender-800: #001E80;
  --lavender-900: #001352;
  --lavender-950: #000C33;
}
Generate More ShadesCreate PaletteConvert Color