Lavender
#E6DEFC
PurpleColor Codes
All color formats for development
HEX
#E6DEFCRGB
rgb(230, 222, 252)HSL
hsl(256, 83%, 93%)OKLCH
oklch(0.916 0.041 297.8)CMYK
cmyk(9%, 12%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C5B3F8
2#A488F4
3#845CF0
4#6331EC
5#4914D9
6#3A10AE
7#2C0C82
8#1D0857
9#0F042B
Tints
Lighter variations
1#E9E2FC
2#EBE5FD
3#EEE8FD
4#F0EBFD
5#F3EFFD
6#F5F2FE
7#F8F5FE
8#FAF8FE
9#FDFCFF
Tones
Muted variations
1#E7E0FA
2#E8E1F9
3#E8E3F8
4#E9E4F6
5#EAE6F5
6#EAE7F3
7#EBE9F2
8#ECEAF0
9#ECECEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DE #E6DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1C2 #D1C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | AE94 #AE94F5 | BordersInactive statesPlaceholder text |
| 400 | 835C #835CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 602D #602DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4513 #4513CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 370F #370FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 270B #270B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1907 #19074B | Primary textHigh emphasis contentDark headings |
| 950 | 1004 #10042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F1FE;
--lavender-100: #E6DEFC;
--lavender-200: #D1C2F9;
--lavender-300: #AE94F5;
--lavender-400: #835CF0;
--lavender-500: #602DEB;
--lavender-600: #4513CD;
--lavender-700: #370FA3;
--lavender-800: #270B75;
--lavender-900: #19074B;
--lavender-950: #10042F;
}