Lavender
#E4ECF6
BlueColor Codes
All color formats for development
HEX
#E4ECF6RGB
rgb(228, 236, 246)HSL
hsl(213, 50%, 93%)OKLCH
oklch(0.94 0.016 253.9)CMYK
cmyk(7%, 4%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C1D3EA
2#9DBADE
3#7AA2D3
4#5689C7
5#3B71B2
6#2F5A8E
7#24446B
8#182D47
9#0C1724
Tints
Lighter variations
1#E7EEF7
2#EAF0F8
3#ECF2F9
4#EFF4FA
5#F2F6FB
6#F4F8FB
7#F7F9FC
8#FAFBFD
9#FCFDFE
Tones
Muted variations
1#E5ECF5
2#E6ECF4
3#E7EDF3
4#E8EDF3
5#E9EDF2
6#EAEDF1
7#EAEDF0
8#EBEDEF
9#ECEDEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EC #E4ECF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDDC #CDDCEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7C1 #A7C1E2 | BordersInactive statesPlaceholder text |
| 400 | 79A1 #79A1D2 | Disabled statesSecondary iconsMuted text |
| 500 | 5387 #5387C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 386B #386BA8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D55 #2D5586 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 203D #203D60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1427 #14273D | Primary textHigh emphasis contentDark headings |
| 950 | 0D18 #0D1826 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F7FB;
--lavender-100: #E4ECF6;
--lavender-200: #CDDCEE;
--lavender-300: #A7C1E2;
--lavender-400: #79A1D2;
--lavender-500: #5387C6;
--lavender-600: #386BA8;
--lavender-700: #2D5586;
--lavender-800: #203D60;
--lavender-900: #14273D;
--lavender-950: #0D1826;
}