Lavender
#E5ECF5
BlueColor Codes
All color formats for development
HEX
#E5ECF5RGB
rgb(229, 236, 245)HSL
hsl(214, 44%, 93%)OKLCH
oklch(0.94 0.014 254.6)CMYK
cmyk(7%, 4%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C3D3E8
2#A1BADA
3#7FA1CD
4#5D88C0
5#4270AB
6#355989
7#284366
8#1B2D44
9#0D1622
Tints
Lighter variations
1#E8EEF6
2#EAF0F7
3#EDF2F8
4#F0F4F9
5#F2F6FA
6#F5F7FB
7#F7F9FC
8#FAFBFD
9#FCFDFE
Tones
Muted variations
1#E6ECF4
2#E7ECF3
3#E8ECF3
4#E8EDF2
5#E9EDF1
6#EAEDF0
7#EBEDF0
8#ECEDEF
9#ECEDEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EC #E5ECF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFDC #CFDCEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABC1 #ABC1DE | BordersInactive statesPlaceholder text |
| 400 | 7EA1 #7EA1CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A86 #5A86BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F6A #3F6AA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3254 #325481 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 243C #243C5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1726 #17263B | Primary textHigh emphasis contentDark headings |
| 950 | 0E18 #0E1825 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F7FB;
--lavender-100: #E5ECF5;
--lavender-200: #CFDCEC;
--lavender-300: #ABC1DE;
--lavender-400: #7EA1CD;
--lavender-500: #5A86BF;
--lavender-600: #3F6AA2;
--lavender-700: #325481;
--lavender-800: #243C5C;
--lavender-900: #17263B;
--lavender-950: #0E1825;
}