Lavender
#EDC3F8
PinkColor Codes
All color formats for development
HEX
#EDC3F8RGB
rgb(237, 195, 248)HSL
hsl(288, 79%, 87%)OKLCH
oklch(0.87 0.085 319.2)CMYK
cmyk(4%, 21%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E29CF3
2#D674EF
3#CB4DEA
4#BF25E5
5#A417C7
6#83139F
7#620E77
8#41094F
9#210528
Tints
Lighter variations
1#EFCAF9
2#F1D0F9
3#F3D5FA
4#F5DBFB
5#F6E1FC
6#F8E7FC
7#FAEDFD
8#FCF3FE
9#FDF9FE
Tones
Muted variations
1#ECC6F5
2#EAC9F3
3#E9CCF0
4#E7CEEE
5#E6D1EB
6#E4D3E8
7#E3D6E6
8#E1D9E3
9#DFDBE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DF #F6DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EEC4 #EEC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | E096 #E096F3 | BordersInactive statesPlaceholder text |
| 400 | D05F #D05FEC | Disabled statesSecondary iconsMuted text |
| 500 | C332 #C332E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | A518 #A518C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8413 #8413A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5E0D #5E0D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C09 #3C0949 | Primary textHigh emphasis contentDark headings |
| 950 | 2605 #26052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #FBF1FD;
--lavender-100: #F6DFFB;
--lavender-200: #EEC4F8;
--lavender-300: #E096F3;
--lavender-400: #D05FEC;
--lavender-500: #C332E7;
--lavender-600: #A518C9;
--lavender-700: #8413A0;
--lavender-800: #5E0D72;
--lavender-900: #3C0949;
--lavender-950: #26052E;
}