Lavender
#E5E5F6
BlueColor Codes
All color formats for development
HEX
#E5E5F6RGB
rgb(229, 229, 246)HSL
hsl(240, 49%, 93%)OKLCH
oklch(0.927 0.023 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#9E9EDE
3#7A7AD2
4#5757C6
5#3C3CB1
6#30308D
7#24246A
8#181847
9#0C0C23
Tints
Lighter variations
1#E7E7F7
2#EAEAF8
3#ECECF9
4#EFEFFA
5#F2F2FA
6#F4F4FB
7#F7F7FC
8#FAFAFD
9#FCFCFE
Tones
Muted variations
1#E5E5F5
2#E6E6F4
3#E7E7F3
4#E8E8F2
5#E9E9F2
6#EAEAF1
7#EBEBF0
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 | CECE #CECEEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8A8 #A8A8E1 | BordersInactive statesPlaceholder text |
| 400 | 7A7A #7A7AD1 | Disabled statesSecondary iconsMuted text |
| 500 | 5454 #5454C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3939 #3939A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E2E #2E2E85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2121 #21215F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1515 #15153D | 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: #CECEEE;
--lavender-300: #A8A8E1;
--lavender-400: #7A7AD1;
--lavender-500: #5454C4;
--lavender-600: #3939A7;
--lavender-700: #2E2E85;
--lavender-800: #21215F;
--lavender-900: #15153D;
--lavender-950: #0D0D26;
}