Lavender
#ECDFFB
PurpleColor Codes
All color formats for development
HEX
#ECDFFBRGB
rgb(236, 223, 251)HSL
hsl(268, 78%, 93%)OKLCH
oklch(0.922 0.04 306.5)CMYK
cmyk(6%, 11%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D3B5F6
2#BA8BF1
3#A161EB
4#8836E6
5#701AD3
6#5A15A9
7#43107F
8#2D0A54
9#16052A
Tints
Lighter variations
1#EEE2FB
2#F0E6FC
3#F2E9FC
4#F4ECFD
5#F6EFFD
6#F7F2FD
7#F9F5FE
8#FBF9FE
9#FDFCFF
Tones
Muted variations
1#ECE1FA
2#ECE2F8
3#EDE3F7
4#EDE5F6
5#EDE6F4
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 | DCC4 #DCC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C197 #C197F2 | BordersInactive statesPlaceholder text |
| 400 | A160 #A160EB | Disabled statesSecondary iconsMuted text |
| 500 | 8633 #8633E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6A19 #6A19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5514 #55149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C0E #3C0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2709 #270949 | 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: #DCC4F8;
--lavender-300: #C197F2;
--lavender-400: #A160EB;
--lavender-500: #8633E6;
--lavender-600: #6A19C8;
--lavender-700: #55149F;
--lavender-800: #3C0E71;
--lavender-900: #270949;
--lavender-950: #18062D;
}