Lavender

#BDE2FF

Blue

Color Codes

All color formats for development

HEX
#BDE2FF
RGB
rgb(189, 226, 255)
HSL
hsl(206, 100%, 87%)
OKLCH
oklch(0.896 0.056 241.9)
CMYK
cmyk(26%, 11%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.36:1

AA AAA

On Black Background

15.49:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F8
100
#DBF0
200
#BDE2
300
#8ACC
400
#4DB2
500
#1A9C
600
#007F
700
#0065
800
#0048
900
#002E
950
#001D

Shades

Darker variations

1#90CFFF
2#64BCFF
3#38A9FF
4#0B95FF
5#007EDE
6#0065B1
7#004B85
8#003259
9#00192C

Tints

Lighter variations

1#C3E5FF
2#CAE8FF
3#D1EBFF
4#D7EEFF
5#DEF1FF
6#E4F4FF
7#EBF6FF
8#F2F9FF
9#F8FCFF

Tones

Muted variations

1#C0E2FC
2#C3E1F8
3#C7E1F5
4#CAE1F2
5#CDE0EE
6#D1E0EB
7#D4DFE8
8#D7DFE4
9#DBDEE1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F8
#F0F8FF
BackgroundsSubtle highlightsCard backgrounds
100
DBF0
#DBF0FF
Light backgroundsTable row hoverSkeleton loading
200
BDE2
#BDE2FF
Secondary backgroundsInput backgroundsDividers
300
8ACC
#8ACCFF
BordersInactive statesPlaceholder text
400
4DB2
#4DB2FF
Disabled statesSecondary iconsMuted text
500
1A9C
#1A9CFF
Primary brand colorCTAsActive elementsLinks
600
007F
#007FE0
Hover statesFocus ringsPrimary buttons hover
700
0065
#0065B3
Active/pressed statesDark mode accentsSecondary text
800
0048
#004880
Text on light backgroundsHeadingsStrong borders
900
002E
#002E52
Primary textHigh emphasis contentDark headings
950
001D
#001D33
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F0F8FF;
  --lavender-100: #DBF0FF;
  --lavender-200: #BDE2FF;
  --lavender-300: #8ACCFF;
  --lavender-400: #4DB2FF;
  --lavender-500: #1A9CFF;
  --lavender-600: #007FE0;
  --lavender-700: #0065B3;
  --lavender-800: #004880;
  --lavender-900: #002E52;
  --lavender-950: #001D33;
}
Generate More ShadesCreate PaletteConvert Color