Lavender
#E6DDFE
PurpleColor Codes
All color formats for development
HEX
#E6DDFERGB
rgb(230, 221, 254)HSL
hsl(256, 94%, 93%)OKLCH
oklch(0.915 0.045 298)CMYK
cmyk(9%, 13%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C3AEFD
2#A180FB
3#7F52FA
4#5D24F8
5#4307E6
6#3506B8
7#28048A
8#1B035C
9#0D012E
Tints
Lighter variations
1#E8E0FE
2#EAE3FE
3#EDE7FE
4#F0EAFE
5#F2EEFE
6#F5F1FF
7#F7F5FF
8#FAF8FF
9#FCFCFF
Tones
Muted variations
1#E6DEFC
2#E7E0FB
3#E8E1F9
4#E8E3F7
5#E9E5F6
6#EAE6F4
7#EBE8F2
8#ECEAF1
9#ECEBEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DC #E5DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFBF #CFBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | AB8D #AB8DFB | BordersInactive statesPlaceholder text |
| 400 | 7F52 #7F52FA | Disabled statesSecondary iconsMuted text |
| 500 | 5A20 #5A20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F07 #3F07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3205 #3205AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2404 #24047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1702 #17024F | Primary textHigh emphasis contentDark headings |
| 950 | 0E02 #0E0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F0FF;
--lavender-100: #E5DCFE;
--lavender-200: #CFBFFD;
--lavender-300: #AB8DFB;
--lavender-400: #7F52FA;
--lavender-500: #5A20F8;
--lavender-600: #3F07DA;
--lavender-700: #3205AD;
--lavender-800: #24047C;
--lavender-900: #17024F;
--lavender-950: #0E0231;
}