Lavender

#BDD4FF

Blue

Color Codes

All color formats for development

HEX
#BDD4FF
RGB
rgb(189, 212, 255)
HSL
hsl(219, 100%, 87%)
OKLCH
oklch(0.867 0.065 262.9)
CMYK
cmyk(26%, 17%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.50:1

AA AAA

On Black Background

14.03:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F5
100
#DBE8
200
#BDD4
300
#8AB3
400
#4D8B
500
#1A6A
600
#004F
700
#003E
800
#002D
900
#001D
950
#0012

Shades

Darker variations

1#90B7FF
2#649AFF
3#387DFF
4#0B61FF
5#004EDE
6#003EB1
7#002F85
8#001F59
9#00102C

Tints

Lighter variations

1#C3D8FF
2#CADDFF
3#D1E1FF
4#D7E5FF
5#DEE9FF
6#E4EEFF
7#EBF2FF
8#F2F6FF
9#F8FBFF

Tones

Muted variations

1#C0D5FC
2#C3D6F8
3#C7D7F5
4#CAD8F2
5#CDD9EE
6#D1DAEB
7#D4DBE8
8#D7DCE4
9#DBDDE1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F5
#F0F5FF
BackgroundsSubtle highlightsCard backgrounds
100
DBE8
#DBE8FF
Light backgroundsTable row hoverSkeleton loading
200
BDD4
#BDD4FF
Secondary backgroundsInput backgroundsDividers
300
8AB3
#8AB3FF
BordersInactive statesPlaceholder text
400
4D8B
#4D8BFF
Disabled statesSecondary iconsMuted text
500
1A6A
#1A6AFF
Primary brand colorCTAsActive elementsLinks
600
004F
#004FE0
Hover statesFocus ringsPrimary buttons hover
700
003E
#003EB3
Active/pressed statesDark mode accentsSecondary text
800
002D
#002D80
Text on light backgroundsHeadingsStrong borders
900
001D
#001D52
Primary textHigh emphasis contentDark headings
950
0012
#001233
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F0F5FF;
  --lavender-100: #DBE8FF;
  --lavender-200: #BDD4FF;
  --lavender-300: #8AB3FF;
  --lavender-400: #4D8BFF;
  --lavender-500: #1A6AFF;
  --lavender-600: #004FE0;
  --lavender-700: #003EB3;
  --lavender-800: #002D80;
  --lavender-900: #001D52;
  --lavender-950: #001233;
}
Generate More ShadesCreate PaletteConvert Color