Lavender
#EDC4F8
PinkColor Codes
All color formats for development
HEX
#EDC4F8RGB
rgb(237, 196, 248)HSL
hsl(287, 79%, 87%)OKLCH
oklch(0.872 0.083 319)CMYK
cmyk(4%, 21%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E09CF3
2#D474EF
3#C84DEA
4#BC25E5
5#A117C7
6#80139F
7#600E77
8#40094F
9#200528
Tints
Lighter variations
1#EFCAF9
2#F0D0F9
3#F2D5FA
4#F4DBFB
5#F6E1FC
6#F8E7FC
7#FAEDFD
8#FBF3FE
9#FDF9FE
Tones
Muted variations
1#EBC6F5
2#EAC9F3
3#E8CCF0
4#E7CEEE
5#E5D1EB
6#E4D3E8
7#E2D6E6
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 | F5DF #F5DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDC4 #EDC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | DF96 #DF96F3 | BordersInactive statesPlaceholder text |
| 400 | CE5F #CE5FEC | Disabled statesSecondary iconsMuted text |
| 500 | C032 #C032E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | A218 #A218C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8113 #8113A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5C0D #5C0D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B09 #3B0949 | Primary textHigh emphasis contentDark headings |
| 950 | 2505 #25052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #FBF1FD;
--lavender-100: #F5DFFB;
--lavender-200: #EDC4F8;
--lavender-300: #DF96F3;
--lavender-400: #CE5FEC;
--lavender-500: #C032E7;
--lavender-600: #A218C9;
--lavender-700: #8113A0;
--lavender-800: #5C0D72;
--lavender-900: #3B0949;
--lavender-950: #25052E;
}