Lavender
#E5EAF6
BlueColor Codes
All color formats for development
HEX
#E5EAF6RGB
rgb(229, 234, 246)HSL
hsl(222, 49%, 93%)OKLCH
oklch(0.937 0.017 267.8)CMYK
cmyk(7%, 5%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C1CDEA
2#9EB1DE
3#7A95D2
4#5778C6
5#3C5FB1
6#304C8D
7#24396A
8#182647
9#0C1323
Tints
Lighter variations
1#E7ECF7
2#EAEEF8
3#ECF0F9
4#EFF2FA
5#F2F4FA
6#F4F6FB
7#F7F9FC
8#FAFBFD
9#FCFDFE
Tones
Muted variations
1#E5EAF5
2#E6EAF4
3#E7EBF3
4#E8EBF2
5#E9EBF2
6#EAECF1
7#EBECF0
8#EBECEF
9#ECEDEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EA #E4EAF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED7 #CED7EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8B9 #A8B9E1 | BordersInactive statesPlaceholder text |
| 400 | 7A94 #7A94D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5476 #5476C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 395A #395AA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E48 #2E4885 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2133 #21335F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1521 #15213D | Primary textHigh emphasis contentDark headings |
| 950 | 0D15 #0D1526 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F6FB;
--lavender-100: #E4EAF6;
--lavender-200: #CED7EE;
--lavender-300: #A8B9E1;
--lavender-400: #7A94D1;
--lavender-500: #5476C4;
--lavender-600: #395AA7;
--lavender-700: #2E4885;
--lavender-800: #21335F;
--lavender-900: #15213D;
--lavender-950: #0D1526;
}