Lavender
#EFDFFB
PurpleColor Codes
All color formats for development
HEX
#EFDFFBRGB
rgb(239, 223, 251)HSL
hsl(274, 78%, 93%)OKLCH
oklch(0.925 0.041 310.9)CMYK
cmyk(5%, 11%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DAB5F6
2#C58BF1
3#AF61EB
4#9A36E6
5#831AD3
6#6915A9
7#4F107F
8#340A54
9#1A052A
Tints
Lighter variations
1#F1E2FB
2#F2E6FC
3#F4E9FC
4#F5ECFD
5#F7EFFD
6#F9F2FD
7#FAF5FE
8#FCF9FE
9#FDFCFF
Tones
Muted variations
1#EFE1FA
2#EFE2F8
3#EEE3F7
4#EEE5F6
5#EEE6F4
6#EEE8F3
7#EEE9F1
8#EEEAF0
9#EDECEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDF #EFDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E1C4 #E1C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | CA97 #CA97F2 | BordersInactive statesPlaceholder text |
| 400 | AF60 #AF60EB | Disabled statesSecondary iconsMuted text |
| 500 | 9833 #9833E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7C19 #7C19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6314 #63149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 460E #460E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2D09 #2D0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1C06 #1C062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F8F1FD;
--lavender-100: #EFDFFB;
--lavender-200: #E1C4F8;
--lavender-300: #CA97F2;
--lavender-400: #AF60EB;
--lavender-500: #9833E6;
--lavender-600: #7C19C8;
--lavender-700: #63149F;
--lavender-800: #460E71;
--lavender-900: #2D0949;
--lavender-950: #1C062D;
}