Lavender
#E6C4F8
PurpleColor Codes
All color formats for development
HEX
#E6C4F8RGB
rgb(230, 196, 248)HSL
hsl(279, 79%, 87%)OKLCH
oklch(0.866 0.079 313.9)CMYK
cmyk(7%, 21%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D59CF3
2#C474EF
3#B34DEA
4#A225E5
5#8917C7
6#6E139F
7#520E77
8#37094F
9#1B0528
Tints
Lighter variations
1#E8CAF9
2#EBD0F9
3#EDD5FA
4#F0DBFB
5#F2E1FC
6#F5E7FC
7#F7EDFD
8#FAF3FE
9#FCF9FE
Tones
Muted variations
1#E5C6F5
2#E4C9F3
3#E3CCF0
4#E3CEEE
5#E2D1EB
6#E1D3E8
7#E0D6E6
8#DFD9E3
9#DFDBE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DF #F1DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E6C4 #E6C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | D296 #D296F3 | BordersInactive statesPlaceholder text |
| 400 | BB5F #BB5FEC | Disabled statesSecondary iconsMuted text |
| 500 | A732 #A732E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8B18 #8B18C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6E13 #6E13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4F0D #4F0D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3209 #320949 | Primary textHigh emphasis contentDark headings |
| 950 | 2005 #20052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F9F1FD;
--lavender-100: #F1DFFB;
--lavender-200: #E6C4F8;
--lavender-300: #D296F3;
--lavender-400: #BB5FEC;
--lavender-500: #A732E7;
--lavender-600: #8B18C9;
--lavender-700: #6E13A0;
--lavender-800: #4F0D72;
--lavender-900: #320949;
--lavender-950: #20052E;
}