Lavender
#D9D9E2
BlueColor Codes
All color formats for development
HEX
#D9D9E2RGB
rgb(217, 217, 226)HSL
hsl(240, 13%, 87%)OKLCH
oklch(0.888 0.012 286.1)CMYK
cmyk(4%, 4%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C0C0CF
2#A7A7BC
3#8E8EA8
4#757595
5#61617D
6#4D4D64
7#3A3A4B
8#272732
9#131319
Tints
Lighter variations
1#DDDDE5
2#E1E1E8
3#E5E5EB
4#E9E9EE
5#ECECF1
6#F0F0F3
7#F4F4F6
8#F8F8F9
9#FBFBFC
Tones
Muted variations
1#DADAE2
2#DADAE1
3#DBDBE1
4#DBDBE0
5#DCDCE0
6#DCDCE0
7#DDDDDF
8#DDDDDF
9#DDDDDE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEB #EBEBEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADA #DADAE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDBD #BDBDCC | BordersInactive statesPlaceholder text |
| 400 | 9A9A #9A9AB1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D7D #7D7D9B | Primary brand colorCTAsActive elementsLinks |
| 600 | 6262 #62627F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E4E #4E4E65 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3737 #373748 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2323 #23232E | Primary textHigh emphasis contentDark headings |
| 950 | 1616 #16161D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F6F6F8;
--lavender-100: #EBEBEF;
--lavender-200: #DADAE2;
--lavender-300: #BDBDCC;
--lavender-400: #9A9AB1;
--lavender-500: #7D7D9B;
--lavender-600: #62627F;
--lavender-700: #4E4E65;
--lavender-800: #373748;
--lavender-900: #23232E;
--lavender-950: #16161D;
}