Lavender

#E1EAFA

Blue

Color Codes

All color formats for development

HEX
#E1EAFA
RGB
rgb(225, 234, 250)
HSL
hsl(218, 71%, 93%)
OKLCH
oklch(0.935 0.024 262.1)
CMYK
cmyk(10%, 6%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.21:1

AA AAA

On Black Background

17.35:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F6
100
#E0EA
200
#C6D8
300
#9BB9
400
#6695
500
#3B77
600
#215B
700
#1A48
800
#1234
900
#0C21
950
#0715

Shades

Darker variations

1#B8CEF3
2#8FB1EC
3#6795E5
4#3E79DE
5#2260CB
6#1C4DA2
7#153A7A
8#0E2651
9#071329

Tints

Lighter variations

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

Tones

Muted variations

1#E2EAF9
2#E3EAF7
3#E4EBF6
4#E6EBF5
5#E7EBF3
6#E8ECF2
7#E9ECF1
8#EBECF0
9#ECEDEE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F6
#F2F6FD
BackgroundsSubtle highlightsCard backgrounds
100
E0EA
#E0EAFA
Light backgroundsTable row hoverSkeleton loading
200
C6D8
#C6D8F5
Secondary backgroundsInput backgroundsDividers
300
9BB9
#9BB9EE
BordersInactive statesPlaceholder text
400
6695
#6695E5
Disabled statesSecondary iconsMuted text
500
3B77
#3B77DE
Primary brand colorCTAsActive elementsLinks
600
215B
#215BC0
Hover statesFocus ringsPrimary buttons hover
700
1A48
#1A4899
Active/pressed statesDark mode accentsSecondary text
800
1234
#12346D
Text on light backgroundsHeadingsStrong borders
900
0C21
#0C2146
Primary textHigh emphasis contentDark headings
950
0715
#07152C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F2F6FD;
  --lavender-100: #E0EAFA;
  --lavender-200: #C6D8F5;
  --lavender-300: #9BB9EE;
  --lavender-400: #6695E5;
  --lavender-500: #3B77DE;
  --lavender-600: #215BC0;
  --lavender-700: #1A4899;
  --lavender-800: #12346D;
  --lavender-900: #0C2146;
  --lavender-950: #07152C;
}
Generate More ShadesCreate PaletteConvert Color