Lavender

#E6F4F4

Cyan

Color Codes

All color formats for development

HEX
#E6F4F4
RGB
rgb(230, 244, 244)
HSL
hsl(180, 39%, 93%)
OKLCH
oklch(0.957 0.015 196.9)
CMYK
cmyk(6%, 0%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.13:1

AA AAA

On Black Background

18.61:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4FA
100
#E6F4
200
#D1EB
300
#ADDB
400
#83C9
500
#5FB9
600
#449C
700
#367C
800
#2759
900
#1939
950
#1023

Shades

Darker variations

1#C5E6E6
2#A4D7D7
3#83C9C9
4#62BABA
5#48A5A5
6#3A8484
7#2B6363
8#1D4242
9#0E2121

Tints

Lighter variations

1#E9F5F5
2#EBF6F6
3#EEF7F7
4#F0F8F8
5#F3FAFA
6#F5FBFB
7#F8FCFC
8#FAFDFD
9#FDFEFE

Tones

Muted variations

1#E7F3F3
2#E8F3F3
3#E8F2F2
4#E9F1F1
5#EAF1F1
6#EAF0F0
7#EBEFEF
8#ECEFEF
9#ECEEEE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4FA
#F4FAFA
BackgroundsSubtle highlightsCard backgrounds
100
E6F4
#E6F4F4
Light backgroundsTable row hoverSkeleton loading
200
D1EB
#D1EBEB
Secondary backgroundsInput backgroundsDividers
300
ADDB
#ADDBDB
BordersInactive statesPlaceholder text
400
83C9
#83C9C9
Disabled statesSecondary iconsMuted text
500
5FB9
#5FB9B9
Primary brand colorCTAsActive elementsLinks
600
449C
#449C9C
Hover statesFocus ringsPrimary buttons hover
700
367C
#367C7C
Active/pressed statesDark mode accentsSecondary text
800
2759
#275959
Text on light backgroundsHeadingsStrong borders
900
1939
#193939
Primary textHigh emphasis contentDark headings
950
1023
#102323
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F4FAFA;
  --lavender-100: #E6F4F4;
  --lavender-200: #D1EBEB;
  --lavender-300: #ADDBDB;
  --lavender-400: #83C9C9;
  --lavender-500: #5FB9B9;
  --lavender-600: #449C9C;
  --lavender-700: #367C7C;
  --lavender-800: #275959;
  --lavender-900: #193939;
  --lavender-950: #102323;
}
Generate More ShadesCreate PaletteConvert Color