Lavender

#E9F1F1

Cyan

Color Codes

All color formats for development

HEX
#E9F1F1
RGB
rgb(233, 241, 241)
HSL
hsl(180, 22%, 93%)
OKLCH
oklch(0.952 0.009 197)
CMYK
cmyk(3%, 0%, 0%, 5%)

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
#F6F9
100
#E9F1
200
#D7E5
300
#B7D1
400
#92B9
500
#73A5
600
#5889
700
#466D
800
#324E
900
#2032
950
#141F

Shades

Darker variations

1#CCDFDF
2#AFCCCC
3#92BABA
4#75A7A7
5#5C9191
6#4A7474
7#375757
8#253A3A
9#121D1D

Tints

Lighter variations

1#EBF2F2
2#EEF4F4
3#F0F5F5
4#F2F7F7
5#F4F8F8
6#F6F9F9
7#F8FBFB
8#FBFCFC
9#FDFEFE

Tones

Muted variations

1#EAF1F1
2#EAF0F0
3#EAF0F0
4#EBF0F0
5#EBEFEF
6#ECEFEF
7#ECEEEE
8#ECEEEE
9#EDEEEE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F9
#F6F9F9
BackgroundsSubtle highlightsCard backgrounds
100
E9F1
#E9F1F1
Light backgroundsTable row hoverSkeleton loading
200
D7E5
#D7E5E5
Secondary backgroundsInput backgroundsDividers
300
B7D1
#B7D1D1
BordersInactive statesPlaceholder text
400
92B9
#92B9B9
Disabled statesSecondary iconsMuted text
500
73A5
#73A5A5
Primary brand colorCTAsActive elementsLinks
600
5889
#588989
Hover statesFocus ringsPrimary buttons hover
700
466D
#466D6D
Active/pressed statesDark mode accentsSecondary text
800
324E
#324E4E
Text on light backgroundsHeadingsStrong borders
900
2032
#203232
Primary textHigh emphasis contentDark headings
950
141F
#141F1F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F6F9F9;
  --lavender-100: #E9F1F1;
  --lavender-200: #D7E5E5;
  --lavender-300: #B7D1D1;
  --lavender-400: #92B9B9;
  --lavender-500: #73A5A5;
  --lavender-600: #588989;
  --lavender-700: #466D6D;
  --lavender-800: #324E4E;
  --lavender-900: #203232;
  --lavender-950: #141F1F;
}
Generate More ShadesCreate PaletteConvert Color