Lavender
#D7D7E4
BlueColor Codes
All color formats for development
HEX
#D7D7E4RGB
rgb(215, 215, 228)HSL
hsl(240, 19%, 87%)OKLCH
oklch(0.883 0.018 286)CMYK
cmyk(6%, 6%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BDBDD2
2#A3A3C0
3#8888AE
4#6E6E9C
5#5A5A84
6#48486A
7#36364F
8#242435
9#12121A
Tints
Lighter variations
1#DBDBE7
2#DFDFEA
3#E3E3EC
4#E7E7EF
5#EBEBF2
6#EFEFF4
7#F3F3F7
8#F7F7FA
9#FBFBFC
Tones
Muted variations
1#D8D8E4
2#D9D9E3
3#D9D9E2
4#DADAE2
5#DBDBE1
6#DBDBE0
7#DCDCE0
8#DDDDDF
9#DDDDDE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEA #EAEAF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8D8 #D8D8E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9B9 #B9B9CF | BordersInactive statesPlaceholder text |
| 400 | 9595 #9595B7 | Disabled statesSecondary iconsMuted text |
| 500 | 7676 #7676A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B5B #5B5B86 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4848 #48486A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3434 #34344C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2121 #212131 | Primary textHigh emphasis contentDark headings |
| 950 | 1515 #15151E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F6F6F9;
--lavender-100: #EAEAF1;
--lavender-200: #D8D8E4;
--lavender-300: #B9B9CF;
--lavender-400: #9595B7;
--lavender-500: #7676A2;
--lavender-600: #5B5B86;
--lavender-700: #48486A;
--lavender-800: #34344C;
--lavender-900: #212131;
--lavender-950: #15151E;
}