Lavender
#E0C3F9
PurpleColor Codes
All color formats for development
HEX
#E0C3F9RGB
rgb(224, 195, 249)HSL
hsl(272, 82%, 87%)OKLCH
oklch(0.859 0.08 309)CMYK
cmyk(10%, 22%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CB9AF5
2#B672F1
3#A14AED
4#8C21E9
5#7514CA
6#5E10A2
7#460C79
8#2F0851
9#170428
Tints
Lighter variations
1#E3C9FA
2#E6CFFA
3#E9D5FB
4#ECDBFB
5#EFE1FC
6#F2E7FD
7#F6EDFD
8#F9F3FE
9#FCF9FE
Tones
Muted variations
1#DFC5F6
2#DFC8F4
3#DFCBF1
4#DFCEEE
5#DFD0EB
6#DFD3E9
7#DED6E6
8#DED8E3
9#DEDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDF #EEDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0C3 #E0C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | C894 #C894F4 | BordersInactive statesPlaceholder text |
| 400 | AB5D #AB5DEF | Disabled statesSecondary iconsMuted text |
| 500 | 932E #932EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 7614 #7614CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E10 #5E10A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 430B #430B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B07 #2B074A | Primary textHigh emphasis contentDark headings |
| 950 | 1B05 #1B052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F8F1FE;
--lavender-100: #EEDFFC;
--lavender-200: #E0C3F9;
--lavender-300: #C894F4;
--lavender-400: #AB5DEF;
--lavender-500: #932EEA;
--lavender-600: #7614CC;
--lavender-700: #5E10A2;
--lavender-800: #430B74;
--lavender-900: #2B074A;
--lavender-950: #1B052E;
}