Lavender
#EBEBF0
BlueColor Codes
All color formats for development
HEX
#EBEBF0RGB
rgb(235, 235, 240)HSL
hsl(240, 14%, 93%)OKLCH
oklch(0.941 0.007 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#D0D0DB
2#B5B5C7
3#9A9AB2
4#7F7F9E
5#666687
6#52526C
7#3D3D51
8#292936
9#14141B
Tints
Lighter variations
1#EDEDF1
2#EFEFF3
3#F1F1F4
4#F3F3F6
5#F5F5F7
6#F7F7F9
7#F9F9FA
8#FBFBFC
9#FDFDFD
Tones
Muted variations
1#EBEBEF
2#EBEBEF
3#EBEBEF
4#ECECEF
5#ECECEE
6#ECECEE
7#ECECEE
8#EDEDEE
9#EDEDED
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEB #EBEBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9D9 #D9D9E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCBC #BCBCCD | BordersInactive statesPlaceholder text |
| 400 | 9999 #9999B2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C7C #7C7C9C | Primary brand colorCTAsActive elementsLinks |
| 600 | 6060 #606080 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D4D #4D4D66 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3737 #373749 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2323 #23232F | 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: #EBEBF0;
--lavender-200: #D9D9E2;
--lavender-300: #BCBCCD;
--lavender-400: #9999B2;
--lavender-500: #7C7C9C;
--lavender-600: #606080;
--lavender-700: #4D4D66;
--lavender-800: #373749;
--lavender-900: #23232F;
--lavender-950: #16161D;
}