Lavender
#DCE0E0
GrayColor Codes
All color formats for development
HEX
#DCE0E0RGB
rgb(220, 224, 224)HSL
hsl(180, 6%, 87%)OKLCH
oklch(0.904 0.004 197.1)CMYK
cmyk(2%, 0%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C4CBCB
2#ADB6B6
3#95A1A1
4#7E8C8C
5#687676
6#535E5E
7#3F4747
8#2A2F2F
9#151818
Tints
Lighter variations
1#DFE3E3
2#E3E6E6
3#E6E9E9
4#EAECEC
5#EDEFEF
6#F1F3F3
7#F4F6F6
8#F8F9F9
9#FBFCFC
Tones
Muted variations
1#DCE0E0
2#DCDFDF
3#DCDFDF
4#DDDFDF
5#DDDFDF
6#DDDFDF
7#DDDEDE
8#DDDEDE
9#DEDEDE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F8 #F7F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECEE #ECEEEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCE0 #DCE0E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | C1C8 #C1C8C8 | BordersInactive statesPlaceholder text |
| 400 | A0AB #A0ABAB | Disabled statesSecondary iconsMuted text |
| 500 | 8593 #859393 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6977 #697777 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 545F #545F5F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C44 #3C4444 | Text on light backgroundsHeadingsStrong borders |
| 900 | 262B #262B2B | Primary textHigh emphasis contentDark headings |
| 950 | 181B #181B1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F7F8F8;
--lavender-100: #ECEEEE;
--lavender-200: #DCE0E0;
--lavender-300: #C1C8C8;
--lavender-400: #A0ABAB;
--lavender-500: #859393;
--lavender-600: #697777;
--lavender-700: #545F5F;
--lavender-800: #3C4444;
--lavender-900: #262B2B;
--lavender-950: #181B1B;
}