Lavender
#EBDDFE
PurpleColor Codes
All color formats for development
HEX
#EBDDFERGB
rgb(235, 221, 254)HSL
hsl(265, 94%, 93%)OKLCH
oklch(0.919 0.047 304.7)CMYK
cmyk(7%, 13%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CFAEFD
2#B380FB
3#9852FA
4#7D24F8
5#6407E6
6#5006B8
7#3C048A
8#28035C
9#14012E
Tints
Lighter variations
1#ECE0FE
2#EEE3FE
3#F1E7FE
4#F3EAFE
5#F5EEFE
6#F7F1FF
7#F9F5FF
8#FBF8FF
9#FDFCFF
Tones
Muted variations
1#EBDEFC
2#EBE0FB
3#EBE1F9
4#EBE3F7
5#ECE5F6
6#ECE6F4
7#ECE8F2
8#EDEAF1
9#EDEBEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADC #EADCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9BF #D9BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | BB8D #BB8DFB | BordersInactive statesPlaceholder text |
| 400 | 9852 #9852FA | Disabled statesSecondary iconsMuted text |
| 500 | 7A20 #7A20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F07 #5F07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B05 #4B05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3604 #36047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2202 #22024F | Primary textHigh emphasis contentDark headings |
| 950 | 1602 #160231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F6F0FF;
--lavender-100: #EADCFE;
--lavender-200: #D9BFFD;
--lavender-300: #BB8DFB;
--lavender-400: #9852FA;
--lavender-500: #7A20F8;
--lavender-600: #5F07DA;
--lavender-700: #4B05AD;
--lavender-800: #36047C;
--lavender-900: #22024F;
--lavender-950: #160231;
}