Lavender
#EBC5F7
PinkColor Codes
All color formats for development
HEX
#EBC5F7RGB
rgb(235, 197, 247)HSL
hsl(286, 76%, 87%)OKLCH
oklch(0.872 0.079 318)CMYK
cmyk(5%, 20%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DE9EF2
2#D177EC
3#C450E7
4#B728E2
5#9C1BC3
6#7D159C
7#5E1075
8#3E0B4E
9#1F0527
Tints
Lighter variations
1#EDCAF8
2#EFD0F9
3#F1D6F9
4#F3DCFA
5#F5E2FB
6#F7E8FC
7#F9EDFD
8#FBF3FD
9#FDF9FE
Tones
Muted variations
1#EAC7F5
2#E9CAF2
3#E7CCEF
4#E6CFED
5#E5D1EA
6#E3D4E8
7#E2D6E5
8#E1D9E3
9#DFDBE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF2 #FAF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4E0 #F4E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EBC5 #EBC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | DC98 #DC98F1 | BordersInactive statesPlaceholder text |
| 400 | CA62 #CA62EA | Disabled statesSecondary iconsMuted text |
| 500 | BB35 #BB35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9E1B #9E1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7D15 #7D159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5A0F #5A0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 390A #390A48 | Primary textHigh emphasis contentDark headings |
| 950 | 2406 #24062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #FAF2FD;
--lavender-100: #F4E0FB;
--lavender-200: #EBC5F7;
--lavender-300: #DC98F1;
--lavender-400: #CA62EA;
--lavender-500: #BB35E3;
--lavender-600: #9E1BC5;
--lavender-700: #7D159D;
--lavender-800: #5A0F70;
--lavender-900: #390A48;
--lavender-950: #24062D;
}