Lavender
#EBEFEF
CyanColor Codes
All color formats for development
HEX
#EBEFEFRGB
rgb(235, 239, 239)HSL
hsl(180, 11%, 93%)OKLCH
oklch(0.949 0.004 197.1)CMYK
cmyk(2%, 0%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D1DADA
2#B7C5C5
3#9CB0B0
4#829B9B
5#6A8484
6#546969
7#3F4F4F
8#2A3535
9#151A1A
Tints
Lighter variations
1#EDF1F1
2#EFF2F2
3#F1F4F4
4#F3F5F5
5#F5F7F7
6#F7F9F9
7#F9FAFA
8#FBFCFC
9#FDFDFD
Tones
Muted variations
1#EBEFEF
2#ECEFEF
3#ECEFEF
4#ECEEEE
5#ECEEEE
6#ECEEEE
7#EDEEEE
8#EDEEEE
9#EDEDED
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F8 #F7F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEF #EBEFEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAE1 #DAE1E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BECB #BECBCB | BordersInactive statesPlaceholder text |
| 400 | 9CB0 #9CB0B0 | Disabled statesSecondary iconsMuted text |
| 500 | 8099 #809999 | Primary brand colorCTAsActive elementsLinks |
| 600 | 647D #647D7D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F63 #4F6363 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3947 #394747 | Text on light backgroundsHeadingsStrong borders |
| 900 | 242D #242D2D | Primary textHigh emphasis contentDark headings |
| 950 | 171C #171C1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F7F8F8;
--lavender-100: #EBEFEF;
--lavender-200: #DAE1E1;
--lavender-300: #BECBCB;
--lavender-400: #9CB0B0;
--lavender-500: #809999;
--lavender-600: #647D7D;
--lavender-700: #4F6363;
--lavender-800: #394747;
--lavender-900: #242D2D;
--lavender-950: #171C1C;
}