Lavender
#DADDE2
BlueColor Codes
All color formats for development
HEX
#DADDE2RGB
rgb(218, 221, 226)HSL
hsl(217, 12%, 87%)OKLCH
oklch(0.897 0.008 260.7)CMYK
cmyk(4%, 2%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C1C6CE
2#A8AFBB
3#8F99A7
4#768294
5#626C7C
6#4E5663
7#3B414B
8#272B32
9#141619
Tints
Lighter variations
1#DEE0E5
2#E1E4E8
3#E5E7EB
4#E9EBED
5#ECEEF0
6#F0F1F3
7#F4F5F6
8#F8F8F9
9#FBFCFC
Tones
Muted variations
1#DADDE1
2#DBDDE1
3#DBDDE1
4#DBDDE0
5#DCDDE0
6#DCDDDF
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 | BDC3 #BDC3CB | BordersInactive statesPlaceholder text |
| 400 | 9BA3 #9BA3B0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E89 #7E899A | Primary brand colorCTAsActive elementsLinks |
| 600 | 636D #636D7E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F57 #4F5764 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 383E #383E47 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2428 #24282E | 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: #BDC3CB;
--lavender-400: #9BA3B0;
--lavender-500: #7E899A;
--lavender-600: #636D7E;
--lavender-700: #4F5764;
--lavender-800: #383E47;
--lavender-900: #24282E;
--lavender-950: #16191D;
}