Lavender
#E2E0FB
BlueColor Codes
All color formats for development
HEX
#E2E0FBRGB
rgb(226, 224, 251)HSL
hsl(244, 77%, 93%)OKLCH
oklch(0.916 0.037 289.1)CMYK
cmyk(10%, 11%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BAB5F5
2#928BF0
3#6B61EB
4#4338E5
5#271BD2
6#2016A8
7#18107E
8#100B54
9#08052A
Tints
Lighter variations
1#E4E3FB
2#E7E6FC
3#EAE9FC
4#EDECFD
5#F0EFFD
6#F3F2FD
7#F6F6FE
8#F9F9FE
9#FCFCFF
Tones
Muted variations
1#E2E1FA
2#E4E2F8
3#E5E4F7
4#E6E5F5
5#E7E6F4
6#E8E8F3
7#EAE9F1
8#EBEAF0
9#ECECEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DF #E1DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8C4 #C8C4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9D97 #9D97F2 | BordersInactive statesPlaceholder text |
| 400 | 6A61 #6A61EA | Disabled statesSecondary iconsMuted text |
| 500 | 4034 #4034E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 251A #251AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E15 #1E159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 150F #150F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E09 #0E0948 | Primary textHigh emphasis contentDark headings |
| 950 | 0806 #08062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F1FD;
--lavender-100: #E1DFFB;
--lavender-200: #C8C4F7;
--lavender-300: #9D97F2;
--lavender-400: #6A61EA;
--lavender-500: #4034E5;
--lavender-600: #251AC7;
--lavender-700: #1E159E;
--lavender-800: #150F71;
--lavender-900: #0E0948;
--lavender-950: #08062D;
}