Lavender
#E9DEFC
PurpleColor Codes
All color formats for development
HEX
#E9DEFCRGB
rgb(233, 222, 252)HSL
hsl(262, 83%, 93%)OKLCH
oklch(0.918 0.042 302.2)CMYK
cmyk(8%, 12%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CCB3F8
2#AF88F4
3#925CF0
4#7531EC
5#5C14D9
6#4A10AE
7#370C82
8#250857
9#12042B
Tints
Lighter variations
1#EBE2FC
2#EEE5FD
3#F0E8FD
4#F2EBFD
5#F4EFFD
6#F6F2FE
7#F8F5FE
8#FBF8FE
9#FDFCFF
Tones
Muted variations
1#EAE0FA
2#EAE1F9
3#EAE3F8
4#EBE4F6
5#EBE6F5
6#ECE7F3
7#ECE9F2
8#ECEAF0
9#EDECEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DE #E9DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7C2 #D7C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B794 #B794F5 | BordersInactive statesPlaceholder text |
| 400 | 925C #925CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 732D #732DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5713 #5713CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 450F #450FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 320B #320B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2007 #20074B | Primary textHigh emphasis contentDark headings |
| 950 | 1404 #14042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F6F1FE;
--lavender-100: #E9DEFC;
--lavender-200: #D7C2F9;
--lavender-300: #B794F5;
--lavender-400: #925CF0;
--lavender-500: #732DEB;
--lavender-600: #5713CD;
--lavender-700: #450FA3;
--lavender-800: #320B75;
--lavender-900: #20074B;
--lavender-950: #14042F;
}