Lavender
#E5E0FB
BlueColor Codes
All color formats for development
HEX
#E5E0FBRGB
rgb(229, 224, 251)HSL
hsl(251, 77%, 93%)OKLCH
oklch(0.919 0.037 294.2)CMYK
cmyk(9%, 11%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C1B5F5
2#9E8BF0
3#7B61EB
4#5738E5
5#3D1BD2
6#3116A8
7#24107E
8#180B54
9#0C052A
Tints
Lighter variations
1#E7E3FB
2#EAE6FC
3#ECE9FC
4#EFECFD
5#F2EFFD
6#F4F2FD
7#F7F6FE
8#FAF9FE
9#FCFCFF
Tones
Muted variations
1#E5E1FA
2#E6E2F8
3#E7E4F7
4#E8E5F5
5#E9E6F4
6#EAE8F3
7#EBE9F1
8#EBEAF0
9#ECECEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DF #E4DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEC4 #CEC4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A897 #A897F2 | BordersInactive statesPlaceholder text |
| 400 | 7A61 #7A61EA | Disabled statesSecondary iconsMuted text |
| 500 | 5434 #5434E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 391A #391AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E15 #2E159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 210F #210F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1509 #150948 | Primary textHigh emphasis contentDark headings |
| 950 | 0D06 #0D062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F1FD;
--lavender-100: #E4DFFB;
--lavender-200: #CEC4F7;
--lavender-300: #A897F2;
--lavender-400: #7A61EA;
--lavender-500: #5434E5;
--lavender-600: #391AC7;
--lavender-700: #2E159E;
--lavender-800: #210F71;
--lavender-900: #150948;
--lavender-950: #0D062D;
}