Lavender
#EAC3F8
PurpleColor Codes
All color formats for development
HEX
#EAC3F8RGB
rgb(234, 195, 248)HSL
hsl(284, 79%, 87%)OKLCH
oklch(0.868 0.083 317.1)CMYK
cmyk(6%, 21%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DC9CF3
2#CE74EF
3#C04DEA
4#B225E5
5#9817C7
6#79139F
7#5B0E77
8#3D094F
9#1E0528
Tints
Lighter variations
1#ECCAF9
2#EED0F9
3#F0D5FA
4#F2DBFB
5#F5E1FC
6#F7E7FC
7#F9EDFD
8#FBF3FE
9#FDF9FE
Tones
Muted variations
1#E9C6F5
2#E8C9F3
3#E6CCF0
4#E5CEEE
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 | EAC4 #EAC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | DA96 #DA96F3 | BordersInactive statesPlaceholder text |
| 400 | C75F #C75FEC | Disabled statesSecondary iconsMuted text |
| 500 | B732 #B732E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9A18 #9A18C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7A13 #7A13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 570D #570D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3809 #380949 | Primary textHigh emphasis contentDark headings |
| 950 | 2305 #23052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #FAF1FD;
--lavender-100: #F4DFFB;
--lavender-200: #EAC4F8;
--lavender-300: #DA96F3;
--lavender-400: #C75FEC;
--lavender-500: #B732E7;
--lavender-600: #9A18C9;
--lavender-700: #7A13A0;
--lavender-800: #570D72;
--lavender-900: #380949;
--lavender-950: #23052E;
}