Lavender
#EDDFFB
PurpleColor Codes
All color formats for development
HEX
#EDDFFBRGB
rgb(237, 223, 251)HSL
hsl(270, 78%, 93%)OKLCH
oklch(0.923 0.04 308)CMYK
cmyk(6%, 11%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D5B5F6
2#BE8BF1
3#A661EB
4#8E36E6
5#771AD3
6#5F15A9
7#47107F
8#2F0A54
9#18052A
Tints
Lighter variations
1#EFE2FB
2#F1E6FC
3#F3E9FC
4#F4ECFD
5#F6EFFD
6#F8F2FD
7#FAF5FE
8#FBF9FE
9#FDFCFF
Tones
Muted variations
1#EDE1FA
2#EDE2F8
3#EDE3F7
4#EDE5F6
5#EDE6F4
6#EDE8F3
7#EDE9F1
8#EDEAF0
9#EDECEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDF #EDDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DEC4 #DEC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C497 #C497F2 | BordersInactive statesPlaceholder text |
| 400 | A660 #A660EB | Disabled statesSecondary iconsMuted text |
| 500 | 8C33 #8C33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7019 #7019C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5914 #59149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 400E #400E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2909 #290949 | Primary textHigh emphasis contentDark headings |
| 950 | 1A06 #1A062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F7F1FD;
--lavender-100: #EDDFFB;
--lavender-200: #DEC4F8;
--lavender-300: #C497F2;
--lavender-400: #A660EB;
--lavender-500: #8C33E6;
--lavender-600: #7019C8;
--lavender-700: #59149F;
--lavender-800: #400E71;
--lavender-900: #290949;
--lavender-950: #1A062D;
}