Lavender
#DADBE2
BlueColor Codes
All color formats for development
HEX
#DADBE2RGB
rgb(218, 219, 226)HSL
hsl(233, 12%, 87%)OKLCH
oklch(0.893 0.01 279.7)CMYK
cmyk(4%, 3%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C1C3CE
2#A8AABB
3#8F92A7
4#767A94
5#62657C
6#4E5163
7#3B3C4B
8#272832
9#141419
Tints
Lighter variations
1#DEDEE5
2#E1E2E8
3#E5E6EB
4#E9E9ED
5#ECEDF0
6#F0F1F3
7#F4F4F6
8#F8F8F9
9#FBFBFC
Tones
Muted variations
1#DADBE1
2#DBDBE1
3#DBDCE1
4#DBDCE0
5#DCDCE0
6#DCDDDF
7#DDDDDF
8#DDDDDF
9#DDDEDE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEC #EBECEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADB #DADBE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDBF #BDBFCB | BordersInactive statesPlaceholder text |
| 400 | 9B9E #9B9EB0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E82 #7E829A | Primary brand colorCTAsActive elementsLinks |
| 600 | 6366 #63667E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F51 #4F5164 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 383A #383A47 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2425 #24252E | Primary textHigh emphasis contentDark headings |
| 950 | 1617 #16171D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F6F7F8;
--lavender-100: #EBECEF;
--lavender-200: #DADBE2;
--lavender-300: #BDBFCB;
--lavender-400: #9B9EB0;
--lavender-500: #7E829A;
--lavender-600: #63667E;
--lavender-700: #4F5164;
--lavender-800: #383A47;
--lavender-900: #24252E;
--lavender-950: #16171D;
}