Lavender

#E3EBF8

Blue

Color Codes

All color formats for development

HEX
#E3EBF8
RGB
rgb(227, 235, 248)
HSL
hsl(217, 60%, 93%)
OKLCH
oklch(0.938 0.02 260.2)
CMYK
cmyk(8%, 5%, 0%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.20:1

AA AAA

On Black Background

17.50:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F6
100
#E2EB
200
#CAD9
300
#A1BC
400
#7099
500
#477C
600
#2D60
700
#244D
800
#1A37
900
#1023
950
#0A16

Shades

Darker variations

1#BCD0EE
2#97B5E5
3#719ADB
4#4B7FD2
5#2F66BE
6#265298
7#1C3D72
8#13294C
9#091426

Tints

Lighter variations

1#E5EDF9
2#E8EFF9
3#EBF1FA
4#EEF3FB
5#F1F5FB
6#F4F7FC
7#F6F9FD
8#F9FBFE
9#FCFDFE

Tones

Muted variations

1#E4EBF7
2#E5EBF6
3#E6EBF5
4#E7ECF4
5#E8ECF3
6#E9ECF1
7#EAECF0
8#EBEDEF
9#ECEDEE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F6
#F3F6FC
BackgroundsSubtle highlightsCard backgrounds
100
E2EB
#E2EBF8
Light backgroundsTable row hoverSkeleton loading
200
CAD9
#CAD9F2
Secondary backgroundsInput backgroundsDividers
300
A1BC
#A1BCE8
BordersInactive statesPlaceholder text
400
7099
#7099DB
Disabled statesSecondary iconsMuted text
500
477C
#477CD1
Primary brand colorCTAsActive elementsLinks
600
2D60
#2D60B4
Hover statesFocus ringsPrimary buttons hover
700
244D
#244D8F
Active/pressed statesDark mode accentsSecondary text
800
1A37
#1A3766
Text on light backgroundsHeadingsStrong borders
900
1023
#102341
Primary textHigh emphasis contentDark headings
950
0A16
#0A1629
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F3F6FC;
  --lavender-100: #E2EBF8;
  --lavender-200: #CAD9F2;
  --lavender-300: #A1BCE8;
  --lavender-400: #7099DB;
  --lavender-500: #477CD1;
  --lavender-600: #2D60B4;
  --lavender-700: #244D8F;
  --lavender-800: #1A3766;
  --lavender-900: #102341;
  --lavender-950: #0A1629;
}
Generate More ShadesCreate PaletteConvert Color