Lavender
#DADAE2
BlueColor Codes
All color formats for development
HEX
#DADAE2RGB
rgb(218, 218, 226)HSL
hsl(240, 12%, 87%)OKLCH
oklch(0.891 0.011 286.2)CMYK
cmyk(4%, 4%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C1C1CE
2#A8A8BB
3#8F8FA7
4#767694
5#62627C
6#4E4E63
7#3B3B4B
8#272732
9#141419
Tints
Lighter variations
1#DEDEE5
2#E1E1E8
3#E5E5EB
4#E9E9ED
5#ECECF0
6#F0F0F3
7#F4F4F6
8#F8F8F9
9#FBFBFC
Tones
Muted variations
1#DADAE1
2#DBDBE1
3#DBDBE1
4#DBDBE0
5#DCDCE0
6#DCDCDF
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 #BDBDCB | BordersInactive statesPlaceholder text |
| 400 | 9B9B #9B9BB0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E7E #7E7E9A | Primary brand colorCTAsActive elementsLinks |
| 600 | 6363 #63637E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F4F #4F4F64 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3838 #383847 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2424 #24242E | 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: #BDBDCB;
--lavender-400: #9B9BB0;
--lavender-500: #7E7E9A;
--lavender-600: #63637E;
--lavender-700: #4F4F64;
--lavender-800: #383847;
--lavender-900: #24242E;
--lavender-950: #16161D;
}