Lavender
#EEDFFC
PurpleColor Codes
All color formats for development
HEX
#EEDFFCRGB
rgb(238, 223, 252)HSL
hsl(271, 83%, 93%)OKLCH
oklch(0.924 0.042 308.7)CMYK
cmyk(6%, 12%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D7B3F8
2#C088F4
3#A85CF0
4#9131EC
5#7A14D9
6#6110AE
7#490C82
8#310857
9#18042B
Tints
Lighter variations
1#EFE2FC
2#F1E5FD
3#F3E8FD
4#F5EBFD
5#F6EFFD
6#F8F2FE
7#FAF5FE
8#FCF8FE
9#FDFCFF
Tones
Muted variations
1#EEE0FA
2#EEE1F9
3#EDE3F8
4#EDE4F6
5#EDE6F5
6#EDE7F3
7#EDE9F2
8#EDEAF0
9#EDECEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDE #EEDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFC2 #DFC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | C694 #C694F5 | BordersInactive statesPlaceholder text |
| 400 | A85C #A85CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 8F2D #8F2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 7313 #7313CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C0F #5C0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 420B #420B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A07 #2A074B | Primary textHigh emphasis contentDark headings |
| 950 | 1A04 #1A042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F8F1FE;
--lavender-100: #EEDEFC;
--lavender-200: #DFC2F9;
--lavender-300: #C694F5;
--lavender-400: #A85CF0;
--lavender-500: #8F2DEB;
--lavender-600: #7313CD;
--lavender-700: #5C0FA3;
--lavender-800: #420B75;
--lavender-900: #2A074B;
--lavender-950: #1A042F;
}