Lavender
#EBDFFC
PurpleColor Codes
All color formats for development
HEX
#EBDFFCRGB
rgb(235, 223, 252)HSL
hsl(265, 83%, 93%)OKLCH
oklch(0.922 0.041 304.3)CMYK
cmyk(7%, 12%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D0B3F8
2#B588F4
3#9A5CF0
4#7F31EC
5#6614D9
6#5210AE
7#3D0C82
8#290857
9#14042B
Tints
Lighter variations
1#EDE2FC
2#EFE5FD
3#F1E8FD
4#F3EBFD
5#F5EFFD
6#F7F2FE
7#F9F5FE
8#FBF8FE
9#FDFCFF
Tones
Muted variations
1#EBE0FA
2#EBE1F9
3#EBE3F8
4#ECE4F6
5#ECE6F5
6#ECE7F3
7#ECE9F2
8#EDEAF0
9#EDECEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDE #EBDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9C2 #D9C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | BC94 #BC94F5 | BordersInactive statesPlaceholder text |
| 400 | 995C #995CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 7C2D #7C2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 6113 #6113CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D0F #4D0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 370B #370B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2307 #23074B | Primary textHigh emphasis contentDark headings |
| 950 | 1604 #16042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F6F1FE;
--lavender-100: #EBDEFC;
--lavender-200: #D9C2F9;
--lavender-300: #BC94F5;
--lavender-400: #995CF0;
--lavender-500: #7C2DEB;
--lavender-600: #6113CD;
--lavender-700: #4D0FA3;
--lavender-800: #370B75;
--lavender-900: #23074B;
--lavender-950: #16042F;
}