Lavender

#E1EAF9

Blue

Color Codes

All color formats for development

HEX
#E1EAF9
RGB
rgb(225, 234, 249)
HSL
hsl(218, 67%, 93%)
OKLCH
oklch(0.935 0.023 260.7)
CMYK
cmyk(10%, 6%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.21:1

AA AAA

On Black Background

17.34:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F6
100
#E1EA
200
#C8D8
300
#9DBA
400
#6A96
500
#3F78
600
#255C
700
#1D49
800
#1534
900
#0D22
950
#0815

Shades

Darker variations

1#BACEF1
2#92B2E9
3#6A96E2
4#437ADA
5#2761C6
6#1F4E9E
7#173A77
8#10274F
9#081328

Tints

Lighter variations

1#E4ECFA
2#E7EEFA
3#EAF0FB
4#EDF2FB
5#F0F4FC
6#F3F7FD
7#F6F9FD
8#F9FBFE
9#FCFDFE

Tones

Muted variations

1#E2EAF8
2#E4EBF7
3#E5EBF6
4#E6EBF4
5#E7ECF3
6#E8ECF2
7#EAECF1
8#EBEDF0
9#ECEDEE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F6
#F2F6FC
BackgroundsSubtle highlightsCard backgrounds
100
E1EA
#E1EAF9
Light backgroundsTable row hoverSkeleton loading
200
C8D8
#C8D8F4
Secondary backgroundsInput backgroundsDividers
300
9DBA
#9DBAEC
BordersInactive statesPlaceholder text
400
6A96
#6A96E2
Disabled statesSecondary iconsMuted text
500
3F78
#3F78D9
Primary brand colorCTAsActive elementsLinks
600
255C
#255CBB
Hover statesFocus ringsPrimary buttons hover
700
1D49
#1D4995
Active/pressed statesDark mode accentsSecondary text
800
1534
#15346A
Text on light backgroundsHeadingsStrong borders
900
0D22
#0D2244
Primary textHigh emphasis contentDark headings
950
0815
#08152B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F2F6FC;
  --lavender-100: #E1EAF9;
  --lavender-200: #C8D8F4;
  --lavender-300: #9DBAEC;
  --lavender-400: #6A96E2;
  --lavender-500: #3F78D9;
  --lavender-600: #255CBB;
  --lavender-700: #1D4995;
  --lavender-800: #15346A;
  --lavender-900: #0D2244;
  --lavender-950: #08152B;
}
Generate More ShadesCreate PaletteConvert Color