Lavender
#E8DFFC
PurpleColor Codes
All color formats for development
HEX
#E8DFFCRGB
rgb(232, 223, 252)HSL
hsl(259, 83%, 93%)OKLCH
oklch(0.92 0.04 299.8)CMYK
cmyk(8%, 12%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C9B3F8
2#AA88F4
3#8B5CF0
4#6C31EC
5#5214D9
6#4210AE
7#310C82
8#210857
9#10042B
Tints
Lighter variations
1#EAE2FC
2#ECE5FD
3#EFE8FD
4#F1EBFD
5#F3EFFD
6#F6F2FE
7#F8F5FE
8#FAF8FE
9#FDFCFF
Tones
Muted variations
1#E8E0FA
2#E9E1F9
3#E9E3F8
4#EAE4F6
5#EAE6F5
6#EBE7F3
7#ECE9F2
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 | E8DE #E8DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4C2 #D4C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B394 #B394F5 | BordersInactive statesPlaceholder text |
| 400 | 8B5C #8B5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 692D #692DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4E13 #4E13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3E0F #3E0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2C0B #2C0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1C07 #1C074B | Primary textHigh emphasis contentDark headings |
| 950 | 1204 #12042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F5F1FE;
--lavender-100: #E8DEFC;
--lavender-200: #D4C2F9;
--lavender-300: #B394F5;
--lavender-400: #8B5CF0;
--lavender-500: #692DEB;
--lavender-600: #4E13CD;
--lavender-700: #3E0FA3;
--lavender-800: #2C0B75;
--lavender-900: #1C074B;
--lavender-950: #12042F;
}