Lavender
#E7E0FA
PurpleColor Codes
All color formats for development
HEX
#E7E0FARGB
rgb(231, 224, 250)HSL
hsl(256, 72%, 93%)OKLCH
oklch(0.92 0.036 298)CMYK
cmyk(8%, 10%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C7B8F3
2#A88FED
3#8866E6
4#683DDF
5#4F21CC
6#3F1BA3
7#2F147A
8#1F0D52
9#100729
Tints
Lighter variations
1#EAE3FB
2#ECE6FB
3#EEEAFC
4#F1EDFC
5#F3F0FD
6#F5F3FD
7#F8F6FE
8#FAF9FE
9#FDFCFF
Tones
Muted variations
1#E8E2F9
2#E8E3F7
3#E9E4F6
4#EAE5F5
5#EAE7F4
6#EBE8F2
7#EBE9F1
8#ECEBF0
9#EDECEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F2 #F5F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E0 #E7E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3C6 #D3C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B19A #B19AEF | BordersInactive statesPlaceholder text |
| 400 | 8865 #8865E6 | Disabled statesSecondary iconsMuted text |
| 500 | 663A #663ADF | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B1F #4B1FC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3B19 #3B199A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2A12 #2A126E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B0B #1B0B46 | Primary textHigh emphasis contentDark headings |
| 950 | 1107 #11072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F5F2FD;
--lavender-100: #E7E0FA;
--lavender-200: #D3C6F6;
--lavender-300: #B19AEF;
--lavender-400: #8865E6;
--lavender-500: #663ADF;
--lavender-600: #4B1FC1;
--lavender-700: #3B199A;
--lavender-800: #2A126E;
--lavender-900: #1B0B46;
--lavender-950: #11072C;
}