Lavender
#EEE0FB
PurpleColor Codes
All color formats for development
HEX
#EEE0FBRGB
rgb(238, 224, 251)HSL
hsl(271, 77%, 93%)OKLCH
oklch(0.926 0.039 308.8)CMYK
cmyk(5%, 11%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D7B5F5
2#BF8BF0
3#A861EB
4#9138E5
5#7A1BD2
6#6116A8
7#49107E
8#310B54
9#18052A
Tints
Lighter variations
1#EFE3FB
2#F1E6FC
3#F3E9FC
4#F5ECFD
5#F6EFFD
6#F8F2FD
7#FAF6FE
8#FCF9FE
9#FDFCFF
Tones
Muted variations
1#EEE1FA
2#EEE2F8
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 | F8F1 #F8F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDF #EEDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFC4 #DFC4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | C697 #C697F2 | BordersInactive statesPlaceholder text |
| 400 | A861 #A861EA | Disabled statesSecondary iconsMuted text |
| 500 | 8F34 #8F34E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 731A #731AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C15 #5C159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 410F #410F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A09 #2A0948 | 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: #F8F1FD;
--lavender-100: #EEDFFB;
--lavender-200: #DFC4F7;
--lavender-300: #C697F2;
--lavender-400: #A861EA;
--lavender-500: #8F34E5;
--lavender-600: #731AC7;
--lavender-700: #5C159E;
--lavender-800: #410F71;
--lavender-900: #2A0948;
--lavender-950: #1A062D;
}