Lavender
#E2DFFC
BlueColor Codes
All color formats for development
HEX
#E2DFFCRGB
rgb(226, 223, 252)HSL
hsl(246, 83%, 93%)OKLCH
oklch(0.915 0.039 290.3)CMYK
cmyk(10%, 12%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BAB3F8
2#9288F4
3#6B5CF0
4#4331EC
5#2814D9
6#2010AE
7#180C82
8#100857
9#08042B
Tints
Lighter variations
1#E4E2FC
2#E7E5FD
3#EAE8FD
4#EDEBFD
5#F0EFFD
6#F3F2FE
7#F6F5FE
8#F9F8FE
9#FCFCFF
Tones
Muted variations
1#E2E0FA
2#E4E1F9
3#E5E3F8
4#E6E4F6
5#E7E6F5
6#E8E7F3
7#EAE9F2
8#EBEAF0
9#ECECEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DE #E1DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8C2 #C8C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9D94 #9D94F5 | BordersInactive statesPlaceholder text |
| 400 | 6A5C #6A5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 402D #402DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2613 #2613CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E0F #1E0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 150B #150B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E07 #0E074B | Primary textHigh emphasis contentDark headings |
| 950 | 0904 #09042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F1FE;
--lavender-100: #E1DEFC;
--lavender-200: #C8C2F9;
--lavender-300: #9D94F5;
--lavender-400: #6A5CF0;
--lavender-500: #402DEB;
--lavender-600: #2613CD;
--lavender-700: #1E0FA3;
--lavender-800: #150B75;
--lavender-900: #0E074B;
--lavender-950: #09042F;
}