Lavender

#DDDDDF

Gray

Color Codes

All color formats for development

HEX
#DDDDDF
RGB
rgb(221, 221, 223)
HSL
hsl(240, 3%, 87%)
OKLCH
oklch(0.898 0.003 286.3)
CMYK
cmyk(1%, 1%, 0%, 13%)

Accessibility

WCAG contrast compliance

On White Background

1.36:1

AA AAA

On Black Background

15.48:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F7
100
#EDED
200
#DDDD
300
#C3C3
400
#A3A3
500
#8989
600
#6D6D
700
#5757
800
#3E3E
900
#2828
950
#1919

Shades

Darker variations

1#C6C6C9
2#AFAFB4
3#98989E
4#818189
5#6C6C72
6#56565B
7#414145
8#2B2B2E
9#161617

Tints

Lighter variations

1#E0E0E2
2#E4E4E5
3#E7E7E8
4#EBEBEC
5#EEEEEF
6#F1F1F2
7#F5F5F5
8#F8F8F9
9#FCFCFC

Tones

Muted variations

1#DDDDDF
2#DDDDDF
3#DDDDDF
4#DDDDDE
5#DDDDDE
6#DDDDDE
7#DEDEDE
8#DEDEDE
9#DEDEDE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F7
#F7F7F8
BackgroundsSubtle highlightsCard backgrounds
100
EDED
#EDEDEE
Light backgroundsTable row hoverSkeleton loading
200
DDDD
#DDDDDF
Secondary backgroundsInput backgroundsDividers
300
C3C3
#C3C3C6
BordersInactive statesPlaceholder text
400
A3A3
#A3A3A8
Disabled statesSecondary iconsMuted text
500
8989
#898990
Primary brand colorCTAsActive elementsLinks
600
6D6D
#6D6D74
Hover statesFocus ringsPrimary buttons hover
700
5757
#57575C
Active/pressed statesDark mode accentsSecondary text
800
3E3E
#3E3E42
Text on light backgroundsHeadingsStrong borders
900
2828
#28282A
Primary textHigh emphasis contentDark headings
950
1919
#19191A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F7F7F8;
  --lavender-100: #EDEDEE;
  --lavender-200: #DDDDDF;
  --lavender-300: #C3C3C6;
  --lavender-400: #A3A3A8;
  --lavender-500: #898990;
  --lavender-600: #6D6D74;
  --lavender-700: #57575C;
  --lavender-800: #3E3E42;
  --lavender-900: #28282A;
  --lavender-950: #19191A;
}
Generate More ShadesCreate PaletteConvert Color