Lavender
#EAF0F1
CyanColor Codes
All color formats for development
HEX
#EAF0F1RGB
rgb(234, 240, 241)HSL
hsl(189, 20%, 93%)OKLCH
oklch(0.951 0.007 208.8)CMYK
cmyk(3%, 0%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CDDBDE
2#B1C7CB
3#94B2B8
4#789EA5
5#5F878E
6#4C6C72
7#395155
8#263639
9#131B1C
Tints
Lighter variations
1#ECF1F2
2#EEF3F4
3#F0F4F5
4#F2F6F6
5#F4F7F8
6#F6F9F9
7#F9FAFB
8#FBFCFC
9#FDFDFE
Tones
Muted variations
1#EAEFF0
2#EAEFF0
3#EBEFF0
4#EBEFEF
5#EBEEEF
6#ECEEEF
7#ECEEEE
8#ECEEEE
9#EDEDEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAF0 #EAF0F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E2 #D7E2E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9CD #B9CDD0 | BordersInactive statesPlaceholder text |
| 400 | 94B2 #94B2B8 | Disabled statesSecondary iconsMuted text |
| 500 | 759C #759CA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A80 #5A8087 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4766 #47666B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3349 #33494D | Text on light backgroundsHeadingsStrong borders |
| 900 | 212F #212F31 | Primary textHigh emphasis contentDark headings |
| 950 | 141D #141D1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F6F8F9;
--lavender-100: #EAF0F1;
--lavender-200: #D7E2E4;
--lavender-300: #B9CDD0;
--lavender-400: #94B2B8;
--lavender-500: #759CA3;
--lavender-600: #5A8087;
--lavender-700: #47666B;
--lavender-800: #33494D;
--lavender-900: #212F31;
--lavender-950: #141D1F;
}