Lavender

#E3E6F8

Blue

Color Codes

All color formats for development

HEX
#E3E6F8
RGB
rgb(227, 230, 248)
HSL
hsl(231, 60%, 93%)
OKLCH
oklch(0.928 0.025 278.4)
CMYK
cmyk(8%, 7%, 0%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.24:1

AA AAA

On Black Background

16.94:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F4
100
#E2E6
200
#CAD0
300
#A1AC
400
#7080
500
#475C
600
#2D41
700
#2434
800
#1A25
900
#1018
950
#0A0F

Shades

Darker variations

1#BCC4EE
2#97A2E5
3#7181DB
4#4B5FD2
5#2F45BE
6#263798
7#1C2972
8#131C4C
9#090E26

Tints

Lighter variations

1#E5E8F9
2#E8EBF9
3#EBEDFA
4#EEF0FB
5#F1F2FB
6#F4F5FC
7#F6F7FD
8#F9FAFE
9#FCFCFE

Tones

Muted variations

1#E4E6F7
2#E5E7F6
3#E6E8F5
4#E7E9F4
5#E8E9F3
6#E9EAF1
7#EAEBF0
8#EBECEF
9#ECECEE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F4
#F3F4FC
BackgroundsSubtle highlightsCard backgrounds
100
E2E6
#E2E6F8
Light backgroundsTable row hoverSkeleton loading
200
CAD0
#CAD0F2
Secondary backgroundsInput backgroundsDividers
300
A1AC
#A1ACE8
BordersInactive statesPlaceholder text
400
7080
#7080DB
Disabled statesSecondary iconsMuted text
500
475C
#475CD1
Primary brand colorCTAsActive elementsLinks
600
2D41
#2D41B4
Hover statesFocus ringsPrimary buttons hover
700
2434
#24348F
Active/pressed statesDark mode accentsSecondary text
800
1A25
#1A2566
Text on light backgroundsHeadingsStrong borders
900
1018
#101841
Primary textHigh emphasis contentDark headings
950
0A0F
#0A0F29
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F3F4FC;
  --lavender-100: #E2E6F8;
  --lavender-200: #CAD0F2;
  --lavender-300: #A1ACE8;
  --lavender-400: #7080DB;
  --lavender-500: #475CD1;
  --lavender-600: #2D41B4;
  --lavender-700: #24348F;
  --lavender-800: #1A2566;
  --lavender-900: #101841;
  --lavender-950: #0A0F29;
}
Generate More ShadesCreate PaletteConvert Color