Lavender
#E7E8F4
BlueColor Codes
All color formats for development
HEX
#E7E8F4RGB
rgb(231, 232, 244)HSL
hsl(235, 37%, 93%)OKLCH
oklch(0.934 0.016 282.3)CMYK
cmyk(5%, 5%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C6C9E5
2#A6AAD6
3#858BC7
4#656CB8
5#4B52A2
6#3C4282
7#2D3161
8#1E2141
9#0F1020
Tints
Lighter variations
1#E9EAF5
2#EBECF6
3#EEEFF7
4#F0F1F8
5#F3F3F9
6#F5F6FB
7#F8F8FC
8#FAFAFD
9#FDFDFE
Tones
Muted variations
1#E7E8F3
2#E8E9F2
3#E9E9F2
4#E9EAF1
5#EAEAF0
6#EBEBF0
7#EBEBEF
8#ECECEE
9#ECEDEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E8 #E7E8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D4 #D2D4EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB2 #AFB2DA | BordersInactive statesPlaceholder text |
| 400 | 858A #858AC7 | Disabled statesSecondary iconsMuted text |
| 500 | 6269 #6269B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 474E #474E9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 383E #383E7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 282C #282C57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1C #1A1C38 | Primary textHigh emphasis contentDark headings |
| 950 | 1012 #101223 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F5F5FA;
--lavender-100: #E7E8F4;
--lavender-200: #D2D4EA;
--lavender-300: #AFB2DA;
--lavender-400: #858AC7;
--lavender-500: #6269B7;
--lavender-600: #474E9A;
--lavender-700: #383E7A;
--lavender-800: #282C57;
--lavender-900: #1A1C38;
--lavender-950: #101223;
}