Lavender
#EBEBEF
BlueColor Codes
All color formats for development
HEX
#EBEBEFRGB
rgb(235, 235, 239)HSL
hsl(240, 11%, 93%)OKLCH
oklch(0.941 0.005 286.3)CMYK
cmyk(2%, 2%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D1D1DA
2#B7B7C5
3#9C9CB0
4#82829B
5#6A6A84
6#545469
7#3F3F4F
8#2A2A35
9#15151A
Tints
Lighter variations
1#EDEDF1
2#EFEFF2
3#F1F1F4
4#F3F3F5
5#F5F5F7
6#F7F7F9
7#F9F9FA
8#FBFBFC
9#FDFDFD
Tones
Muted variations
1#EBEBEF
2#ECECEF
3#ECECEF
4#ECECEE
5#ECECEE
6#ECECEE
7#EDEDEE
8#EDEDEE
9#EDEDED
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F7 #F7F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEB #EBEBEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADA #DADAE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEBE #BEBECB | BordersInactive statesPlaceholder text |
| 400 | 9C9C #9C9CB0 | Disabled statesSecondary iconsMuted text |
| 500 | 8080 #808099 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6464 #64647D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F4F #4F4F63 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3939 #393947 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2424 #24242D | Primary textHigh emphasis contentDark headings |
| 950 | 1717 #17171C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F7F7F8;
--lavender-100: #EBEBEF;
--lavender-200: #DADAE1;
--lavender-300: #BEBECB;
--lavender-400: #9C9CB0;
--lavender-500: #808099;
--lavender-600: #64647D;
--lavender-700: #4F4F63;
--lavender-800: #393947;
--lavender-900: #24242D;
--lavender-950: #17171C;
}