Lavender
#E8DDFE
PurpleColor Codes
All color formats for development
HEX
#E8DDFERGB
rgb(232, 221, 254)HSL
hsl(260, 94%, 93%)OKLCH
oklch(0.916 0.046 300.7)CMYK
cmyk(9%, 13%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C8AEFD
2#A980FB
3#8A52FA
4#6B24F8
5#5107E6
6#4106B8
7#31048A
8#21035C
9#10012E
Tints
Lighter variations
1#EAE0FE
2#ECE3FE
3#EFE7FE
4#F1EAFE
5#F3EEFE
6#F6F1FF
7#F8F5FF
8#FAF8FF
9#FDFCFF
Tones
Muted variations
1#E8DEFC
2#E9E0FB
3#E9E1F9
4#EAE3F7
5#EAE5F6
6#EBE6F4
7#EBE8F2
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 | E8DC #E8DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3BF #D3BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | B28D #B28DFB | BordersInactive statesPlaceholder text |
| 400 | 8A52 #8A52FA | Disabled statesSecondary iconsMuted text |
| 500 | 6820 #6820F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4D07 #4D07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3D05 #3D05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2C04 #2C047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1C02 #1C024F | Primary textHigh emphasis contentDark headings |
| 950 | 1202 #120231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F5F0FF;
--lavender-100: #E8DCFE;
--lavender-200: #D3BFFD;
--lavender-300: #B28DFB;
--lavender-400: #8A52FA;
--lavender-500: #6820F8;
--lavender-600: #4D07DA;
--lavender-700: #3D05AD;
--lavender-800: #2C047C;
--lavender-900: #1C024F;
--lavender-950: #120231;
}