Lavender
#E5EEF5
BlueColor Codes
All color formats for development
HEX
#E5EEF5RGB
rgb(229, 238, 245)HSL
hsl(206, 44%, 93%)OKLCH
oklch(0.944 0.014 241)CMYK
cmyk(7%, 3%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C3D8E8
2#A1C2DA
3#7FABCD
4#5D95C0
5#427EAB
6#356489
7#284B66
8#1B3244
9#0D1922
Tints
Lighter variations
1#E8F0F6
2#EAF2F7
3#EDF3F8
4#F0F5F9
5#F2F7FA
6#F5F8FB
7#F7FAFC
8#FAFCFD
9#FCFDFE
Tones
Muted variations
1#E6EEF4
2#E7EEF3
3#E8EEF3
4#E8EEF2
5#E9EEF1
6#EAEEF0
7#EBEDF0
8#ECEDEF
9#ECEDEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EE #E5EEF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE0 #CFE0EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABC8 #ABC8DE | BordersInactive statesPlaceholder text |
| 400 | 7EAB #7EABCD | Disabled statesSecondary iconsMuted text |
| 500 | 5A93 #5A93BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F77 #3F77A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 325E #325E81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2443 #24435C | Text on light backgroundsHeadingsStrong borders |
| 900 | 172B #172B3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E1B #0E1B25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F8FB;
--lavender-100: #E5EEF5;
--lavender-200: #CFE0EC;
--lavender-300: #ABC8DE;
--lavender-400: #7EABCD;
--lavender-500: #5A93BF;
--lavender-600: #3F77A2;
--lavender-700: #325E81;
--lavender-800: #24435C;
--lavender-900: #172B3B;
--lavender-950: #0E1B25;
}