Lavender
#D7DEE4
BlueColor Codes
All color formats for development
HEX
#D7DEE4RGB
rgb(215, 222, 228)HSL
hsl(208, 19%, 87%)OKLCH
oklch(0.897 0.011 243.7)CMYK
cmyk(6%, 3%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BDC8D2
2#A3B2C0
3#889DAE
4#6E879C
5#5A7084
6#485A6A
7#36434F
8#242D35
9#12161A
Tints
Lighter variations
1#DBE2E7
2#DFE5EA
3#E3E8EC
4#E7EBEF
5#EBEFF2
6#EFF2F4
7#F3F5F7
8#F7F8FA
9#FBFCFC
Tones
Muted variations
1#D8DEE4
2#D9DEE3
3#D9DEE2
4#DADEE2
5#DBDEE1
6#DBDEE0
7#DCDEE0
8#DDDEDF
9#DDDEDE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAED #EAEDF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DE #D8DEE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C5 #B9C5CF | BordersInactive statesPlaceholder text |
| 400 | 95A7 #95A7B7 | Disabled statesSecondary iconsMuted text |
| 500 | 768E #768EA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B72 #5B7286 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 485A #485A6A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3441 #34414C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2129 #212931 | Primary textHigh emphasis contentDark headings |
| 950 | 151A #151A1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F6F7F9;
--lavender-100: #EAEDF1;
--lavender-200: #D8DEE4;
--lavender-300: #B9C5CF;
--lavender-400: #95A7B7;
--lavender-500: #768EA2;
--lavender-600: #5B7286;
--lavender-700: #485A6A;
--lavender-800: #34414C;
--lavender-900: #212931;
--lavender-950: #151A1E;
}