Lavender

#E6EEF4

Blue

Color Codes

All color formats for development

HEX
#E6EEF4
RGB
rgb(230, 238, 244)
HSL
hsl(206, 39%, 93%)
OKLCH
oklch(0.945 0.012 239.9)
CMYK
cmyk(6%, 2%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.17:1

AA AAA

On Black Background

17.90:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F8
100
#E6EE
200
#D1E0
300
#ADC7
400
#83AA
500
#5F92
600
#4476
700
#365E
800
#2743
900
#192B
950
#101B

Shades

Darker variations

1#C5D8E6
2#A4C1D7
3#83ABC9
4#6294BA
5#487DA5
6#3A6484
7#2B4B63
8#1D3242
9#0E1921

Tints

Lighter variations

1#E9F0F5
2#EBF1F6
3#EEF3F7
4#F0F5F8
5#F3F7FA
6#F5F8FB
7#F8FAFC
8#FAFCFD
9#FDFDFE

Tones

Muted variations

1#E7EEF3
2#E8EEF3
3#E8EEF2
4#E9EEF1
5#EAEEF1
6#EAEEF0
7#EBEDEF
8#ECEDEF
9#ECEDEE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F8
#F4F8FA
BackgroundsSubtle highlightsCard backgrounds
100
E6EE
#E6EEF4
Light backgroundsTable row hoverSkeleton loading
200
D1E0
#D1E0EB
Secondary backgroundsInput backgroundsDividers
300
ADC7
#ADC7DB
BordersInactive statesPlaceholder text
400
83AA
#83AAC9
Disabled statesSecondary iconsMuted text
500
5F92
#5F92B9
Primary brand colorCTAsActive elementsLinks
600
4476
#44769C
Hover statesFocus ringsPrimary buttons hover
700
365E
#365E7C
Active/pressed statesDark mode accentsSecondary text
800
2743
#274359
Text on light backgroundsHeadingsStrong borders
900
192B
#192B39
Primary textHigh emphasis contentDark headings
950
101B
#101B23
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F4F8FA;
  --lavender-100: #E6EEF4;
  --lavender-200: #D1E0EB;
  --lavender-300: #ADC7DB;
  --lavender-400: #83AAC9;
  --lavender-500: #5F92B9;
  --lavender-600: #44769C;
  --lavender-700: #365E7C;
  --lavender-800: #274359;
  --lavender-900: #192B39;
  --lavender-950: #101B23;
}
Generate More ShadesCreate PaletteConvert Color