Lavender
#E2BFFC
PurpleColor Codes
All color formats for development
HEX
#E2BFFCRGB
rgb(226, 191, 252)HSL
hsl(274, 91%, 87%)OKLCH
oklch(0.855 0.091 310.5)CMYK
cmyk(10%, 24%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CE95FA
2#BB6BF8
3#A741F6
4#9416F4
5#7C0AD4
6#6408A9
7#4B067F
8#320455
9#19022A
Tints
Lighter variations
1#E5C6FC
2#E8CCFD
3#EBD3FD
4#EED9FD
5#F0DFFE
6#F3E6FE
7#F6ECFE
8#F9F2FE
9#FCF9FF
Tones
Muted variations
1#E1C3F9
2#E1C6F6
3#E1C9F3
4#E0CCF0
5#E0CFED
6#DFD2EA
7#DFD5E7
8#DFD8E4
9#DEDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDD #EFDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E2C0 #E2C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | CB8F #CB8FFA | BordersInactive statesPlaceholder text |
| 400 | B155 #B155F7 | Disabled statesSecondary iconsMuted text |
| 500 | 9A24 #9A24F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7E0A #7E0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6408 #6408AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4706 #47067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E04 #2E044E | Primary textHigh emphasis contentDark headings |
| 950 | 1D02 #1D0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F8F0FE;
--lavender-100: #EFDDFD;
--lavender-200: #E2C0FC;
--lavender-300: #CB8FFA;
--lavender-400: #B155F7;
--lavender-500: #9A24F5;
--lavender-600: #7E0AD6;
--lavender-700: #6408AA;
--lavender-800: #47067A;
--lavender-900: #2E044E;
--lavender-950: #1D0231;
}