Lavender
#EBF0F0
CyanColor Codes
All color formats for development
HEX
#EBF0F0RGB
rgb(235, 240, 240)HSL
hsl(180, 14%, 93%)OKLCH
oklch(0.951 0.005 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#D0DBDB
2#B5C7C7
3#9AB2B2
4#7F9E9E
5#668787
6#526C6C
7#3D5151
8#293636
9#141B1B
Tints
Lighter variations
1#EDF1F1
2#EFF3F3
3#F1F4F4
4#F3F6F6
5#F5F7F7
6#F7F9F9
7#F9FAFA
8#FBFCFC
9#FDFDFD
Tones
Muted variations
1#EBEFEF
2#EBEFEF
3#EBEFEF
4#ECEFEF
5#ECEEEE
6#ECEEEE
7#ECEEEE
8#EDEEEE
9#EDEDED
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBF0 #EBF0F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9E2 #D9E2E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCCD #BCCDCD | BordersInactive statesPlaceholder text |
| 400 | 99B2 #99B2B2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C9C #7C9C9C | Primary brand colorCTAsActive elementsLinks |
| 600 | 6080 #608080 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D66 #4D6666 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3749 #374949 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232F #232F2F | Primary textHigh emphasis contentDark headings |
| 950 | 161D #161D1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F6F8F8;
--lavender-100: #EBF0F0;
--lavender-200: #D9E2E2;
--lavender-300: #BCCDCD;
--lavender-400: #99B2B2;
--lavender-500: #7C9C9C;
--lavender-600: #608080;
--lavender-700: #4D6666;
--lavender-800: #374949;
--lavender-900: #232F2F;
--lavender-950: #161D1D;
}