Lavender
#D6DFE6
BlueColor Codes
All color formats for development
HEX
#D6DFE6RGB
rgb(214, 223, 230)HSL
hsl(206, 24%, 87%)OKLCH
oklch(0.899 0.014 241)CMYK
cmyk(7%, 3%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BAC9D5
2#9FB4C4
3#839EB3
4#6889A2
5#54728A
6#435C6E
7#334553
8#222E37
9#11171C
Tints
Lighter variations
1#DAE2E8
2#DEE5EB
3#E2E9ED
4#E6ECF0
5#EAEFF2
6#EFF2F5
7#F3F5F7
8#F7F9FA
9#FBFCFC
Tones
Muted variations
1#D7DFE5
2#D7DFE4
3#D8DFE3
4#D9DEE3
5#DADEE2
6#DBDEE1
7#DBDEE0
8#DCDEDF
9#DDDEDF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EE #E9EEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6DF #D6DFE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6C6 #B6C6D2 | BordersInactive statesPlaceholder text |
| 400 | 90A9 #90A9BB | Disabled statesSecondary iconsMuted text |
| 500 | 7190 #7190A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5574 #55748B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 445C #445C6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3042 #30424F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F2A #1F2A33 | Primary textHigh emphasis contentDark headings |
| 950 | 131A #131A20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F6F8F9;
--lavender-100: #E9EEF1;
--lavender-200: #D6DFE6;
--lavender-300: #B6C6D2;
--lavender-400: #90A9BB;
--lavender-500: #7190A8;
--lavender-600: #55748B;
--lavender-700: #445C6F;
--lavender-800: #30424F;
--lavender-900: #1F2A33;
--lavender-950: #131A20;
}