Lavender
#EDDFFC
PurpleColor Codes
All color formats for development
HEX
#EDDFFCRGB
rgb(237, 223, 252)HSL
hsl(269, 83%, 93%)OKLCH
oklch(0.924 0.042 307.2)CMYK
cmyk(6%, 12%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D4B3F8
2#BC88F4
3#A45CF0
4#8B31EC
5#7314D9
6#5C10AE
7#450C82
8#2E0857
9#17042B
Tints
Lighter variations
1#EEE2FC
2#F0E5FD
3#F2E8FD
4#F4EBFD
5#F6EFFD
6#F8F2FE
7#F9F5FE
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 | DDC2 #DDC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | C394 #C394F5 | BordersInactive statesPlaceholder text |
| 400 | A35C #A35CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 892D #892DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D13 #6D13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 570F #570FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E0B #3E0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2807 #28074B | Primary textHigh emphasis contentDark headings |
| 950 | 1904 #19042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F7F1FE;
--lavender-100: #EDDEFC;
--lavender-200: #DDC2F9;
--lavender-300: #C394F5;
--lavender-400: #A35CF0;
--lavender-500: #892DEB;
--lavender-600: #6D13CD;
--lavender-700: #570FA3;
--lavender-800: #3E0B75;
--lavender-900: #28074B;
--lavender-950: #19042F;
}