Lavender
#E3E0FB
BlueColor Codes
All color formats for development
HEX
#E3E0FBRGB
rgb(227, 224, 251)HSL
hsl(247, 77%, 93%)OKLCH
oklch(0.917 0.037 290.8)CMYK
cmyk(10%, 11%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BDB5F5
2#978BF0
3#7161EB
4#4C38E5
5#311BD2
6#2716A8
7#1D107E
8#130B54
9#0A052A
Tints
Lighter variations
1#E5E3FB
2#E8E6FC
3#EBE9FC
4#EEECFD
5#F1EFFD
6#F4F2FD
7#F6F6FE
8#F9F9FE
9#FCFCFF
Tones
Muted variations
1#E4E1FA
2#E5E2F8
3#E6E4F7
4#E7E5F5
5#E8E6F4
6#E9E8F3
7#EAE9F1
8#EBEAF0
9#ECECEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DF #E3DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC4 #CAC4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A297 #A297F2 | BordersInactive statesPlaceholder text |
| 400 | 7161 #7161EA | Disabled statesSecondary iconsMuted text |
| 500 | 4934 #4934E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E1A #2E1AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2515 #25159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A0F #1A0F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1109 #110948 | Primary textHigh emphasis contentDark headings |
| 950 | 0A06 #0A062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F1FD;
--lavender-100: #E3DFFB;
--lavender-200: #CAC4F7;
--lavender-300: #A297F2;
--lavender-400: #7161EA;
--lavender-500: #4934E5;
--lavender-600: #2E1AC7;
--lavender-700: #25159E;
--lavender-800: #1A0F71;
--lavender-900: #110948;
--lavender-950: #0A062D;
}