Lavender
#EEDEFC
PurpleColor Codes
All color formats for development
HEX
#EEDEFCRGB
rgb(238, 222, 252)HSL
hsl(272, 83%, 93%)OKLCH
oklch(0.922 0.044 309.3)CMYK
cmyk(6%, 12%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D8B3F8
2#C188F4
3#AB5CF0
4#9531EC
5#7D14D9
6#6410AE
7#4B0C82
8#320857
9#19042B
Tints
Lighter variations
1#F0E2FC
2#F2E5FD
3#F3E8FD
4#F5EBFD
5#F7EFFD
6#F8F2FE
7#FAF5FE
8#FCF8FE
9#FDFCFF
Tones
Muted variations
1#EEE0FA
2#EEE1F9
3#EEE3F8
4#EEE4F6
5#EEE6F5
6#EEE7F3
7#EDE9F2
8#EDEAF0
9#EDECEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDE #EEDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0C2 #E0C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | C894 #C894F5 | BordersInactive statesPlaceholder text |
| 400 | AB5C #AB5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 932D #932DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 7613 #7613CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E0F #5E0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 430B #430B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B07 #2B074B | Primary textHigh emphasis contentDark headings |
| 950 | 1B04 #1B042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F8F1FE;
--lavender-100: #EEDEFC;
--lavender-200: #E0C2F9;
--lavender-300: #C894F5;
--lavender-400: #AB5CF0;
--lavender-500: #932DEB;
--lavender-600: #7613CD;
--lavender-700: #5E0FA3;
--lavender-800: #430B75;
--lavender-900: #2B074B;
--lavender-950: #1B042F;
}