Lavender
#E7E0FB
PurpleColor Codes
All color formats for development
HEX
#E7E0FBRGB
rgb(231, 224, 251)HSL
hsl(256, 77%, 93%)OKLCH
oklch(0.92 0.037 297.5)CMYK
cmyk(8%, 11%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C6B5F5
2#A68BF0
3#8661EB
4#6638E5
5#4C1BD2
6#3D16A8
7#2E107E
8#1E0B54
9#0F052A
Tints
Lighter variations
1#E9E3FB
2#ECE6FC
3#EEE9FC
4#F0ECFD
5#F3EFFD
6#F5F2FD
7#F8F6FE
8#FAF9FE
9#FDFCFF
Tones
Muted variations
1#E7E1FA
2#E8E2F8
3#E9E4F7
4#E9E5F5
5#EAE6F4
6#EBE8F3
7#EBE9F1
8#ECEAF0
9#EDECEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DF #E7DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2C4 #D2C4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | AF97 #AF97F2 | BordersInactive statesPlaceholder text |
| 400 | 8661 #8661EA | Disabled statesSecondary iconsMuted text |
| 500 | 6334 #6334E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 481A #481AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3915 #39159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 290F #290F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A09 #1A0948 | Primary textHigh emphasis contentDark headings |
| 950 | 1006 #10062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F5F1FD;
--lavender-100: #E7DFFB;
--lavender-200: #D2C4F7;
--lavender-300: #AF97F2;
--lavender-400: #8661EA;
--lavender-500: #6334E5;
--lavender-600: #481AC7;
--lavender-700: #39159E;
--lavender-800: #290F71;
--lavender-900: #1A0948;
--lavender-950: #10062D;
}