Lavender

#BDDFFE

Blue

Color Codes

All color formats for development

HEX
#BDDFFE
RGB
rgb(189, 223, 254)
HSL
hsl(209, 97%, 87%)
OKLCH
oklch(0.889 0.056 246)
CMYK
cmyk(26%, 12%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.39:1

AA AAA

On Black Background

15.15:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F8
100
#DCEE
200
#BEDF
300
#8BC6
400
#4FA9
500
#1D90
600
#0374
700
#035C
800
#0242
900
#012A
950
#011A

Shades

Darker variations

1#92C9FD
2#66B4FD
3#3B9FFC
4#0F89FB
5#0373DB
6#035CAF
7#024583
8#012E57
9#01172C

Tints

Lighter variations

1#C4E2FE
2#CBE5FE
3#D1E9FE
4#D8ECFE
5#DEEFFF
6#E5F2FF
7#EBF5FF
8#F2F9FF
9#F8FCFF

Tones

Muted variations

1#C1DFFB
2#C4DFF8
3#C7DFF4
4#CBDEF1
5#CEDEEE
6#D1DEEB
7#D4DEE7
8#D7DEE4
9#DBDEE1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F8
#F0F8FF
BackgroundsSubtle highlightsCard backgrounds
100
DCEE
#DCEEFE
Light backgroundsTable row hoverSkeleton loading
200
BEDF
#BEDFFE
Secondary backgroundsInput backgroundsDividers
300
8BC6
#8BC6FD
BordersInactive statesPlaceholder text
400
4FA9
#4FA9FC
Disabled statesSecondary iconsMuted text
500
1D90
#1D90FC
Primary brand colorCTAsActive elementsLinks
600
0374
#0374DD
Hover statesFocus ringsPrimary buttons hover
700
035C
#035CB0
Active/pressed statesDark mode accentsSecondary text
800
0242
#02427E
Text on light backgroundsHeadingsStrong borders
900
012A
#012A50
Primary textHigh emphasis contentDark headings
950
011A
#011A32
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F0F8FF;
  --lavender-100: #DCEEFE;
  --lavender-200: #BEDFFE;
  --lavender-300: #8BC6FD;
  --lavender-400: #4FA9FC;
  --lavender-500: #1D90FC;
  --lavender-600: #0374DD;
  --lavender-700: #035CB0;
  --lavender-800: #02427E;
  --lavender-900: #012A50;
  --lavender-950: #011A32;
}
Generate More ShadesCreate PaletteConvert Color