Lavender
#E6C3F8
PurpleColor Codes
All color formats for development
HEX
#E6C3F8RGB
rgb(230, 195, 248)HSL
hsl(280, 79%, 87%)OKLCH
oklch(0.864 0.081 314.1)CMYK
cmyk(7%, 21%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D69CF3
2#C674EF
3#B64DEA
4#A525E5
5#8C17C7
6#70139F
7#540E77
8#38094F
9#1C0528
Tints
Lighter variations
1#E9CAF9
2#EBD0F9
3#EED5FA
4#F0DBFB
5#F3E1FC
6#F5E7FC
7#F8EDFD
8#FAF3FE
9#FDF9FE
Tones
Muted variations
1#E6C6F5
2#E5C9F3
3#E4CCF0
4#E3CEEE
5#E2D1EB
6#E1D3E8
7#E0D6E6
8#E0D9E3
9#DFDBE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DF #F2DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E7C4 #E7C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | D496 #D496F3 | BordersInactive statesPlaceholder text |
| 400 | BD5F #BD5FEC | Disabled statesSecondary iconsMuted text |
| 500 | AA32 #AA32E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8E18 #8E18C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7113 #7113A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 510D #510D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3409 #340949 | 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: #F2DFFB;
--lavender-200: #E7C4F8;
--lavender-300: #D496F3;
--lavender-400: #BD5FEC;
--lavender-500: #AA32E7;
--lavender-600: #8E18C9;
--lavender-700: #7113A0;
--lavender-800: #510D72;
--lavender-900: #340949;
--lavender-950: #20052E;
}