Lavender
#EDE0FB
PurpleColor Codes
All color formats for development
HEX
#EDE0FBRGB
rgb(237, 224, 251)HSL
hsl(269, 77%, 93%)OKLCH
oklch(0.925 0.039 307.2)CMYK
cmyk(6%, 11%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D4B5F5
2#BC8BF0
3#A461EB
4#8B38E5
5#741BD2
6#5C16A8
7#45107E
8#2E0B54
9#17052A
Tints
Lighter variations
1#EFE3FB
2#F0E6FC
3#F2E9FC
4#F4ECFD
5#F6EFFD
6#F8F2FD
7#FAF6FE
8#FBF9FE
9#FDFCFF
Tones
Muted variations
1#EDE1FA
2#EDE2F8
3#EDE4F7
4#EDE5F5
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 | DDC4 #DDC4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | C397 #C397F2 | BordersInactive statesPlaceholder text |
| 400 | A361 #A361EA | Disabled statesSecondary iconsMuted text |
| 500 | 8934 #8934E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D1A #6D1AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5715 #57159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E0F #3E0F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2809 #280948 | Primary textHigh emphasis contentDark headings |
| 950 | 1906 #19062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F7F1FD;
--lavender-100: #EDDFFB;
--lavender-200: #DDC4F7;
--lavender-300: #C397F2;
--lavender-400: #A361EA;
--lavender-500: #8934E5;
--lavender-600: #6D1AC7;
--lavender-700: #57159E;
--lavender-800: #3E0F71;
--lavender-900: #280948;
--lavender-950: #19062D;
}