Lavender
#EBC1FB
PurpleColor Codes
All color formats for development
HEX
#EBC1FBRGB
rgb(235, 193, 251)HSL
hsl(283, 88%, 87%)OKLCH
oklch(0.866 0.09 316.6)CMYK
cmyk(6%, 23%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DD97F8
2#CF6DF6
3#C144F3
4#B41AF0
5#990DD1
6#7B0BA7
7#5C087D
8#3D0553
9#1F032A
Tints
Lighter variations
1#EDC7FB
2#EFCDFC
3#F1D3FC
4#F3DAFD
5#F5E0FD
6#F7E6FD
7#F9ECFE
8#FBF3FE
9#FDF9FF
Tones
Muted variations
1#E9C4F8
2#E8C7F5
3#E7C9F2
4#E5CCEF
5#E4CFEC
6#E3D2EA
7#E2D5E7
8#E0D8E4
9#DFDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DD #F4DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | EAC1 #EAC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | DB91 #DB91F8 | BordersInactive statesPlaceholder text |
| 400 | C857 #C857F4 | Disabled statesSecondary iconsMuted text |
| 500 | B827 #B827F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9B0D #9B0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7B0B #7B0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5808 #580878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3805 #38054D | Primary textHigh emphasis contentDark headings |
| 950 | 2303 #230330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #FAF1FE;
--lavender-100: #F4DDFD;
--lavender-200: #EAC1FB;
--lavender-300: #DB91F8;
--lavender-400: #C857F4;
--lavender-500: #B827F1;
--lavender-600: #9B0DD3;
--lavender-700: #7B0BA8;
--lavender-800: #580878;
--lavender-900: #38054D;
--lavender-950: #230330;
}