Lavender
#ECE0FB
PurpleColor Codes
All color formats for development
HEX
#ECE0FBRGB
rgb(236, 224, 251)HSL
hsl(267, 77%, 93%)OKLCH
oklch(0.924 0.038 305.7)CMYK
cmyk(6%, 11%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D2B5F5
2#B98BF0
3#9F61EB
4#8638E5
5#6D1BD2
6#5816A8
7#42107E
8#2C0B54
9#16052A
Tints
Lighter variations
1#EEE3FB
2#F0E6FC
3#F2E9FC
4#F3ECFD
5#F5EFFD
6#F7F2FD
7#F9F6FE
8#FBF9FE
9#FDFCFF
Tones
Muted variations
1#ECE1FA
2#ECE2F8
3#ECE4F7
4#ECE5F5
5#ECE6F4
6#EDE8F3
7#EDE9F1
8#EDEAF0
9#EDECEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDF #ECDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBC4 #DBC4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | C097 #C097F2 | BordersInactive statesPlaceholder text |
| 400 | 9F61 #9F61EA | Disabled statesSecondary iconsMuted text |
| 500 | 8334 #8334E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 681A #681AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5215 #52159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3B0F #3B0F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2609 #260948 | Primary textHigh emphasis contentDark headings |
| 950 | 1806 #18062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F7F1FD;
--lavender-100: #ECDFFB;
--lavender-200: #DBC4F7;
--lavender-300: #C097F2;
--lavender-400: #9F61EA;
--lavender-500: #8334E5;
--lavender-600: #681AC7;
--lavender-700: #52159E;
--lavender-800: #3B0F71;
--lavender-900: #260948;
--lavender-950: #18062D;
}