Lavender

#E8F2F2

Cyan

Color Codes

All color formats for development

HEX
#E8F2F2
RGB
rgb(232, 242, 242)
HSL
hsl(180, 28%, 93%)
OKLCH
oklch(0.954 0.011 197)
CMYK
cmyk(4%, 0%, 0%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.14:1

AA AAA

On Black Background

18.41:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F9
100
#E8F2
200
#D5E7
300
#B4D5
400
#8DBF
500
#6CAC
600
#5190
700
#4072
800
#2E52
900
#1D34
950
#1221

Shades

Darker variations

1#CAE1E1
2#ABD0D0
3#8DBFBF
4#6FAEAE
5#559898
6#447979
7#335B5B
8#223D3D
9#111E1E

Tints

Lighter variations

1#EAF3F3
2#EDF5F5
3#EFF6F6
4#F1F7F7
5#F4F9F9
6#F6FAFA
7#F8FBFB
8#FAFCFC
9#FDFEFE

Tones

Muted variations

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

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F9
#F5F9F9
BackgroundsSubtle highlightsCard backgrounds
100
E8F2
#E8F2F2
Light backgroundsTable row hoverSkeleton loading
200
D5E7
#D5E7E7
Secondary backgroundsInput backgroundsDividers
300
B4D5
#B4D5D5
BordersInactive statesPlaceholder text
400
8DBF
#8DBFBF
Disabled statesSecondary iconsMuted text
500
6CAC
#6CACAC
Primary brand colorCTAsActive elementsLinks
600
5190
#519090
Hover statesFocus ringsPrimary buttons hover
700
4072
#407272
Active/pressed statesDark mode accentsSecondary text
800
2E52
#2E5252
Text on light backgroundsHeadingsStrong borders
900
1D34
#1D3434
Primary textHigh emphasis contentDark headings
950
1221
#122121
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F5F9F9;
  --lavender-100: #E8F2F2;
  --lavender-200: #D5E7E7;
  --lavender-300: #B4D5D5;
  --lavender-400: #8DBFBF;
  --lavender-500: #6CACAC;
  --lavender-600: #519090;
  --lavender-700: #407272;
  --lavender-800: #2E5252;
  --lavender-900: #1D3434;
  --lavender-950: #122121;
}
Generate More ShadesCreate PaletteConvert Color