Lavender
#EBC3F8
PinkColor Codes
All color formats for development
HEX
#EBC3F8RGB
rgb(235, 195, 248)HSL
hsl(285, 79%, 87%)OKLCH
oklch(0.868 0.084 317.8)CMYK
cmyk(5%, 21%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DE9CF3
2#D074EF
3#C34DEA
4#B525E5
5#9B17C7
6#7C139F
7#5D0E77
8#3E094F
9#1F0528
Tints
Lighter variations
1#EDCAF9
2#EFD0F9
3#F1D5FA
4#F3DBFB
5#F5E1FC
6#F7E7FC
7#F9EDFD
8#FBF3FE
9#FDF9FE
Tones
Muted variations
1#EAC6F5
2#E8C9F3
3#E7CCF0
4#E6CEEE
5#E4D1EB
6#E3D3E8
7#E2D6E6
8#E0D9E3
9#DFDBE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DF #F4DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EBC4 #EBC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | DC96 #DC96F3 | BordersInactive statesPlaceholder text |
| 400 | C95F #C95FEC | Disabled statesSecondary iconsMuted text |
| 500 | BA32 #BA32E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9D18 #9D18C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7D13 #7D13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 590D #590D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3909 #390949 | Primary textHigh emphasis contentDark headings |
| 950 | 2405 #24052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #FAF1FD;
--lavender-100: #F4DFFB;
--lavender-200: #EBC4F8;
--lavender-300: #DC96F3;
--lavender-400: #C95FEC;
--lavender-500: #BA32E7;
--lavender-600: #9D18C9;
--lavender-700: #7D13A0;
--lavender-800: #590D72;
--lavender-900: #390949;
--lavender-950: #24052E;
}