Lavender
#E6EDF4
BlueColor Codes
All color formats for development
HEX
#E6EDF4RGB
rgb(230, 237, 244)HSL
hsl(210, 39%, 93%)OKLCH
oklch(0.943 0.012 248)CMYK
cmyk(6%, 3%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C5D5E6
2#A4BED7
3#83A6C9
4#628EBA
5#4877A5
6#3A5F84
7#2B4763
8#1D2F42
9#0E1821
Tints
Lighter variations
1#E9EFF5
2#EBF1F6
3#EEF3F7
4#F0F4F8
5#F3F6FA
6#F5F8FB
7#F8FAFC
8#FAFBFD
9#FDFDFE
Tones
Muted variations
1#E7EDF3
2#E8EDF3
3#E8EDF2
4#E9EDF1
5#EAEDF1
6#EAEDF0
7#EBEDEF
8#ECEDEF
9#ECEDEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6ED #E6EDF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1DE #D1DEEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADC4 #ADC4DB | BordersInactive statesPlaceholder text |
| 400 | 83A6 #83A6C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F8C #5F8CB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4470 #44709C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3659 #36597C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2740 #274059 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1929 #192939 | Primary textHigh emphasis contentDark headings |
| 950 | 101A #101A23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F7FA;
--lavender-100: #E6EDF4;
--lavender-200: #D1DEEB;
--lavender-300: #ADC4DB;
--lavender-400: #83A6C9;
--lavender-500: #5F8CB9;
--lavender-600: #44709C;
--lavender-700: #36597C;
--lavender-800: #274059;
--lavender-900: #192939;
--lavender-950: #101A23;
}