Lavender

#EAEEF0

Blue

Color Codes

All color formats for development

HEX
#EAEEF0
RGB
rgb(234, 238, 240)
HSL
hsl(200, 17%, 93%)
OKLCH
oklch(0.947 0.005 228.8)
CMYK
cmyk(3%, 1%, 0%, 6%)

Accessibility

WCAG contrast compliance

On White Background

1.17:1

AA AAA

On Black Background

17.99:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EAEE
200
#D8E0
300
#BAC8
400
#97AB
500
#7993
600
#5D77
700
#4A5E
800
#3543
900
#222B
950
#151B

Shades

Darker variations

1#CED8DD
2#B3C1C9
3#97ABB5
4#7B95A1
5#627D8B
6#4F646F
7#3B4B53
8#273237
9#14191C

Tints

Lighter variations

1#ECF0F2
2#EEF2F3
3#F0F3F5
4#F2F5F6
5#F5F7F8
6#F7F8F9
7#F9FAFB
8#FBFCFC
9#FDFDFE

Tones

Muted variations

1#EAEEF0
2#EBEEF0
3#EBEEEF
4#EBEEEF
5#ECEEEF
6#ECEEEE
7#ECEDEE
8#EDEDEE
9#EDEDED

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F9
BackgroundsSubtle highlightsCard backgrounds
100
EAEE
#EAEEF0
Light backgroundsTable row hoverSkeleton loading
200
D8E0
#D8E0E3
Secondary backgroundsInput backgroundsDividers
300
BAC8
#BAC8CE
BordersInactive statesPlaceholder text
400
97AB
#97ABB5
Disabled statesSecondary iconsMuted text
500
7993
#7993A0
Primary brand colorCTAsActive elementsLinks
600
5D77
#5D7783
Hover statesFocus ringsPrimary buttons hover
700
4A5E
#4A5E68
Active/pressed statesDark mode accentsSecondary text
800
3543
#35434B
Text on light backgroundsHeadingsStrong borders
900
222B
#222B30
Primary textHigh emphasis contentDark headings
950
151B
#151B1E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F6F8F9;
  --lavender-100: #EAEEF0;
  --lavender-200: #D8E0E3;
  --lavender-300: #BAC8CE;
  --lavender-400: #97ABB5;
  --lavender-500: #7993A0;
  --lavender-600: #5D7783;
  --lavender-700: #4A5E68;
  --lavender-800: #35434B;
  --lavender-900: #222B30;
  --lavender-950: #151B1E;
}
Generate More ShadesCreate PaletteConvert Color