Lavender
#E6E9F4
BlueColor Codes
All color formats for development
HEX
#E6E9F4RGB
rgb(230, 233, 244)HSL
hsl(227, 39%, 93%)OKLCH
oklch(0.935 0.015 273.8)CMYK
cmyk(6%, 5%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C5CCE6
2#A4AFD7
3#8392C9
4#6275BA
5#485CA5
6#3A4A84
7#2B3763
8#1D2542
9#0E1221
Tints
Lighter variations
1#E9EBF5
2#EBEEF6
3#EEF0F7
4#F0F2F8
5#F3F4FA
6#F5F6FB
7#F8F8FC
8#FAFBFD
9#FDFDFE
Tones
Muted variations
1#E7EAF3
2#E8EAF3
3#E8EAF2
4#E9EBF1
5#EAEBF1
6#EAECF0
7#EBECEF
8#ECECEF
9#ECEDEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E9 #E6E9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D7 #D1D7EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB7 #ADB7DB | BordersInactive statesPlaceholder text |
| 400 | 8392 #8392C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F73 #5F73B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4457 #44579C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3646 #36467C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2732 #273259 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1920 #192039 | Primary textHigh emphasis contentDark headings |
| 950 | 1014 #101423 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F6FA;
--lavender-100: #E6E9F4;
--lavender-200: #D1D7EB;
--lavender-300: #ADB7DB;
--lavender-400: #8392C9;
--lavender-500: #5F73B9;
--lavender-600: #44579C;
--lavender-700: #36467C;
--lavender-800: #273259;
--lavender-900: #192039;
--lavender-950: #101423;
}