Lavender
#E3DCFF
BlueColor Codes
All color formats for development
HEX
#E3DCFFRGB
rgb(227, 220, 255)HSL
hsl(252, 100%, 93%)OKLCH
oklch(0.911 0.048 294.6)CMYK
cmyk(11%, 14%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BCACFF
2#977CFF
3#714DFF
4#4B1EFF
5#2F00ED
6#2600BE
7#1C008E
8#13005F
9#09002F
Tints
Lighter variations
1#E5DFFF
2#E8E2FF
3#EBE6FF
4#EEEAFF
5#F1EDFF
6#F4F1FF
7#F6F4FF
8#F9F8FF
9#FCFBFF
Tones
Muted variations
1#E4DDFD
2#E5DFFB
3#E6E1FA
4#E7E2F8
5#E8E4F6
6#E9E6F4
7#EAE8F3
8#EBEAF1
9#ECEBEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DB #E2DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CABD #CABDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | A18A #A18AFF | BordersInactive statesPlaceholder text |
| 400 | 704D #704DFF | Disabled statesSecondary iconsMuted text |
| 500 | 471A #471AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D00 #2D00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2400 #2400B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A00 #1A0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1000 #100052 | Primary textHigh emphasis contentDark headings |
| 950 | 0A00 #0A0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F0FF;
--lavender-100: #E2DBFF;
--lavender-200: #CABDFF;
--lavender-300: #A18AFF;
--lavender-400: #704DFF;
--lavender-500: #471AFF;
--lavender-600: #2D00E0;
--lavender-700: #2400B3;
--lavender-800: #1A0080;
--lavender-900: #100052;
--lavender-950: #0A0033;
}