Lavender
#EEDFFB
PurpleColor Codes
All color formats for development
HEX
#EEDFFBRGB
rgb(238, 223, 251)HSL
hsl(272, 78%, 93%)OKLCH
oklch(0.924 0.041 309.4)CMYK
cmyk(5%, 11%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D8B5F6
2#C18BF1
3#AB61EB
4#9436E6
5#7D1AD3
6#6415A9
7#4B107F
8#320A54
9#19052A
Tints
Lighter variations
1#F0E2FB
2#F1E6FC
3#F3E9FC
4#F5ECFD
5#F7EFFD
6#F8F2FD
7#FAF5FE
8#FCF9FE
9#FDFCFF
Tones
Muted variations
1#EEE1FA
2#EEE2F8
3#EEE3F7
4#EEE5F6
5#EEE6F4
6#EEE8F3
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 | E0C4 #E0C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C797 #C797F2 | BordersInactive statesPlaceholder text |
| 400 | AA60 #AA60EB | Disabled statesSecondary iconsMuted text |
| 500 | 9233 #9233E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7619 #7619C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E14 #5E149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 430E #430E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B09 #2B0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1B06 #1B062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F8F1FD;
--lavender-100: #EEDFFB;
--lavender-200: #E0C4F8;
--lavender-300: #C797F2;
--lavender-400: #AA60EB;
--lavender-500: #9233E6;
--lavender-600: #7619C8;
--lavender-700: #5E149F;
--lavender-800: #430E71;
--lavender-900: #2B0949;
--lavender-950: #1B062D;
}