Lavender

#E1E2FA

Blue

Color Codes

All color formats for development

HEX
#E1E2FA
RGB
rgb(225, 226, 250)
HSL
hsl(238, 71%, 93%)
OKLCH
oklch(0.919 0.033 283.8)
CMYK
cmyk(10%, 10%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.28:1

AA AAA

On Black Background

16.46:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F2
100
#E0E1
200
#C6C8
300
#9B9D
400
#666B
500
#3B40
600
#2126
700
#1A1E
800
#1216
900
#0C0E
950
#0709

Shades

Darker variations

1#B8BAF3
2#8F92EC
3#676BE5
4#3E44DE
5#2228CB
6#1C20A2
7#15187A
8#0E1051
9#070829

Tints

Lighter variations

1#E4E4FA
2#E7E7FB
3#EAEAFB
4#EDEDFC
5#F0F0FC
6#F3F3FD
7#F6F6FD
8#F9F9FE
9#FCFCFE

Tones

Muted variations

1#E2E3F9
2#E3E4F7
3#E4E5F6
4#E6E6F5
5#E7E7F3
6#E8E8F2
7#E9EAF1
8#EBEBF0
9#ECECEE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F2
#F2F2FD
BackgroundsSubtle highlightsCard backgrounds
100
E0E1
#E0E1FA
Light backgroundsTable row hoverSkeleton loading
200
C6C8
#C6C8F5
Secondary backgroundsInput backgroundsDividers
300
9B9D
#9B9DEE
BordersInactive statesPlaceholder text
400
666B
#666BE5
Disabled statesSecondary iconsMuted text
500
3B40
#3B40DE
Primary brand colorCTAsActive elementsLinks
600
2126
#2126C0
Hover statesFocus ringsPrimary buttons hover
700
1A1E
#1A1E99
Active/pressed statesDark mode accentsSecondary text
800
1216
#12166D
Text on light backgroundsHeadingsStrong borders
900
0C0E
#0C0E46
Primary textHigh emphasis contentDark headings
950
0709
#07092C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F2F2FD;
  --lavender-100: #E0E1FA;
  --lavender-200: #C6C8F5;
  --lavender-300: #9B9DEE;
  --lavender-400: #666BE5;
  --lavender-500: #3B40DE;
  --lavender-600: #2126C0;
  --lavender-700: #1A1E99;
  --lavender-800: #12166D;
  --lavender-900: #0C0E46;
  --lavender-950: #07092C;
}
Generate More ShadesCreate PaletteConvert Color