Lavender
#EDDDFD
PurpleColor Codes
All color formats for development
HEX
#EDDDFDRGB
rgb(237, 221, 253)HSL
hsl(270, 89%, 93%)OKLCH
oklch(0.92 0.046 307.9)CMYK
cmyk(6%, 13%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D5B0FA
2#BE84F8
3#A657F5
4#8E2AF3
5#770DE0
6#5F0AB3
7#470886
8#2F055A
9#18032D
Tints
Lighter variations
1#EFE1FD
2#F1E4FD
3#F3E7FE
4#F4EBFE
5#F6EEFE
6#F8F2FE
7#FAF5FE
8#FBF8FF
9#FDFCFF
Tones
Muted variations
1#EDDFFB
2#EDE0FA
3#EDE2F8
4#EDE4F7
5#EDE5F5
6#EDE7F4
7#EDE8F2
8#EDEAF0
9#EDECEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDD #EDDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DEC0 #DEC0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | C490 #C490F9 | BordersInactive statesPlaceholder text |
| 400 | A656 #A656F5 | Disabled statesSecondary iconsMuted text |
| 500 | 8C26 #8C26F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 700C #700CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 590A #590AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4007 #400778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2904 #29044D | Primary textHigh emphasis contentDark headings |
| 950 | 1A03 #1A0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F7F1FE;
--lavender-100: #EDDDFD;
--lavender-200: #DEC0FB;
--lavender-300: #C490F9;
--lavender-400: #A656F5;
--lavender-500: #8C26F2;
--lavender-600: #700CD4;
--lavender-700: #590AA9;
--lavender-800: #400778;
--lavender-900: #29044D;
--lavender-950: #1A0330;
}