Lavender
#E4E4F6
BlueColor Codes
All color formats for development
HEX
#E4E4F6RGB
rgb(228, 228, 246)HSL
hsl(240, 50%, 93%)OKLCH
oklch(0.924 0.024 285.9)CMYK
cmyk(7%, 7%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C1C1EA
2#9D9DDE
3#7A7AD3
4#5656C7
5#3B3BB2
6#2F2F8E
7#24246B
8#181847
9#0C0C24
Tints
Lighter variations
1#E7E7F7
2#EAEAF8
3#ECECF9
4#EFEFFA
5#F2F2FB
6#F4F4FB
7#F7F7FC
8#FAFAFD
9#FCFCFE
Tones
Muted variations
1#E5E5F5
2#E6E6F4
3#E7E7F3
4#E8E8F3
5#E9E9F2
6#EAEAF1
7#EAEAF0
8#EBEBEF
9#ECECEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E4 #E4E4F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDCD #CDCDEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7A7 #A7A7E2 | BordersInactive statesPlaceholder text |
| 400 | 7979 #7979D2 | Disabled statesSecondary iconsMuted text |
| 500 | 5353 #5353C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3838 #3838A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D2D #2D2D86 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2020 #202060 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1414 #14143D | Primary textHigh emphasis contentDark headings |
| 950 | 0D0D #0D0D26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F4FB;
--lavender-100: #E4E4F6;
--lavender-200: #CDCDEE;
--lavender-300: #A7A7E2;
--lavender-400: #7979D2;
--lavender-500: #5353C6;
--lavender-600: #3838A8;
--lavender-700: #2D2D86;
--lavender-800: #202060;
--lavender-900: #14143D;
--lavender-950: #0D0D26;
}