Lavender
#E1C0FC
PurpleColor Codes
All color formats for development
HEX
#E1C0FCRGB
rgb(225, 192, 252)HSL
hsl(273, 91%, 87%)OKLCH
oklch(0.856 0.089 309.5)CMYK
cmyk(11%, 24%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CD95FA
2#B96BF8
3#A441F6
4#9016F4
5#790AD4
6#6108A9
7#49067F
8#300455
9#18022A
Tints
Lighter variations
1#E4C6FC
2#E7CCFD
3#EAD3FD
4#EDD9FD
5#F0DFFE
6#F3E6FE
7#F6ECFE
8#F9F2FE
9#FCF9FF
Tones
Muted variations
1#E1C3F9
2#E0C6F6
3#E0C9F3
4#E0CCF0
5#DFCFED
6#DFD2EA
7#DFD5E7
8#DED8E4
9#DEDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDD #EFDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E1C0 #E1C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | CA8F #CA8FFA | BordersInactive statesPlaceholder text |
| 400 | AE55 #AE55F7 | Disabled statesSecondary iconsMuted text |
| 500 | 9724 #9724F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7A0A #7A0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6108 #6108AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4606 #46067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2D04 #2D044E | Primary textHigh emphasis contentDark headings |
| 950 | 1C02 #1C0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F8F0FE;
--lavender-100: #EFDDFD;
--lavender-200: #E1C0FC;
--lavender-300: #CA8FFA;
--lavender-400: #AE55F7;
--lavender-500: #9724F5;
--lavender-600: #7A0AD6;
--lavender-700: #6108AA;
--lavender-800: #46067A;
--lavender-900: #2D044E;
--lavender-950: #1C0231;
}