Lavender
#E4EEF6
BlueColor Codes
All color formats for development
HEX
#E4EEF6RGB
rgb(228, 238, 246)HSL
hsl(207, 50%, 93%)OKLCH
oklch(0.944 0.015 241.8)CMYK
cmyk(7%, 3%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C1D8EA
2#9DC1DE
3#7AAAD3
4#5694C7
5#3B7DB2
6#2F648E
7#244B6B
8#183247
9#0C1924
Tints
Lighter variations
1#E7F0F7
2#EAF1F8
3#ECF3F9
4#EFF5FA
5#F2F7FB
6#F4F8FB
7#F7FAFC
8#FAFCFD
9#FCFDFE
Tones
Muted variations
1#E5EEF5
2#E6EEF4
3#E7EEF3
4#E8EEF3
5#E9EEF2
6#EAEEF1
7#EAEDF0
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 | CDE0 #CDE0EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7C7 #A7C7E2 | BordersInactive statesPlaceholder text |
| 400 | 79AA #79AAD2 | Disabled statesSecondary iconsMuted text |
| 500 | 5392 #5392C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3876 #3876A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D5E #2D5E86 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2043 #204360 | Text on light backgroundsHeadingsStrong borders |
| 900 | 142B #142B3D | Primary textHigh emphasis contentDark headings |
| 950 | 0D1B #0D1B26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F8FB;
--lavender-100: #E4EEF6;
--lavender-200: #CDE0EE;
--lavender-300: #A7C7E2;
--lavender-400: #79AAD2;
--lavender-500: #5392C6;
--lavender-600: #3876A8;
--lavender-700: #2D5E86;
--lavender-800: #204360;
--lavender-900: #142B3D;
--lavender-950: #0D1B26;
}