Lavender
#E1E0FB
BlueColor Codes
All color formats for development
HEX
#E1E0FBRGB
rgb(225, 224, 251)HSL
hsl(242, 77%, 93%)OKLCH
oklch(0.916 0.037 287.4)CMYK
cmyk(10%, 11%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B8B5F5
2#8F8BF0
3#6661EB
4#3D38E5
5#211BD2
6#1B16A8
7#14107E
8#0D0B54
9#07052A
Tints
Lighter variations
1#E3E3FB
2#E6E6FC
3#EAE9FC
4#EDECFD
5#F0EFFD
6#F3F2FD
7#F6F6FE
8#F9F9FE
9#FCFCFF
Tones
Muted variations
1#E2E1FA
2#E3E2F8
3#E4E4F7
4#E5E5F5
5#E7E6F4
6#E8E8F3
7#E9E9F1
8#EBEAF0
9#ECECEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DF #E0DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C4 #C6C4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A97 #9A97F2 | BordersInactive statesPlaceholder text |
| 400 | 6661 #6661EA | Disabled statesSecondary iconsMuted text |
| 500 | 3A34 #3A34E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 201A #201AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1915 #19159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 120F #120F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B09 #0B0948 | Primary textHigh emphasis contentDark headings |
| 950 | 0706 #07062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F1FD;
--lavender-100: #E0DFFB;
--lavender-200: #C6C4F7;
--lavender-300: #9A97F2;
--lavender-400: #6661EA;
--lavender-500: #3A34E5;
--lavender-600: #201AC7;
--lavender-700: #19159E;
--lavender-800: #120F71;
--lavender-900: #0B0948;
--lavender-950: #07062D;
}