Lavender
#E9DDFE
PurpleColor Codes
All color formats for development
HEX
#E9DDFERGB
rgb(233, 221, 254)HSL
hsl(262, 94%, 93%)OKLCH
oklch(0.917 0.046 302)CMYK
cmyk(8%, 13%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CBAEFD
2#AD80FB
3#9052FA
4#7224F8
5#5907E6
6#4706B8
7#35048A
8#24035C
9#12012E
Tints
Lighter variations
1#EBE0FE
2#EDE3FE
3#EFE7FE
4#F2EAFE
5#F4EEFE
6#F6F1FF
7#F8F5FF
8#FBF8FF
9#FDFCFF
Tones
Muted variations
1#E9DEFC
2#EAE0FB
3#EAE1F9
4#EAE3F7
5#EBE5F6
6#EBE6F4
7#ECE8F2
8#ECEAF1
9#EDEBEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DC #E9DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6BF #D6BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | B68D #B68DFB | BordersInactive statesPlaceholder text |
| 400 | 8F52 #8F52FA | Disabled statesSecondary iconsMuted text |
| 500 | 6F20 #6F20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5407 #5407DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4305 #4305AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3004 #30047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F02 #1F024F | Primary textHigh emphasis contentDark headings |
| 950 | 1302 #130231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F5F0FF;
--lavender-100: #E9DCFE;
--lavender-200: #D6BFFD;
--lavender-300: #B68DFB;
--lavender-400: #8F52FA;
--lavender-500: #6F20F8;
--lavender-600: #5407DA;
--lavender-700: #4305AD;
--lavender-800: #30047C;
--lavender-900: #1F024F;
--lavender-950: #130231;
}