Lavender
#E7DFFC
PurpleColor Codes
All color formats for development
HEX
#E7DFFCRGB
rgb(231, 223, 252)HSL
hsl(257, 83%, 93%)OKLCH
oklch(0.919 0.04 298.2)CMYK
cmyk(8%, 12%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C6B3F8
2#A688F4
3#865CF0
4#6631EC
5#4C14D9
6#3D10AE
7#2E0C82
8#1E0857
9#0F042B
Tints
Lighter variations
1#E9E2FC
2#ECE5FD
3#EEE8FD
4#F0EBFD
5#F3EFFD
6#F5F2FE
7#F8F5FE
8#FAF8FE
9#FDFCFF
Tones
Muted variations
1#E7E0FA
2#E8E1F9
3#E9E3F8
4#E9E4F6
5#EAE6F5
6#EBE7F3
7#EBE9F2
8#ECEAF0
9#EDECEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DE #E7DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2C2 #D2C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | AF94 #AF94F5 | BordersInactive statesPlaceholder text |
| 400 | 865C #865CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 632D #632DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4813 #4813CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 390F #390FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 290B #290B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A07 #1A074B | Primary textHigh emphasis contentDark headings |
| 950 | 1004 #10042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F5F1FE;
--lavender-100: #E7DEFC;
--lavender-200: #D2C2F9;
--lavender-300: #AF94F5;
--lavender-400: #865CF0;
--lavender-500: #632DEB;
--lavender-600: #4813CD;
--lavender-700: #390FA3;
--lavender-800: #290B75;
--lavender-900: #1A074B;
--lavender-950: #10042F;
}