Lavender
#E4DDFD
BlueColor Codes
All color formats for development
HEX
#E4DDFDRGB
rgb(228, 221, 253)HSL
hsl(253, 89%, 93%)OKLCH
oklch(0.913 0.044 295.5)CMYK
cmyk(10%, 13%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C0B0FA
2#9D84F8
3#7957F5
4#552AF3
5#3B0DE0
6#2F0AB3
7#230886
8#18055A
9#0C032D
Tints
Lighter variations
1#E7E1FD
2#EAE4FD
3#ECE7FE
4#EFEBFE
5#F2EEFE
6#F4F2FE
7#F7F5FE
8#FAF8FF
9#FCFCFF
Tones
Muted variations
1#E5DFFB
2#E6E0FA
3#E7E2F8
4#E8E4F7
5#E9E5F5
6#EAE7F4
7#EAE8F2
8#EBEAF0
9#ECECEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DD #E4DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDC0 #CDC0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | A790 #A790F9 | BordersInactive statesPlaceholder text |
| 400 | 7956 #7956F5 | Disabled statesSecondary iconsMuted text |
| 500 | 5226 #5226F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 380C #380CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C0A #2C0AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2007 #200778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1404 #14044D | Primary textHigh emphasis contentDark headings |
| 950 | 0D03 #0D0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F1FE;
--lavender-100: #E4DDFD;
--lavender-200: #CDC0FB;
--lavender-300: #A790F9;
--lavender-400: #7956F5;
--lavender-500: #5226F2;
--lavender-600: #380CD4;
--lavender-700: #2C0AA9;
--lavender-800: #200778;
--lavender-900: #14044D;
--lavender-950: #0D0330;
}