Lavender
#E9DFFC
PurpleColor Codes
All color formats for development
HEX
#E9DFFCRGB
rgb(233, 223, 252)HSL
hsl(261, 83%, 93%)OKLCH
oklch(0.92 0.04 301.3)CMYK
cmyk(8%, 12%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CBB3F8
2#AD88F4
3#905CF0
4#7231EC
5#5914D9
6#4710AE
7#350C82
8#240857
9#12042B
Tints
Lighter variations
1#EBE2FC
2#EDE5FD
3#EFE8FD
4#F2EBFD
5#F4EFFD
6#F6F2FE
7#F8F5FE
8#FBF8FE
9#FDFCFF
Tones
Muted variations
1#E9E0FA
2#EAE1F9
3#EAE3F8
4#EAE4F6
5#EBE6F5
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 | E9DE #E9DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6C2 #D6C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B694 #B694F5 | BordersInactive statesPlaceholder text |
| 400 | 905C #905CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 702D #702DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5413 #5413CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 430F #430FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 300B #300B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F07 #1F074B | Primary textHigh emphasis contentDark headings |
| 950 | 1304 #13042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F5F1FE;
--lavender-100: #E9DEFC;
--lavender-200: #D6C2F9;
--lavender-300: #B694F5;
--lavender-400: #905CF0;
--lavender-500: #702DEB;
--lavender-600: #5413CD;
--lavender-700: #430FA3;
--lavender-800: #300B75;
--lavender-900: #1F074B;
--lavender-950: #13042F;
}