Lavender

#DEE7FD

Blue

Color Codes

All color formats for development

HEX
#DEE7FD
RGB
rgb(222, 231, 253)
HSL
hsl(223, 89%, 93%)
OKLCH
oklch(0.928 0.031 268)
CMYK
cmyk(12%, 9%, 0%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.24:1

AA AAA

On Black Background

16.95:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F4
100
#DDE6
200
#C0D1
300
#90AE
400
#5683
500
#2660
600
#0C45
700
#0A37
800
#0727
900
#0419
950
#0310

Shades

Darker variations

1#B0C5FA
2#84A5F8
3#5784F5
4#2A63F3
5#0D49E0
6#0A3AB3
7#082C86
8#051D5A
9#030F2D

Tints

Lighter variations

1#E1E9FD
2#E4EBFD
3#E7EEFE
4#EBF0FE
5#EEF3FE
6#F2F5FE
7#F5F8FE
8#F8FAFF
9#FCFDFF

Tones

Muted variations

1#DFE7FB
2#E0E8FA
3#E2E8F8
4#E4E9F7
5#E5EAF5
6#E7EAF4
7#E8EBF2
8#EAECF0
9#ECECEF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F4
#F1F4FE
BackgroundsSubtle highlightsCard backgrounds
100
DDE6
#DDE6FD
Light backgroundsTable row hoverSkeleton loading
200
C0D1
#C0D1FB
Secondary backgroundsInput backgroundsDividers
300
90AE
#90AEF9
BordersInactive statesPlaceholder text
400
5683
#5683F5
Disabled statesSecondary iconsMuted text
500
2660
#2660F2
Primary brand colorCTAsActive elementsLinks
600
0C45
#0C45D4
Hover statesFocus ringsPrimary buttons hover
700
0A37
#0A37A9
Active/pressed statesDark mode accentsSecondary text
800
0727
#072778
Text on light backgroundsHeadingsStrong borders
900
0419
#04194D
Primary textHigh emphasis contentDark headings
950
0310
#031030
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F1F4FE;
  --lavender-100: #DDE6FD;
  --lavender-200: #C0D1FB;
  --lavender-300: #90AEF9;
  --lavender-400: #5683F5;
  --lavender-500: #2660F2;
  --lavender-600: #0C45D4;
  --lavender-700: #0A37A9;
  --lavender-800: #072778;
  --lavender-900: #04194D;
  --lavender-950: #031030;
}
Generate More ShadesCreate PaletteConvert Color