Lavender

#E1E1FA

Blue

Color Codes

All color formats for development

HEX
#E1E1FA
RGB
rgb(225, 225, 250)
HSL
hsl(240, 71%, 93%)
OKLCH
oklch(0.917 0.034 285.7)
CMYK
cmyk(10%, 10%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.28:1

AA AAA

On Black Background

16.35:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F2
100
#E0E0
200
#C6C6
300
#9B9B
400
#6666
500
#3B3B
600
#2121
700
#1A1A
800
#1212
900
#0C0C
950
#0707

Shades

Darker variations

1#B8B8F3
2#8F8FEC
3#6767E5
4#3E3EDE
5#2222CB
6#1C1CA2
7#15157A
8#0E0E51
9#070729

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#E2E2F9
2#E3E3F7
3#E4E4F6
4#E6E6F5
5#E7E7F3
6#E8E8F2
7#E9E9F1
8#EBEBF0
9#ECECEE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F2
#F2F2FD
BackgroundsSubtle highlightsCard backgrounds
100
E0E0
#E0E0FA
Light backgroundsTable row hoverSkeleton loading
200
C6C6
#C6C6F5
Secondary backgroundsInput backgroundsDividers
300
9B9B
#9B9BEE
BordersInactive statesPlaceholder text
400
6666
#6666E5
Disabled statesSecondary iconsMuted text
500
3B3B
#3B3BDE
Primary brand colorCTAsActive elementsLinks
600
2121
#2121C0
Hover statesFocus ringsPrimary buttons hover
700
1A1A
#1A1A99
Active/pressed statesDark mode accentsSecondary text
800
1212
#12126D
Text on light backgroundsHeadingsStrong borders
900
0C0C
#0C0C46
Primary textHigh emphasis contentDark headings
950
0707
#07072C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F2F2FD;
  --lavender-100: #E0E0FA;
  --lavender-200: #C6C6F5;
  --lavender-300: #9B9BEE;
  --lavender-400: #6666E5;
  --lavender-500: #3B3BDE;
  --lavender-600: #2121C0;
  --lavender-700: #1A1A99;
  --lavender-800: #12126D;
  --lavender-900: #0C0C46;
  --lavender-950: #07072C;
}
Generate More ShadesCreate PaletteConvert Color