Lavender
#EBC0FC
PurpleColor Codes
All color formats for development
HEX
#EBC0FCRGB
rgb(235, 192, 252)HSL
hsl(283, 91%, 87%)OKLCH
oklch(0.865 0.093 316.3)CMYK
cmyk(7%, 24%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DD95FA
2#D06BF8
3#C341F6
4#B516F4
5#9B0AD4
6#7C08A9
7#5D067F
8#3E0455
9#1F022A
Tints
Lighter variations
1#EDC6FC
2#EFCCFD
3#F1D3FD
4#F3D9FD
5#F5DFFE
6#F7E6FE
7#F9ECFE
8#FBF2FE
9#FDF9FF
Tones
Muted variations
1#EAC3F9
2#E8C6F6
3#E7C9F3
4#E6CCF0
5#E4CFED
6#E3D2EA
7#E2D5E7
8#E0D8E4
9#DFDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DD #F4DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | EBC0 #EBC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | DB8F #DB8FFA | BordersInactive statesPlaceholder text |
| 400 | C955 #C955F7 | Disabled statesSecondary iconsMuted text |
| 500 | B924 #B924F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9C0A #9C0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7C08 #7C08AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5906 #59067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 3904 #39044E | 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: #FAF0FE;
--lavender-100: #F4DDFD;
--lavender-200: #EBC0FC;
--lavender-300: #DB8FFA;
--lavender-400: #C955F7;
--lavender-500: #B924F5;
--lavender-600: #9C0AD6;
--lavender-700: #7C08AA;
--lavender-800: #59067A;
--lavender-900: #39044E;
--lavender-950: #240231;
}