Lavender

#EAEAF0

Blue

Color Codes

All color formats for development

HEX
#EAEAF0
RGB
rgb(234, 234, 240)
HSL
hsl(240, 17%, 93%)
OKLCH
oklch(0.939 0.008 286.2)
CMYK
cmyk(3%, 3%, 0%, 6%)

Accessibility

WCAG contrast compliance

On White Background

1.20:1

AA AAA

On Black Background

17.53:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F6
100
#EAEA
200
#D8D8
300
#BABA
400
#9797
500
#7979
600
#5D5D
700
#4A4A
800
#3535
900
#2222
950
#1515

Shades

Darker variations

1#CECEDD
2#B3B3C9
3#9797B5
4#7B7BA1
5#62628B
6#4F4F6F
7#3B3B53
8#272737
9#14141C

Tints

Lighter variations

1#ECECF2
2#EEEEF3
3#F0F0F5
4#F2F2F6
5#F5F5F8
6#F7F7F9
7#F9F9FB
8#FBFBFC
9#FDFDFE

Tones

Muted variations

1#EAEAF0
2#EBEBF0
3#EBEBEF
4#EBEBEF
5#ECECEF
6#ECECEE
7#ECECEE
8#EDEDEE
9#EDEDED

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F6
#F6F6F9
BackgroundsSubtle highlightsCard backgrounds
100
EAEA
#EAEAF0
Light backgroundsTable row hoverSkeleton loading
200
D8D8
#D8D8E3
Secondary backgroundsInput backgroundsDividers
300
BABA
#BABACE
BordersInactive statesPlaceholder text
400
9797
#9797B5
Disabled statesSecondary iconsMuted text
500
7979
#7979A0
Primary brand colorCTAsActive elementsLinks
600
5D5D
#5D5D83
Hover statesFocus ringsPrimary buttons hover
700
4A4A
#4A4A68
Active/pressed statesDark mode accentsSecondary text
800
3535
#35354B
Text on light backgroundsHeadingsStrong borders
900
2222
#222230
Primary textHigh emphasis contentDark headings
950
1515
#15151E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F6F6F9;
  --lavender-100: #EAEAF0;
  --lavender-200: #D8D8E3;
  --lavender-300: #BABACE;
  --lavender-400: #9797B5;
  --lavender-500: #7979A0;
  --lavender-600: #5D5D83;
  --lavender-700: #4A4A68;
  --lavender-800: #35354B;
  --lavender-900: #222230;
  --lavender-950: #15151E;
}
Generate More ShadesCreate PaletteConvert Color