Lavender

#E3F4F8

Cyan

Color Codes

All color formats for development

HEX
#E3F4F8
RGB
rgb(227, 244, 248)
HSL
hsl(191, 60%, 93%)
OKLCH
oklch(0.956 0.019 213.4)
CMYK
cmyk(8%, 2%, 0%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.13:1

AA AAA

On Black Background

18.56:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FA
100
#E2F4
200
#CAEA
300
#A1DB
400
#70C8
500
#47B8
600
#2D9B
700
#247B
800
#1A58
900
#1038
950
#0A23

Shades

Darker variations

1#BCE5EE
2#97D7E5
3#71C8DB
4#4BB9D2
5#2FA4BE
6#268398
7#1C6272
8#13414C
9#092126

Tints

Lighter variations

1#E5F5F9
2#E8F6F9
3#EBF7FA
4#EEF8FB
5#F1F9FB
6#F4FBFC
7#F6FCFD
8#F9FDFE
9#FCFEFE

Tones

Muted variations

1#E4F3F7
2#E5F3F6
3#E6F2F5
4#E7F1F4
5#E8F1F3
6#E9F0F1
7#EAEFF0
8#EBEFEF
9#ECEEEE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FA
#F3FAFC
BackgroundsSubtle highlightsCard backgrounds
100
E2F4
#E2F4F8
Light backgroundsTable row hoverSkeleton loading
200
CAEA
#CAEAF2
Secondary backgroundsInput backgroundsDividers
300
A1DB
#A1DBE8
BordersInactive statesPlaceholder text
400
70C8
#70C8DB
Disabled statesSecondary iconsMuted text
500
47B8
#47B8D1
Primary brand colorCTAsActive elementsLinks
600
2D9B
#2D9BB4
Hover statesFocus ringsPrimary buttons hover
700
247B
#247B8F
Active/pressed statesDark mode accentsSecondary text
800
1A58
#1A5866
Text on light backgroundsHeadingsStrong borders
900
1038
#103841
Primary textHigh emphasis contentDark headings
950
0A23
#0A2329
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F3FAFC;
  --lavender-100: #E2F4F8;
  --lavender-200: #CAEAF2;
  --lavender-300: #A1DBE8;
  --lavender-400: #70C8DB;
  --lavender-500: #47B8D1;
  --lavender-600: #2D9BB4;
  --lavender-700: #247B8F;
  --lavender-800: #1A5866;
  --lavender-900: #103841;
  --lavender-950: #0A2329;
}
Generate More ShadesCreate PaletteConvert Color