Lavender
#E2E4F8
BlueColor Codes
All color formats for development
HEX
#E2E4F8RGB
rgb(226, 228, 248)HSL
hsl(235, 61%, 93%)OKLCH
oklch(0.923 0.027 281.3)CMYK
cmyk(9%, 8%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BCC0EF
2#969DE6
3#7079DC
4#4A55D3
5#2E3ABF
6#252F99
7#1C2373
8#12174C
9#090C26
Tints
Lighter variations
1#E5E7F9
2#E8E9F9
3#EBECFA
4#EEEFFB
5#F1F2FC
6#F4F4FC
7#F6F7FD
8#F9FAFE
9#FCFCFE
Tones
Muted variations
1#E3E5F7
2#E4E6F6
3#E6E7F5
4#E7E8F4
5#E8E9F3
6#E9EAF2
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 | E2E4 #E2E4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACD #CACDF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1A7 #A1A7E8 | BordersInactive statesPlaceholder text |
| 400 | 6F78 #6F78DC | Disabled statesSecondary iconsMuted text |
| 500 | 4652 #4652D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C37 #2C37B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 232C #232C90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 191F #191F67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1014 #101442 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0D #0A0D29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F3FC;
--lavender-100: #E2E4F8;
--lavender-200: #CACDF2;
--lavender-300: #A1A7E8;
--lavender-400: #6F78DC;
--lavender-500: #4652D2;
--lavender-600: #2C37B5;
--lavender-700: #232C90;
--lavender-800: #191F67;
--lavender-900: #101442;
--lavender-950: #0A0D29;
}