Lavender

#D7E2E5

Cyan

Color Codes

All color formats for development

HEX
#D7E2E5
RGB
rgb(215, 226, 229)
HSL
hsl(193, 21%, 87%)
OKLCH
oklch(0.905 0.013 215.8)
CMYK
cmyk(6%, 1%, 0%, 10%)

Accessibility

WCAG contrast compliance

On White Background

1.32:1

AA AAA

On Black Background

15.90:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#E9EF
200
#D7E2
300
#B8CB
400
#93B0
500
#749A
600
#597E
700
#4764
800
#3247
900
#202E
950
#141D

Shades

Darker variations

1#BCCED3
2#A1BBC2
3#86A7B0
4#6C949F
5#587C86
6#46636B
7#354A51
8#233236
9#12191B

Tints

Lighter variations

1#DBE5E7
2#DFE8EA
3#E3EBED
4#E7EDEF
5#EBF0F2
6#EFF3F5
7#F3F6F7
8#F7F9FA
9#FBFCFC

Tones

Muted variations

1#D8E1E4
2#D8E1E3
3#D9E1E3
4#DAE0E2
5#DAE0E1
6#DBDFE1
7#DCDFE0
8#DCDFDF
9#DDDEDF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F9
BackgroundsSubtle highlightsCard backgrounds
100
E9EF
#E9EFF1
Light backgroundsTable row hoverSkeleton loading
200
D7E2
#D7E2E5
Secondary backgroundsInput backgroundsDividers
300
B8CB
#B8CBD1
BordersInactive statesPlaceholder text
400
93B0
#93B0B8
Disabled statesSecondary iconsMuted text
500
749A
#749AA4
Primary brand colorCTAsActive elementsLinks
600
597E
#597E88
Hover statesFocus ringsPrimary buttons hover
700
4764
#47646C
Active/pressed statesDark mode accentsSecondary text
800
3247
#32474D
Text on light backgroundsHeadingsStrong borders
900
202E
#202E31
Primary textHigh emphasis contentDark headings
950
141D
#141D1F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F6F8F9;
  --lavender-100: #E9EFF1;
  --lavender-200: #D7E2E5;
  --lavender-300: #B8CBD1;
  --lavender-400: #93B0B8;
  --lavender-500: #749AA4;
  --lavender-600: #597E88;
  --lavender-700: #47646C;
  --lavender-800: #32474D;
  --lavender-900: #202E31;
  --lavender-950: #141D1F;
}
Generate More ShadesCreate PaletteConvert Color