Lavender
#ECC0FC
PurpleColor Codes
All color formats for development
HEX
#ECC0FCRGB
rgb(236, 192, 252)HSL
hsl(284, 91%, 87%)OKLCH
oklch(0.865 0.094 316.9)CMYK
cmyk(6%, 24%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DF95FA
2#D26BF8
3#C641F6
4#B916F4
5#9E0AD4
6#7E08A9
7#5F067F
8#3F0455
9#20022A
Tints
Lighter variations
1#EEC6FC
2#F0CCFD
3#F2D3FD
4#F4D9FD
5#F5DFFE
6#F7E6FE
7#F9ECFE
8#FBF2FE
9#FDF9FF
Tones
Muted variations
1#EBC3F9
2#E9C6F6
3#E8C9F3
4#E6CCF0
5#E5CFED
6#E3D2EA
7#E2D5E7
8#E1D8E4
9#DFDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DD #F5DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | ECC0 #ECC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | DD8F #DD8FFA | BordersInactive statesPlaceholder text |
| 400 | CC55 #CC55F7 | Disabled statesSecondary iconsMuted text |
| 500 | BD24 #BD24F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | A00A #A00AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7F08 #7F08AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5B06 #5B067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 3A04 #3A044E | Primary textHigh emphasis contentDark headings |
| 950 | 2402 #240231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #FBF0FE;
--lavender-100: #F5DDFD;
--lavender-200: #ECC0FC;
--lavender-300: #DD8FFA;
--lavender-400: #CC55F7;
--lavender-500: #BD24F5;
--lavender-600: #A00AD6;
--lavender-700: #7F08AA;
--lavender-800: #5B067A;
--lavender-900: #3A044E;
--lavender-950: #240231;
}