Lavender
#E2E0FA
BlueColor Codes
All color formats for development
HEX
#E2E0FARGB
rgb(226, 224, 250)HSL
hsl(245, 72%, 93%)OKLCH
oklch(0.916 0.035 289.2)CMYK
cmyk(10%, 10%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BCB8F3
2#978FED
3#7166E6
4#4B3DDF
5#2F21CC
6#261BA3
7#1C147A
8#130D52
9#090729
Tints
Lighter variations
1#E5E3FB
2#E8E6FB
3#EBEAFC
4#EEEDFC
5#F1F0FD
6#F4F3FD
7#F6F6FE
8#F9F9FE
9#FCFCFF
Tones
Muted variations
1#E4E2F9
2#E5E3F7
3#E6E4F6
4#E7E5F5
5#E8E7F4
6#E9E8F2
7#EAE9F1
8#EBEBF0
9#ECECEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F2 #F3F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E0 #E2E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC6 #CAC6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | A19A #A19AEF | BordersInactive statesPlaceholder text |
| 400 | 7065 #7065E6 | Disabled statesSecondary iconsMuted text |
| 500 | 473A #473ADF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D1F #2D1FC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2419 #24199A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1912 #19126E | Text on light backgroundsHeadingsStrong borders |
| 900 | 100B #100B46 | Primary textHigh emphasis contentDark headings |
| 950 | 0A07 #0A072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F2FD;
--lavender-100: #E2E0FA;
--lavender-200: #CAC6F6;
--lavender-300: #A19AEF;
--lavender-400: #7065E6;
--lavender-500: #473ADF;
--lavender-600: #2D1FC1;
--lavender-700: #24199A;
--lavender-800: #19126E;
--lavender-900: #100B46;
--lavender-950: #0A072C;
}