Lavender
#E2C3F9
PurpleColor Codes
All color formats for development
HEX
#E2C3F9RGB
rgb(226, 195, 249)HSL
hsl(274, 82%, 87%)OKLCH
oklch(0.861 0.08 310.6)CMYK
cmyk(9%, 22%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CE9AF5
2#BA72F1
3#A64AED
4#9221E9
5#7B14CA
6#6210A2
7#4A0C79
8#310851
9#190428
Tints
Lighter variations
1#E4C9FA
2#E7CFFA
3#EAD5FB
4#EDDBFB
5#F0E1FC
6#F3E7FD
7#F6EDFD
8#F9F3FE
9#FCF9FE
Tones
Muted variations
1#E1C5F6
2#E1C8F4
3#E0CBF1
4#E0CEEE
5#E0D0EB
6#DFD3E9
7#DFD6E6
8#DFD8E3
9#DEDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDF #EFDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E1C3 #E1C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | CB94 #CB94F4 | BordersInactive statesPlaceholder text |
| 400 | B05D #B05DEF | Disabled statesSecondary iconsMuted text |
| 500 | 992E #992EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 7C14 #7C14CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6310 #6310A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 470B #470B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2D07 #2D074A | Primary textHigh emphasis contentDark headings |
| 950 | 1C05 #1C052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F8F1FE;
--lavender-100: #EFDFFC;
--lavender-200: #E1C3F9;
--lavender-300: #CB94F4;
--lavender-400: #B05DEF;
--lavender-500: #992EEA;
--lavender-600: #7C14CC;
--lavender-700: #6310A2;
--lavender-800: #470B74;
--lavender-900: #2D074A;
--lavender-950: #1C052E;
}