Lavender
#EAF1F1
CyanColor Codes
All color formats for development
HEX
#EAF1F1RGB
rgb(234, 241, 241)HSL
hsl(180, 20%, 93%)OKLCH
oklch(0.953 0.007 197)CMYK
cmyk(3%, 0%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CDDEDE
2#B1CBCB
3#94B8B8
4#78A5A5
5#5F8E8E
6#4C7272
7#395555
8#263939
9#131C1C
Tints
Lighter variations
1#ECF2F2
2#EEF4F4
3#F0F5F5
4#F2F6F6
5#F4F8F8
6#F6F9F9
7#F9FBFB
8#FBFCFC
9#FDFEFE
Tones
Muted variations
1#EAF0F0
2#EAF0F0
3#EBF0F0
4#EBEFEF
5#EBEFEF
6#ECEFEF
7#ECEEEE
8#ECEEEE
9#EDEEEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F9 #F6F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAF1 #EAF1F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E4 #D7E4E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9D0 #B9D0D0 | BordersInactive statesPlaceholder text |
| 400 | 94B8 #94B8B8 | Disabled statesSecondary iconsMuted text |
| 500 | 75A3 #75A3A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A87 #5A8787 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 476B #476B6B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 334D #334D4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2131 #213131 | Primary textHigh emphasis contentDark headings |
| 950 | 141F #141F1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F6F9F9;
--lavender-100: #EAF1F1;
--lavender-200: #D7E4E4;
--lavender-300: #B9D0D0;
--lavender-400: #94B8B8;
--lavender-500: #75A3A3;
--lavender-600: #5A8787;
--lavender-700: #476B6B;
--lavender-800: #334D4D;
--lavender-900: #213131;
--lavender-950: #141F1F;
}