Lavender
#EFDFFC
PurpleColor Codes
All color formats for development
HEX
#EFDFFCRGB
rgb(239, 223, 252)HSL
hsl(273, 83%, 93%)OKLCH
oklch(0.925 0.042 310.1)CMYK
cmyk(5%, 12%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D9B3F8
2#C388F4
3#AD5CF0
4#9831EC
5#8014D9
6#6710AE
7#4D0C82
8#330857
9#1A042B
Tints
Lighter variations
1#F0E2FC
2#F2E5FD
3#F4E8FD
4#F5EBFD
5#F7EFFD
6#F8F2FE
7#FAF5FE
8#FCF8FE
9#FDFCFF
Tones
Muted variations
1#EEE0FA
2#EEE1F9
3#EEE3F8
4#EEE4F6
5#EEE6F5
6#EEE7F3
7#EEE9F2
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 | EFDE #EFDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E1C2 #E1C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | C994 #C994F5 | BordersInactive statesPlaceholder text |
| 400 | AD5C #AD5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 962D #962DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 7A13 #7A13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 610F #610FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 450B #450B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2C07 #2C074B | Primary textHigh emphasis contentDark headings |
| 950 | 1C04 #1C042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F8F1FE;
--lavender-100: #EFDEFC;
--lavender-200: #E1C2F9;
--lavender-300: #C994F5;
--lavender-400: #AD5CF0;
--lavender-500: #962DEB;
--lavender-600: #7A13CD;
--lavender-700: #610FA3;
--lavender-800: #450B75;
--lavender-900: #2C074B;
--lavender-950: #1C042F;
}