Lavender
#E7DEFC
PurpleColor Codes
All color formats for development
HEX
#E7DEFCRGB
rgb(231, 222, 252)HSL
hsl(258, 83%, 93%)OKLCH
oklch(0.917 0.041 299.3)CMYK
cmyk(8%, 12%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C8B3F8
2#A888F4
3#885CF0
4#6931EC
5#4F14D9
6#3F10AE
7#300C82
8#200857
9#10042B
Tints
Lighter variations
1#EAE2FC
2#ECE5FD
3#EEE8FD
4#F1EBFD
5#F3EFFD
6#F5F2FE
7#F8F5FE
8#FAF8FE
9#FDFCFF
Tones
Muted variations
1#E8E0FA
2#E8E1F9
3#E9E3F8
4#EAE4F6
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 | D3C2 #D3C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B194 #B194F5 | BordersInactive statesPlaceholder text |
| 400 | 885C #885CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 662D #662DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B13 #4B13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C0F #3C0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B0B #2B0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B07 #1B074B | Primary textHigh emphasis contentDark headings |
| 950 | 1104 #11042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F5F1FE;
--lavender-100: #E7DEFC;
--lavender-200: #D3C2F9;
--lavender-300: #B194F5;
--lavender-400: #885CF0;
--lavender-500: #662DEB;
--lavender-600: #4B13CD;
--lavender-700: #3C0FA3;
--lavender-800: #2B0B75;
--lavender-900: #1B074B;
--lavender-950: #11042F;
}