Lavender
#E6DFFB
PurpleColor Codes
All color formats for development
HEX
#E6DFFBRGB
rgb(230, 223, 251)HSL
hsl(255, 78%, 93%)OKLCH
oklch(0.918 0.038 297.1)CMYK
cmyk(8%, 11%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C5B5F6
2#A48BF1
3#8361EB
4#6236E6
5#481AD3
6#3A15A9
7#2B107F
8#1D0A54
9#0E052A
Tints
Lighter variations
1#E9E2FB
2#EBE6FC
3#EEE9FC
4#F0ECFD
5#F3EFFD
6#F5F2FD
7#F8F5FE
8#FAF9FE
9#FDFCFF
Tones
Muted variations
1#E7E1FA
2#E8E2F8
3#E8E3F7
4#E9E5F6
5#EAE6F4
6#EAE8F3
7#EBE9F1
8#ECEAF0
9#ECECEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DF #E6DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1C4 #D1C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | AD97 #AD97F2 | BordersInactive statesPlaceholder text |
| 400 | 8360 #8360EB | Disabled statesSecondary iconsMuted text |
| 500 | 5F33 #5F33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4419 #4419C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3614 #36149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 270E #270E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1909 #190949 | Primary textHigh emphasis contentDark headings |
| 950 | 1006 #10062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F1FD;
--lavender-100: #E6DFFB;
--lavender-200: #D1C4F8;
--lavender-300: #AD97F2;
--lavender-400: #8360EB;
--lavender-500: #5F33E6;
--lavender-600: #4419C8;
--lavender-700: #36149F;
--lavender-800: #270E71;
--lavender-900: #190949;
--lavender-950: #10062D;
}