Lavender
#ECC1FB
PurpleColor Codes
All color formats for development
HEX
#ECC1FBRGB
rgb(236, 193, 251)HSL
hsl(284, 88%, 87%)OKLCH
oklch(0.867 0.091 317.3)CMYK
cmyk(6%, 23%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DE97F8
2#D16DF6
3#C444F3
4#B71AF0
5#9C0DD1
6#7D0BA7
7#5E087D
8#3F0553
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#EAC4F8
2#E9C7F5
3#E7C9F2
4#E6CCEF
5#E5CFEC
6#E3D2EA
7#E2D5E7
8#E1D8E4
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 | EBC1 #EBC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | DC91 #DC91F8 | BordersInactive statesPlaceholder text |
| 400 | CA57 #CA57F4 | Disabled statesSecondary iconsMuted text |
| 500 | BB27 #BB27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9E0D #9E0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7E0B #7E0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5A08 #5A0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3A05 #3A054D | Primary textHigh emphasis contentDark headings |
| 950 | 2403 #240330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #FAF1FE;
--lavender-100: #F4DDFD;
--lavender-200: #EBC1FB;
--lavender-300: #DC91F8;
--lavender-400: #CA57F4;
--lavender-500: #BB27F1;
--lavender-600: #9E0DD3;
--lavender-700: #7E0BA8;
--lavender-800: #5A0878;
--lavender-900: #3A054D;
--lavender-950: #240330;
}