Lavender
#E2C2F9
PurpleColor Codes
All color formats for development
HEX
#E2C2F9RGB
rgb(226, 194, 249)HSL
hsl(275, 82%, 87%)OKLCH
oklch(0.859 0.082 310.9)CMYK
cmyk(9%, 22%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CF9AF5
2#BC72F1
3#A94AED
4#9621E9
5#7E14CA
6#6510A2
7#4C0C79
8#320851
9#190428
Tints
Lighter variations
1#E5C9FA
2#E8CFFA
3#EBD5FB
4#EEDBFB
5#F1E1FC
6#F4E7FD
7#F6EDFD
8#F9F3FE
9#FCF9FE
Tones
Muted variations
1#E2C5F6
2#E1C8F4
3#E1CBF1
4#E1CEEE
5#E0D0EB
6#E0D3E9
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 | F0DF #F0DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E2C3 #E2C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | CC94 #CC94F4 | BordersInactive statesPlaceholder text |
| 400 | B25D #B25DEF | Disabled statesSecondary iconsMuted text |
| 500 | 9C2E #9C2EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 8014 #8014CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6510 #6510A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 480B #480B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E07 #2E074A | Primary textHigh emphasis contentDark headings |
| 950 | 1D05 #1D052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F8F1FE;
--lavender-100: #F0DFFC;
--lavender-200: #E2C3F9;
--lavender-300: #CC94F4;
--lavender-400: #B25DEF;
--lavender-500: #9C2EEA;
--lavender-600: #8014CC;
--lavender-700: #6510A2;
--lavender-800: #480B74;
--lavender-900: #2E074A;
--lavender-950: #1D052E;
}