Lavender
#E4E6F6
BlueColor Codes
All color formats for development
HEX
#E4E6F6RGB
rgb(228, 230, 246)HSL
hsl(233, 50%, 93%)OKLCH
oklch(0.928 0.022 280.3)CMYK
cmyk(7%, 7%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C1C6EA
2#9DA5DE
3#7A84D3
4#5663C7
5#3B49B2
6#2F3A8E
7#242C6B
8#181D47
9#0C0F24
Tints
Lighter variations
1#E7E9F7
2#EAEBF8
3#ECEEF9
4#EFF0FA
5#F2F3FB
6#F4F5FB
7#F7F8FC
8#FAFAFD
9#FCFDFE
Tones
Muted variations
1#E5E7F5
2#E6E8F4
3#E7E8F3
4#E8E9F3
5#E9EAF2
6#EAEAF1
7#EAEBF0
8#EBECEF
9#ECECEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E6 #E4E6F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD1 #CDD1EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7AE #A7AEE2 | BordersInactive statesPlaceholder text |
| 400 | 7984 #7984D2 | Disabled statesSecondary iconsMuted text |
| 500 | 5360 #5360C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3845 #3845A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D37 #2D3786 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2027 #202760 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1419 #14193D | Primary textHigh emphasis contentDark headings |
| 950 | 0D10 #0D1026 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F4FB;
--lavender-100: #E4E6F6;
--lavender-200: #CDD1EE;
--lavender-300: #A7AEE2;
--lavender-400: #7984D2;
--lavender-500: #5360C6;
--lavender-600: #3845A8;
--lavender-700: #2D3786;
--lavender-800: #202760;
--lavender-900: #14193D;
--lavender-950: #0D1026;
}