Lavender

#D9E3E3

Cyan

Color Codes

All color formats for development

HEX
#D9E3E3
RGB
rgb(217, 227, 227)
HSL
hsl(180, 15%, 87%)
OKLCH
oklch(0.908 0.011 197)
CMYK
cmyk(4%, 0%, 0%, 11%)

Accessibility

WCAG contrast compliance

On White Background

1.31:1

AA AAA

On Black Background

16.05:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EAF0
200
#D9E3
300
#BCCD
400
#98B3
500
#7B9D
600
#5F81
700
#4C67
800
#3649
900
#232F
950
#161D

Shades

Darker variations

1#BFD0D0
2#A6BDBD
3#8CAAAA
4#739797
5#5E8080
6#4B6666
7#394D4D
8#263333
9#131A1A

Tints

Lighter variations

1#DDE6E6
2#E1E8E8
3#E4EBEB
4#E8EEEE
5#ECF1F1
6#F0F4F4
7#F4F7F7
8#F7F9F9
9#FBFCFC

Tones

Muted variations

1#D9E2E2
2#DAE2E2
3#DAE1E1
4#DBE1E1
5#DBE0E0
6#DCE0E0
7#DCDFDF
8#DDDFDF
9#DDDEDE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F8
BackgroundsSubtle highlightsCard backgrounds
100
EAF0
#EAF0F0
Light backgroundsTable row hoverSkeleton loading
200
D9E3
#D9E3E3
Secondary backgroundsInput backgroundsDividers
300
BCCD
#BCCDCD
BordersInactive statesPlaceholder text
400
98B3
#98B3B3
Disabled statesSecondary iconsMuted text
500
7B9D
#7B9D9D
Primary brand colorCTAsActive elementsLinks
600
5F81
#5F8181
Hover statesFocus ringsPrimary buttons hover
700
4C67
#4C6767
Active/pressed statesDark mode accentsSecondary text
800
3649
#364949
Text on light backgroundsHeadingsStrong borders
900
232F
#232F2F
Primary textHigh emphasis contentDark headings
950
161D
#161D1D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F6F8F8;
  --lavender-100: #EAF0F0;
  --lavender-200: #D9E3E3;
  --lavender-300: #BCCDCD;
  --lavender-400: #98B3B3;
  --lavender-500: #7B9D9D;
  --lavender-600: #5F8181;
  --lavender-700: #4C6767;
  --lavender-800: #364949;
  --lavender-900: #232F2F;
  --lavender-950: #161D1D;
}
Generate More ShadesCreate PaletteConvert Color