Lavender
#E6DCFE
PurpleColor Codes
All color formats for development
HEX
#E6DCFERGB
rgb(230, 220, 254)HSL
hsl(258, 94%, 93%)OKLCH
oklch(0.913 0.047 298.9)CMYK
cmyk(9%, 13%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C6AEFD
2#A580FB
3#8552FA
4#6424F8
5#4A07E6
6#3B06B8
7#2C048A
8#1E035C
9#0F012E
Tints
Lighter variations
1#E9E0FE
2#EBE3FE
3#EEE7FE
4#F0EAFE
5#F3EEFE
6#F5F1FF
7#F8F5FF
8#FAF8FF
9#FDFCFF
Tones
Muted variations
1#E7DEFC
2#E8E0FB
3#E8E1F9
4#E9E3F7
5#EAE5F6
6#EAE6F4
7#EBE8F2
8#ECEAF1
9#ECEBEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DC #E6DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1BF #D1BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | AE8D #AE8DFB | BordersInactive statesPlaceholder text |
| 400 | 8452 #8452FA | Disabled statesSecondary iconsMuted text |
| 500 | 6120 #6120F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4607 #4607DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3805 #3805AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2804 #28047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1902 #19024F | Primary textHigh emphasis contentDark headings |
| 950 | 1002 #100231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F0FF;
--lavender-100: #E6DCFE;
--lavender-200: #D1BFFD;
--lavender-300: #AE8DFB;
--lavender-400: #8452FA;
--lavender-500: #6120F8;
--lavender-600: #4607DA;
--lavender-700: #3805AD;
--lavender-800: #28047C;
--lavender-900: #19024F;
--lavender-950: #100231;
}