Lavender
#E8F1F2
CyanColor Codes
All color formats for development
HEX
#E8F1F2RGB
rgb(232, 241, 242)HSL
hsl(186, 28%, 93%)OKLCH
oklch(0.952 0.01 204.9)CMYK
cmyk(4%, 0%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CADFE1
2#ABCCD0
3#8DBABF
4#6FA8AE
5#559198
6#447479
7#33575B
8#223A3D
9#111D1E
Tints
Lighter variations
1#EAF3F3
2#EDF4F5
3#EFF5F6
4#F1F7F7
5#F4F8F9
6#F6F9FA
7#F8FBFB
8#FAFCFC
9#FDFEFE
Tones
Muted variations
1#E9F1F2
2#E9F0F1
3#EAF0F1
4#EAF0F0
5#EBEFF0
6#EBEFEF
7#ECEEEF
8#ECEEEE
9#EDEEEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8F1 #E8F1F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E5 #D5E5E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4D1 #B4D1D5 | BordersInactive statesPlaceholder text |
| 400 | 8DBA #8DBABF | Disabled statesSecondary iconsMuted text |
| 500 | 6CA6 #6CA6AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5189 #518990 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 406D #406D72 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E4E #2E4E52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D32 #1D3234 | Primary textHigh emphasis contentDark headings |
| 950 | 121F #121F21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F5F9F9;
--lavender-100: #E8F1F2;
--lavender-200: #D5E5E7;
--lavender-300: #B4D1D5;
--lavender-400: #8DBABF;
--lavender-500: #6CA6AC;
--lavender-600: #518990;
--lavender-700: #406D72;
--lavender-800: #2E4E52;
--lavender-900: #1D3234;
--lavender-950: #121F21;
}