Lavender
#E2E2F8
BlueColor Codes
All color formats for development
HEX
#E2E2F8RGB
rgb(226, 226, 248)HSL
hsl(240, 61%, 93%)OKLCH
oklch(0.919 0.03 285.8)CMYK
cmyk(9%, 9%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BCBCEF
2#9696E6
3#7070DC
4#4A4AD3
5#2E2EBF
6#252599
7#1C1C73
8#12124C
9#090926
Tints
Lighter variations
1#E5E5F9
2#E8E8F9
3#EBEBFA
4#EEEEFB
5#F1F1FC
6#F4F4FC
7#F6F6FD
8#F9F9FE
9#FCFCFE
Tones
Muted variations
1#E3E3F7
2#E4E4F6
3#E6E6F5
4#E7E7F4
5#E8E8F3
6#E9E9F2
7#EAEAF0
8#EBEBEF
9#ECECEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E2 #E2E2F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACA #CACAF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1A1 #A1A1E8 | BordersInactive statesPlaceholder text |
| 400 | 6F6F #6F6FDC | Disabled statesSecondary iconsMuted text |
| 500 | 4646 #4646D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C2C #2C2CB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2323 #232390 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1919 #191967 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1010 #101042 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0A #0A0A29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F3FC;
--lavender-100: #E2E2F8;
--lavender-200: #CACAF2;
--lavender-300: #A1A1E8;
--lavender-400: #6F6FDC;
--lavender-500: #4646D2;
--lavender-600: #2C2CB5;
--lavender-700: #232390;
--lavender-800: #191967;
--lavender-900: #101042;
--lavender-950: #0A0A29;
}