Lavender
#E6ECF4
BlueColor Codes
All color formats for development
HEX
#E6ECF4RGB
rgb(230, 236, 244)HSL
hsl(214, 39%, 93%)OKLCH
oklch(0.941 0.013 255.5)CMYK
cmyk(6%, 3%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C5D3E6
2#A4BAD7
3#83A1C9
4#6288BA
5#4870A5
6#3A5A84
7#2B4363
8#1D2D42
9#0E1621
Tints
Lighter variations
1#E9EEF5
2#EBF0F6
3#EEF2F7
4#F0F4F8
5#F3F6FA
6#F5F7FB
7#F8F9FC
8#FAFBFD
9#FDFDFE
Tones
Muted variations
1#E7ECF3
2#E8ECF3
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 | E6EC #E6ECF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1DC #D1DCEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADC1 #ADC1DB | BordersInactive statesPlaceholder text |
| 400 | 83A1 #83A1C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F86 #5F86B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 446A #446A9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3655 #36557C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 273C #273C59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1927 #192739 | Primary textHigh emphasis contentDark headings |
| 950 | 1018 #101823 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F7FA;
--lavender-100: #E6ECF4;
--lavender-200: #D1DCEB;
--lavender-300: #ADC1DB;
--lavender-400: #83A1C9;
--lavender-500: #5F86B9;
--lavender-600: #446A9C;
--lavender-700: #36557C;
--lavender-800: #273C59;
--lavender-900: #192739;
--lavender-950: #101823;
}