Lavender
#EBEDF0
BlueColor Codes
All color formats for development
HEX
#EBEDF0RGB
rgb(235, 237, 240)HSL
hsl(216, 14%, 93%)OKLCH
oklch(0.945 0.005 258.3)CMYK
cmyk(2%, 1%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D0D4DB
2#B5BCC7
3#9AA4B2
4#7F8B9E
5#667387
6#525C6C
7#3D4551
8#292E36
9#14171B
Tints
Lighter variations
1#EDEEF1
2#EFF0F3
3#F1F2F4
4#F3F4F6
5#F5F6F7
6#F7F8F9
7#F9F9FA
8#FBFBFC
9#FDFDFD
Tones
Muted variations
1#EBEDEF
2#EBEDEF
3#EBEDEF
4#ECEDEF
5#ECEDEE
6#ECEDEE
7#ECEDEE
8#EDEDEE
9#EDEDED
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBED #EBEDF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DD #D9DDE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC3 #BCC3CD | BordersInactive statesPlaceholder text |
| 400 | 99A3 #99A3B2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C89 #7C899C | Primary brand colorCTAsActive elementsLinks |
| 600 | 606D #606D80 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D57 #4D5766 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 373E #373E49 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2328 #23282F | 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: #EBEDF0;
--lavender-200: #D9DDE2;
--lavender-300: #BCC3CD;
--lavender-400: #99A3B2;
--lavender-500: #7C899C;
--lavender-600: #606D80;
--lavender-700: #4D5766;
--lavender-800: #373E49;
--lavender-900: #23282F;
--lavender-950: #16191D;
}