Lavender

#E3F2F8

Blue

Color Codes

All color formats for development

HEX
#E3F2F8
RGB
rgb(227, 242, 248)
HSL
hsl(197, 60%, 93%)
OKLCH
oklch(0.952 0.018 223.6)
CMYK
cmyk(8%, 2%, 0%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.15:1

AA AAA

On Black Background

18.32:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F9
100
#E2F2
200
#CAE6
300
#A1D4
400
#70BD
500
#47AA
600
#2D8D
700
#2470
800
#1A50
900
#1033
950
#0A20

Shades

Darker variations

1#BCE0EE
2#97CFE5
3#71BDDB
4#4BACD2
5#2F95BE
6#267898
7#1C5A72
8#133C4C
9#091E26

Tints

Lighter variations

1#E5F3F9
2#E8F4F9
3#EBF6FA
4#EEF7FB
5#F1F8FB
6#F4FAFC
7#F6FBFD
8#F9FCFE
9#FCFEFE

Tones

Muted variations

1#E4F1F7
2#E5F1F6
3#E6F0F5
4#E7F0F4
5#E8EFF3
6#E9EFF1
7#EAEFF0
8#EBEEEF
9#ECEEEE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F9
#F3F9FC
BackgroundsSubtle highlightsCard backgrounds
100
E2F2
#E2F2F8
Light backgroundsTable row hoverSkeleton loading
200
CAE6
#CAE6F2
Secondary backgroundsInput backgroundsDividers
300
A1D4
#A1D4E8
BordersInactive statesPlaceholder text
400
70BD
#70BDDB
Disabled statesSecondary iconsMuted text
500
47AA
#47AAD1
Primary brand colorCTAsActive elementsLinks
600
2D8D
#2D8DB4
Hover statesFocus ringsPrimary buttons hover
700
2470
#24708F
Active/pressed statesDark mode accentsSecondary text
800
1A50
#1A5066
Text on light backgroundsHeadingsStrong borders
900
1033
#103341
Primary textHigh emphasis contentDark headings
950
0A20
#0A2029
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F3F9FC;
  --lavender-100: #E2F2F8;
  --lavender-200: #CAE6F2;
  --lavender-300: #A1D4E8;
  --lavender-400: #70BDDB;
  --lavender-500: #47AAD1;
  --lavender-600: #2D8DB4;
  --lavender-700: #24708F;
  --lavender-800: #1A5066;
  --lavender-900: #103341;
  --lavender-950: #0A2029;
}
Generate More ShadesCreate PaletteConvert Color