Lavender
#D9DDE3
BlueColor Codes
All color formats for development
HEX
#D9DDE3RGB
rgb(217, 221, 227)HSL
hsl(216, 15%, 87%)OKLCH
oklch(0.896 0.009 258.3)CMYK
cmyk(4%, 3%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BFC6D0
2#A6AFBD
3#8C98AA
4#738197
5#5E6C80
6#4B5666
7#39414D
8#262B33
9#13161A
Tints
Lighter variations
1#DDE0E6
2#E1E4E8
3#E4E7EB
4#E8EBEE
5#ECEEF1
6#F0F1F4
7#F4F5F7
8#F7F8F9
9#FBFCFC
Tones
Muted variations
1#D9DDE2
2#DADDE2
3#DADDE1
4#DBDDE1
5#DBDDE0
6#DCDDE0
7#DCDEDF
8#DDDEDF
9#DDDEDE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAED #EAEDF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DD #D9DDE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC3 #BCC3CD | BordersInactive statesPlaceholder text |
| 400 | 98A3 #98A3B3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B89 #7B899D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F6D #5F6D81 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C57 #4C5767 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 363E #363E49 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2328 #23282F | Primary textHigh emphasis contentDark headings |
| 950 | 1619 #16191D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F6F7F8;
--lavender-100: #EAEDF0;
--lavender-200: #D9DDE3;
--lavender-300: #BCC3CD;
--lavender-400: #98A3B3;
--lavender-500: #7B899D;
--lavender-600: #5F6D81;
--lavender-700: #4C5767;
--lavender-800: #363E49;
--lavender-900: #23282F;
--lavender-950: #16191D;
}