Lavender
#E9E0FB
PurpleColor Codes
All color formats for development
HEX
#E9E0FBRGB
rgb(233, 224, 251)HSL
hsl(260, 77%, 93%)OKLCH
oklch(0.922 0.037 300.8)CMYK
cmyk(7%, 11%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CBB5F5
2#AD8BF0
3#8F61EB
4#7138E5
5#581BD2
6#4716A8
7#35107E
8#230B54
9#12052A
Tints
Lighter variations
1#EBE3FB
2#EDE6FC
3#EFE9FC
4#F2ECFD
5#F4EFFD
6#F6F2FD
7#F8F6FE
8#FBF9FE
9#FDFCFF
Tones
Muted variations
1#E9E1FA
2#E9E2F8
3#EAE4F7
4#EAE5F5
5#EBE6F4
6#EBE8F3
7#ECE9F1
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 | E9DF #E9DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5C4 #D5C4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B597 #B597F2 | BordersInactive statesPlaceholder text |
| 400 | 8F61 #8F61EA | Disabled statesSecondary iconsMuted text |
| 500 | 6F34 #6F34E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 531A #531AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4215 #42159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F0F #2F0F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E09 #1E0948 | Primary textHigh emphasis contentDark headings |
| 950 | 1306 #13062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F5F1FD;
--lavender-100: #E9DFFB;
--lavender-200: #D5C4F7;
--lavender-300: #B597F2;
--lavender-400: #8F61EA;
--lavender-500: #6F34E5;
--lavender-600: #531AC7;
--lavender-700: #42159E;
--lavender-800: #2F0F71;
--lavender-900: #1E0948;
--lavender-950: #13062D;
}