Lavender

#E0EAFA

Blue

Color Codes

All color formats for development

HEX
#E0EAFA
RGB
rgb(224, 234, 250)
HSL
hsl(217, 72%, 93%)
OKLCH
oklch(0.934 0.024 259.8)
CMYK
cmyk(10%, 6%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.21:1

AA AAA

On Black Background

17.32:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F6
100
#E0EA
200
#C6D8
300
#9ABA
400
#6597
500
#3A79
600
#1F5D
700
#194A
800
#1235
900
#0B22
950
#0715

Shades

Darker variations

1#B8CEF3
2#8FB3ED
3#6697E6
4#3D7BDF
5#2163CC
6#1B4FA3
7#143B7A
8#0D2752
9#071429

Tints

Lighter variations

1#E3ECFB
2#E6EEFB
3#EAF0FC
4#EDF2FC
5#F0F5FD
6#F3F7FD
7#F6F9FE
8#F9FBFE
9#FCFDFF

Tones

Muted variations

1#E2EAF9
2#E3EBF7
3#E4EBF6
4#E5EBF5
5#E7ECF4
6#E8ECF2
7#E9ECF1
8#EBEDF0
9#ECEDEE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F6
#F2F6FD
BackgroundsSubtle highlightsCard backgrounds
100
E0EA
#E0EAFA
Light backgroundsTable row hoverSkeleton loading
200
C6D8
#C6D8F6
Secondary backgroundsInput backgroundsDividers
300
9ABA
#9ABAEF
BordersInactive statesPlaceholder text
400
6597
#6597E6
Disabled statesSecondary iconsMuted text
500
3A79
#3A79DF
Primary brand colorCTAsActive elementsLinks
600
1F5D
#1F5DC1
Hover statesFocus ringsPrimary buttons hover
700
194A
#194A9A
Active/pressed statesDark mode accentsSecondary text
800
1235
#12356E
Text on light backgroundsHeadingsStrong borders
900
0B22
#0B2246
Primary textHigh emphasis contentDark headings
950
0715
#07152C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F2F6FD;
  --lavender-100: #E0EAFA;
  --lavender-200: #C6D8F6;
  --lavender-300: #9ABAEF;
  --lavender-400: #6597E6;
  --lavender-500: #3A79DF;
  --lavender-600: #1F5DC1;
  --lavender-700: #194A9A;
  --lavender-800: #12356E;
  --lavender-900: #0B2246;
  --lavender-950: #07152C;
}
Generate More ShadesCreate PaletteConvert Color