Lavender

#E4F4F6

Cyan

Color Codes

All color formats for development

HEX
#E4F4F6
RGB
rgb(228, 244, 246)
HSL
hsl(187, 50%, 93%)
OKLCH
oklch(0.956 0.017 205.8)
CMYK
cmyk(7%, 1%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.13:1

AA AAA

On Black Background

18.57:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4FA
100
#E4F4
200
#CDEB
300
#A7DB
400
#79C8
500
#53B8
600
#389B
700
#2D7B
800
#2058
900
#1438
950
#0D23

Shades

Darker variations

1#C1E5EA
2#9DD7DE
3#7AC8D3
4#56B9C7
5#3BA4B2
6#2F838E
7#24626B
8#184247
9#0C2124

Tints

Lighter variations

1#E7F5F7
2#EAF6F8
3#ECF7F9
4#EFF8FA
5#F2F9FB
6#F4FBFB
7#F7FCFC
8#FAFDFD
9#FCFEFE

Tones

Muted variations

1#E5F3F5
2#E6F3F4
3#E7F2F3
4#E8F1F3
5#E9F1F2
6#EAF0F1
7#EAEFF0
8#EBEFEF
9#ECEEEE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4FA
#F4FAFB
BackgroundsSubtle highlightsCard backgrounds
100
E4F4
#E4F4F6
Light backgroundsTable row hoverSkeleton loading
200
CDEB
#CDEBEE
Secondary backgroundsInput backgroundsDividers
300
A7DB
#A7DBE2
BordersInactive statesPlaceholder text
400
79C8
#79C8D2
Disabled statesSecondary iconsMuted text
500
53B8
#53B8C6
Primary brand colorCTAsActive elementsLinks
600
389B
#389BA8
Hover statesFocus ringsPrimary buttons hover
700
2D7B
#2D7B86
Active/pressed statesDark mode accentsSecondary text
800
2058
#205860
Text on light backgroundsHeadingsStrong borders
900
1438
#14383D
Primary textHigh emphasis contentDark headings
950
0D23
#0D2326
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F4FAFB;
  --lavender-100: #E4F4F6;
  --lavender-200: #CDEBEE;
  --lavender-300: #A7DBE2;
  --lavender-400: #79C8D2;
  --lavender-500: #53B8C6;
  --lavender-600: #389BA8;
  --lavender-700: #2D7B86;
  --lavender-800: #205860;
  --lavender-900: #14383D;
  --lavender-950: #0D2326;
}
Generate More ShadesCreate PaletteConvert Color