Lavender
#EAC2FA
PurpleColor Codes
All color formats for development
HEX
#EAC2FARGB
rgb(234, 194, 250)HSL
hsl(283, 85%, 87%)OKLCH
oklch(0.866 0.087 316.2)CMYK
cmyk(6%, 22%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DC99F7
2#CE70F3
3#C047F0
4#B21EED
5#9811CD
6#790DA4
7#5B0A7B
8#3D0752
9#1E0329
Tints
Lighter variations
1#ECC8FB
2#EECEFB
3#F0D4FC
4#F2DAFC
5#F5E0FD
6#F7E6FD
7#F9EDFE
8#FBF3FE
9#FDF9FF
Tones
Muted variations
1#E9C4F7
2#E8C7F4
3#E6CAF2
4#E5CDEF
5#E4D0EC
6#E3D3E9
7#E2D5E6
8#E0D8E3
9#DFDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DE #F4DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | EAC2 #EAC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | DA92 #DA92F6 | BordersInactive statesPlaceholder text |
| 400 | C75A #C75AF2 | Disabled statesSecondary iconsMuted text |
| 500 | B72B #B72BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 9A11 #9A11D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7A0D #7A0DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 570A #570A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3806 #38064B | Primary textHigh emphasis contentDark headings |
| 950 | 2304 #23042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #FAF1FE;
--lavender-100: #F4DEFC;
--lavender-200: #EAC2FA;
--lavender-300: #DA92F6;
--lavender-400: #C75AF2;
--lavender-500: #B72BEE;
--lavender-600: #9A11D0;
--lavender-700: #7A0DA5;
--lavender-800: #570A76;
--lavender-900: #38064B;
--lavender-950: #23042F;
}