Lavender
#E5E8F6
BlueColor Codes
All color formats for development
HEX
#E5E8F6RGB
rgb(229, 232, 246)HSL
hsl(229, 49%, 93%)OKLCH
oklch(0.933 0.019 276.3)CMYK
cmyk(7%, 6%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C1C9EA
2#9EA9DE
3#7A8AD2
4#576BC6
5#3C52B1
6#30418D
7#24316A
8#182147
9#0C1023
Tints
Lighter variations
1#E7EAF7
2#EAECF8
3#ECEFF9
4#EFF1FA
5#F2F3FA
6#F4F6FB
7#F7F8FC
8#FAFAFD
9#FCFDFE
Tones
Muted variations
1#E5E8F5
2#E6E9F4
3#E7E9F3
4#E8EAF2
5#E9EAF2
6#EAEBF1
7#EBEBF0
8#EBECEF
9#ECEDEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E8 #E4E8F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED4 #CED4EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8B2 #A8B2E1 | BordersInactive statesPlaceholder text |
| 400 | 7A8A #7A8AD1 | Disabled statesSecondary iconsMuted text |
| 500 | 5469 #5469C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 394D #394DA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E3E #2E3E85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 212C #212C5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 151C #151C3D | Primary textHigh emphasis contentDark headings |
| 950 | 0D12 #0D1226 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F5FB;
--lavender-100: #E4E8F6;
--lavender-200: #CED4EE;
--lavender-300: #A8B2E1;
--lavender-400: #7A8AD1;
--lavender-500: #5469C4;
--lavender-600: #394DA7;
--lavender-700: #2E3E85;
--lavender-800: #212C5F;
--lavender-900: #151C3D;
--lavender-950: #0D1226;
}