Lavender
#D9DDE2
BlueColor Codes
All color formats for development
HEX
#D9DDE2RGB
rgb(217, 221, 226)HSL
hsl(213, 13%, 87%)OKLCH
oklch(0.896 0.008 253.9)CMYK
cmyk(4%, 2%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C0C7CF
2#A7B0BC
3#8E9AA8
4#758495
5#616D7D
6#4D5864
7#3A424B
8#272C32
9#131619
Tints
Lighter variations
1#DDE1E5
2#E1E4E8
3#E5E7EB
4#E9EBEE
5#ECEEF1
6#F0F2F3
7#F4F5F6
8#F8F8F9
9#FBFCFC
Tones
Muted variations
1#DADDE2
2#DADEE1
3#DBDEE1
4#DBDEE0
5#DCDEE0
6#DCDEE0
7#DDDEDF
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 | EBED #EBEDEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADD #DADDE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDC4 #BDC4CC | BordersInactive statesPlaceholder text |
| 400 | 9AA5 #9AA5B1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D8B #7D8B9B | Primary brand colorCTAsActive elementsLinks |
| 600 | 626F #626F7F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E58 #4E5865 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 373F #373F48 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2328 #23282E | 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: #EBEDEF;
--lavender-200: #DADDE2;
--lavender-300: #BDC4CC;
--lavender-400: #9AA5B1;
--lavender-500: #7D8B9B;
--lavender-600: #626F7F;
--lavender-700: #4E5865;
--lavender-800: #373F48;
--lavender-900: #23282E;
--lavender-950: #16191D;
}