Lavender

#E5E5F5

Blue

Color Codes

All color formats for development

HEX
#E5E5F5
RGB
rgb(229, 229, 245)
HSL
hsl(240, 44%, 93%)
OKLCH
oklch(0.927 0.022 286)
CMYK
cmyk(7%, 7%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.25:1

AA AAA

On Black Background

16.86:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F4
100
#E5E5
200
#CFCF
300
#ABAB
400
#7E7E
500
#5A5A
600
#3F3F
700
#3232
800
#2424
900
#1717
950
#0E0E

Shades

Darker variations

1#C3C3E8
2#A1A1DA
3#7F7FCD
4#5D5DC0
5#4242AB
6#353589
7#282866
8#1B1B44
9#0D0D22

Tints

Lighter variations

1#E8E8F6
2#EAEAF7
3#EDEDF8
4#F0F0F9
5#F2F2FA
6#F5F5FB
7#F7F7FC
8#FAFAFD
9#FCFCFE

Tones

Muted variations

1#E6E6F4
2#E7E7F3
3#E8E8F3
4#E8E8F2
5#E9E9F1
6#EAEAF0
7#EBEBF0
8#ECECEF
9#ECECEE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F4
#F4F4FB
BackgroundsSubtle highlightsCard backgrounds
100
E5E5
#E5E5F5
Light backgroundsTable row hoverSkeleton loading
200
CFCF
#CFCFEC
Secondary backgroundsInput backgroundsDividers
300
ABAB
#ABABDE
BordersInactive statesPlaceholder text
400
7E7E
#7E7ECD
Disabled statesSecondary iconsMuted text
500
5A5A
#5A5ABF
Primary brand colorCTAsActive elementsLinks
600
3F3F
#3F3FA2
Hover statesFocus ringsPrimary buttons hover
700
3232
#323281
Active/pressed statesDark mode accentsSecondary text
800
2424
#24245C
Text on light backgroundsHeadingsStrong borders
900
1717
#17173B
Primary textHigh emphasis contentDark headings
950
0E0E
#0E0E25
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F4F4FB;
  --lavender-100: #E5E5F5;
  --lavender-200: #CFCFEC;
  --lavender-300: #ABABDE;
  --lavender-400: #7E7ECD;
  --lavender-500: #5A5ABF;
  --lavender-600: #3F3FA2;
  --lavender-700: #323281;
  --lavender-800: #24245C;
  --lavender-900: #17173B;
  --lavender-950: #0E0E25;
}
Generate More ShadesCreate PaletteConvert Color