Lavender
#E7DCFE
PurpleColor Codes
All color formats for development
HEX
#E7DCFERGB
rgb(231, 220, 254)HSL
hsl(259, 94%, 93%)OKLCH
oklch(0.914 0.047 300.2)CMYK
cmyk(9%, 13%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C7AEFD
2#A780FB
3#8752FA
4#6724F8
5#4E07E6
6#3E06B8
7#2F048A
8#1F035C
9#10012E
Tints
Lighter variations
1#E9E0FE
2#ECE3FE
3#EEE7FE
4#F1EAFE
5#F3EEFE
6#F5F1FF
7#F8F5FF
8#FAF8FF
9#FDFCFF
Tones
Muted variations
1#E8DEFC
2#E8E0FB
3#E9E1F9
4#E9E3F7
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 | E7DC #E7DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2BF #D2BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | B08D #B08DFB | BordersInactive statesPlaceholder text |
| 400 | 8752 #8752FA | Disabled statesSecondary iconsMuted text |
| 500 | 6520 #6520F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4A07 #4A07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3A05 #3A05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2A04 #2A047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B02 #1B024F | Primary textHigh emphasis contentDark headings |
| 950 | 1102 #110231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F5F0FF;
--lavender-100: #E7DCFE;
--lavender-200: #D2BFFD;
--lavender-300: #B08DFB;
--lavender-400: #8752FA;
--lavender-500: #6520F8;
--lavender-600: #4A07DA;
--lavender-700: #3A05AD;
--lavender-800: #2A047C;
--lavender-900: #1B024F;
--lavender-950: #110231;
}