Lavender
#EDDEFC
PurpleColor Codes
All color formats for development
HEX
#EDDEFCRGB
rgb(237, 222, 252)HSL
hsl(270, 83%, 93%)OKLCH
oklch(0.922 0.043 307.9)CMYK
cmyk(6%, 12%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D5B3F8
2#BE88F4
3#A65CF0
4#8E31EC
5#7714D9
6#5F10AE
7#470C82
8#2F0857
9#18042B
Tints
Lighter variations
1#EFE2FC
2#F1E5FD
3#F3E8FD
4#F4EBFD
5#F6EFFD
6#F8F2FE
7#FAF5FE
8#FBF8FE
9#FDFCFF
Tones
Muted variations
1#EDE0FA
2#EDE1F9
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 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDE #EDDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | DEC2 #DEC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | C494 #C494F5 | BordersInactive statesPlaceholder text |
| 400 | A65C #A65CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 8C2D #8C2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 7013 #7013CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 590F #590FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 400B #400B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2907 #29074B | 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: #F7F1FE;
--lavender-100: #EDDEFC;
--lavender-200: #DEC2F9;
--lavender-300: #C494F5;
--lavender-400: #A65CF0;
--lavender-500: #8C2DEB;
--lavender-600: #7013CD;
--lavender-700: #590FA3;
--lavender-800: #400B75;
--lavender-900: #29074B;
--lavender-950: #1A042F;
}