Lavender
#E2DDFD
BlueColor Codes
All color formats for development
HEX
#E2DDFDRGB
rgb(226, 221, 253)HSL
hsl(249, 89%, 93%)OKLCH
oklch(0.911 0.044 292.7)CMYK
cmyk(11%, 13%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BCB0FA
2#9584F8
3#6F57F5
4#482AF3
5#2D0DE0
6#240AB3
7#1B0886
8#12055A
9#09032D
Tints
Lighter variations
1#E5E1FD
2#E8E4FD
3#EBE7FE
4#EEEBFE
5#F1EEFE
6#F3F2FE
7#F6F5FE
8#F9F8FF
9#FCFCFF
Tones
Muted variations
1#E3DFFB
2#E4E0FA
3#E5E2F8
4#E6E4F7
5#E8E5F5
6#E9E7F4
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 | E2DD #E2DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C0 #C9C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | A090 #A090F9 | BordersInactive statesPlaceholder text |
| 400 | 6E56 #6E56F5 | Disabled statesSecondary iconsMuted text |
| 500 | 4526 #4526F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A0C #2A0CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 220A #220AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1807 #180778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F04 #0F044D | Primary textHigh emphasis contentDark headings |
| 950 | 0A03 #0A0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F1FE;
--lavender-100: #E2DDFD;
--lavender-200: #C9C0FB;
--lavender-300: #A090F9;
--lavender-400: #6E56F5;
--lavender-500: #4526F2;
--lavender-600: #2A0CD4;
--lavender-700: #220AA9;
--lavender-800: #180778;
--lavender-900: #0F044D;
--lavender-950: #0A0330;
}