Lavender

#E5E6F5

Blue

Color Codes

All color formats for development

HEX
#E5E6F5
RGB
rgb(229, 230, 245)
HSL
hsl(236, 44%, 93%)
OKLCH
oklch(0.929 0.02 282.9)
CMYK
cmyk(7%, 6%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.24:1

AA AAA

On Black Background

16.97:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F4
100
#E5E6
200
#CFD1
300
#ABAE
400
#7E84
500
#5A60
600
#3F45
700
#3237
800
#2427
900
#1719
950
#0E10

Shades

Darker variations

1#C3C6E8
2#A1A5DA
3#7F84CD
4#5D63C0
5#4249AB
6#353B89
7#282C66
8#1B1D44
9#0D0F22

Tints

Lighter variations

1#E8E9F6
2#EAEBF7
3#EDEEF8
4#F0F0F9
5#F2F3FA
6#F5F5FB
7#F7F8FC
8#FAFAFD
9#FCFDFE

Tones

Muted variations

1#E6E7F4
2#E7E8F3
3#E8E8F3
4#E8E9F2
5#E9EAF1
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
E5E6
#E5E6F5
Light backgroundsTable row hoverSkeleton loading
200
CFD1
#CFD1EC
Secondary backgroundsInput backgroundsDividers
300
ABAE
#ABAEDE
BordersInactive statesPlaceholder text
400
7E84
#7E84CD
Disabled statesSecondary iconsMuted text
500
5A60
#5A60BF
Primary brand colorCTAsActive elementsLinks
600
3F45
#3F45A2
Hover statesFocus ringsPrimary buttons hover
700
3237
#323781
Active/pressed statesDark mode accentsSecondary text
800
2427
#24275C
Text on light backgroundsHeadingsStrong borders
900
1719
#17193B
Primary textHigh emphasis contentDark headings
950
0E10
#0E1025
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F4F4FB;
  --lavender-100: #E5E6F5;
  --lavender-200: #CFD1EC;
  --lavender-300: #ABAEDE;
  --lavender-400: #7E84CD;
  --lavender-500: #5A60BF;
  --lavender-600: #3F45A2;
  --lavender-700: #323781;
  --lavender-800: #24275C;
  --lavender-900: #17193B;
  --lavender-950: #0E1025;
}
Generate More ShadesCreate PaletteConvert Color