Lavender
#E3C3F8
PurpleColor Codes
All color formats for development
HEX
#E3C3F8RGB
rgb(227, 195, 248)HSL
hsl(276, 79%, 87%)OKLCH
oklch(0.861 0.08 311.8)CMYK
cmyk(8%, 21%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D09CF3
2#BE74EF
3#AB4DEA
4#9825E5
5#8017C7
6#67139F
7#4D0E77
8#33094F
9#1A0528
Tints
Lighter variations
1#E6CAF9
2#E9D0F9
3#EBD5FA
4#EEDBFB
5#F1E1FC
6#F4E7FC
7#F7EDFD
8#F9F3FE
9#FCF9FE
Tones
Muted variations
1#E3C6F5
2#E2C9F3
3#E2CCF0
4#E1CEEE
5#E0D1EB
6#E0D3E8
7#DFD6E6
8#DFD9E3
9#DEDBE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DF #F0DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E3C4 #E3C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | CE96 #CE96F3 | BordersInactive statesPlaceholder text |
| 400 | B45F #B45FEC | Disabled statesSecondary iconsMuted text |
| 500 | 9E32 #9E32E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8218 #8218C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6713 #6713A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4A0D #4A0D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2F09 #2F0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1E05 #1E052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F9F1FD;
--lavender-100: #F0DFFB;
--lavender-200: #E3C4F8;
--lavender-300: #CE96F3;
--lavender-400: #B45FEC;
--lavender-500: #9E32E7;
--lavender-600: #8218C9;
--lavender-700: #6713A0;
--lavender-800: #4A0D72;
--lavender-900: #2F0949;
--lavender-950: #1E052E;
}