Lavender

#E0EFFA

Blue

Color Codes

All color formats for development

HEX
#E0EFFA
RGB
rgb(224, 239, 250)
HSL
hsl(205, 72%, 93%)
OKLCH
oklch(0.944 0.022 239.4)
CMYK
cmyk(10%, 4%, 0%, 2%)

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
#F2F8
100
#E0EF
200
#C6E2
300
#9ACB
400
#65B0
500
#3A9A
600
#1F7E
700
#1964
800
#1247
900
#0B2E
950
#071D

Shades

Darker variations

1#B8DAF3
2#8FC6ED
3#66B1E6
4#3D9CDF
5#2185CC
6#1B6AA3
7#14507A
8#0D3552
9#071B29

Tints

Lighter variations

1#E3F1FB
2#E6F2FB
3#EAF4FC
4#EDF6FC
5#F0F7FD
6#F3F9FD
7#F6FAFE
8#F9FCFE
9#FCFDFF

Tones

Muted variations

1#E2EFF9
2#E3EFF7
3#E4EFF6
4#E5EEF5
5#E7EEF4
6#E8EEF2
7#E9EEF1
8#EBEEF0
9#ECEDEE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F8
#F2F8FD
BackgroundsSubtle highlightsCard backgrounds
100
E0EF
#E0EFFA
Light backgroundsTable row hoverSkeleton loading
200
C6E2
#C6E2F6
Secondary backgroundsInput backgroundsDividers
300
9ACB
#9ACBEF
BordersInactive statesPlaceholder text
400
65B0
#65B0E6
Disabled statesSecondary iconsMuted text
500
3A9A
#3A9ADF
Primary brand colorCTAsActive elementsLinks
600
1F7E
#1F7EC1
Hover statesFocus ringsPrimary buttons hover
700
1964
#19649A
Active/pressed statesDark mode accentsSecondary text
800
1247
#12476E
Text on light backgroundsHeadingsStrong borders
900
0B2E
#0B2E46
Primary textHigh emphasis contentDark headings
950
071D
#071D2C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F2F8FD;
  --lavender-100: #E0EFFA;
  --lavender-200: #C6E2F6;
  --lavender-300: #9ACBEF;
  --lavender-400: #65B0E6;
  --lavender-500: #3A9ADF;
  --lavender-600: #1F7EC1;
  --lavender-700: #19649A;
  --lavender-800: #12476E;
  --lavender-900: #0B2E46;
  --lavender-950: #071D2C;
}
Generate More ShadesCreate PaletteConvert Color