Lavender
#E5EEF6
BlueColor Codes
All color formats for development
HEX
#E5EEF6RGB
rgb(229, 238, 246)HSL
hsl(208, 49%, 93%)OKLCH
oklch(0.945 0.014 244.7)CMYK
cmyk(7%, 3%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C1D7EA
2#9EC0DE
3#7AA9D2
4#5792C6
5#3C7AB1
6#30628D
7#24496A
8#183147
9#0C1823
Tints
Lighter variations
1#E7EFF7
2#EAF1F8
3#ECF3F9
4#EFF5FA
5#F2F6FA
6#F4F8FB
7#F7FAFC
8#FAFCFD
9#FCFDFE
Tones
Muted variations
1#E5EEF5
2#E6EEF4
3#E7EEF3
4#E8EDF2
5#E9EDF2
6#EAEDF1
7#EBEDF0
8#EBEDEF
9#ECEDEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EE #E4EEF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEDF #CEDFEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8C6 #A8C6E1 | BordersInactive statesPlaceholder text |
| 400 | 7AA9 #7AA9D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5490 #5490C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3974 #3974A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E5C #2E5C85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2142 #21425F | Text on light backgroundsHeadingsStrong borders |
| 900 | 152A #152A3D | Primary textHigh emphasis contentDark headings |
| 950 | 0D1A #0D1A26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F8FB;
--lavender-100: #E4EEF6;
--lavender-200: #CEDFEE;
--lavender-300: #A8C6E1;
--lavender-400: #7AA9D1;
--lavender-500: #5490C4;
--lavender-600: #3974A7;
--lavender-700: #2E5C85;
--lavender-800: #21425F;
--lavender-900: #152A3D;
--lavender-950: #0D1A26;
}