Lavender

#D8E6FD

Blue

Color Codes

All color formats for development

HEX
#D8E6FD
RGB
rgb(216, 230, 253)
HSL
hsl(217, 90%, 92%)
OKLCH
oklch(0.921 0.035 260.4)
CMYK
cmyk(15%, 9%, 0%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.26:1

AA AAA

On Black Background

16.66:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F6
100
#DDE9
200
#C0D7
300
#90B8
400
#5593
500
#2574
600
#0B59
700
#0947
800
#0632
900
#0420
950
#0314

Shades

Darker variations

1#ACCAFB
2#7FAEF8
3#5391F6
4#2675F4
5#0C5DDF
6#094AB2
7#073886
8#052559
9#02132D

Tints

Lighter variations

1#DCE9FD
2#E0EBFD
3#E4EEFE
4#E8F0FE
5#ECF3FE
6#EFF5FE
7#F3F8FE
8#F7FAFF
9#FBFDFF

Tones

Muted variations

1#DAE7FB
2#DCE7F9
3#DEE8F7
4#E0E8F6
5#E1E8F4
6#E3E9F2
7#E5E9F0
8#E7EAEE
9#E9EAEC

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F6
#F0F6FE
BackgroundsSubtle highlightsCard backgrounds
100
DDE9
#DDE9FD
Light backgroundsTable row hoverSkeleton loading
200
C0D7
#C0D7FC
Secondary backgroundsInput backgroundsDividers
300
90B8
#90B8F9
BordersInactive statesPlaceholder text
400
5593
#5593F6
Disabled statesSecondary iconsMuted text
500
2574
#2574F4
Primary brand colorCTAsActive elementsLinks
600
0B59
#0B59D5
Hover statesFocus ringsPrimary buttons hover
700
0947
#0947AA
Active/pressed statesDark mode accentsSecondary text
800
0632
#063279
Text on light backgroundsHeadingsStrong borders
900
0420
#04204E
Primary textHigh emphasis contentDark headings
950
0314
#031430
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F0F6FE;
  --lavender-100: #DDE9FD;
  --lavender-200: #C0D7FC;
  --lavender-300: #90B8F9;
  --lavender-400: #5593F6;
  --lavender-500: #2574F4;
  --lavender-600: #0B59D5;
  --lavender-700: #0947AA;
  --lavender-800: #063279;
  --lavender-900: #04204E;
  --lavender-950: #031430;
}
Generate More ShadesCreate PaletteConvert Color