Lavender
#E3C3F9
PurpleColor Codes
All color formats for development
HEX
#E3C3F9RGB
rgb(227, 195, 249)HSL
hsl(276, 82%, 87%)OKLCH
oklch(0.862 0.081 311.4)CMYK
cmyk(9%, 22%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D19AF5
2#BE72F1
3#AC4AED
4#9921E9
5#8114CA
6#6710A2
7#4D0C79
8#340851
9#1A0428
Tints
Lighter variations
1#E6C9FA
2#E9CFFA
3#ECD5FB
4#EEDBFB
5#F1E1FC
6#F4E7FD
7#F7EDFD
8#F9F3FE
9#FCF9FE
Tones
Muted variations
1#E3C5F6
2#E2C8F4
3#E2CBF1
4#E1CEEE
5#E1D0EB
6#E0D3E9
7#DFD6E6
8#DFD8E3
9#DEDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DF #F0DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E3C3 #E3C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | CE94 #CE94F4 | BordersInactive statesPlaceholder text |
| 400 | B45D #B45DEF | Disabled statesSecondary iconsMuted text |
| 500 | 9F2E #9F2EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 8314 #8314CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6810 #6810A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4A0B #4A0B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2F07 #2F074A | 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: #F9F1FE;
--lavender-100: #F0DFFC;
--lavender-200: #E3C3F9;
--lavender-300: #CE94F4;
--lavender-400: #B45DEF;
--lavender-500: #9F2EEA;
--lavender-600: #8314CC;
--lavender-700: #6810A2;
--lavender-800: #4A0B74;
--lavender-900: #2F074A;
--lavender-950: #1E052E;
}