Lavender
#E5EDF6
BlueColor Codes
All color formats for development
HEX
#E5EDF6RGB
rgb(229, 237, 246)HSL
hsl(212, 49%, 93%)OKLCH
oklch(0.943 0.015 251.2)CMYK
cmyk(7%, 4%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C1D4EA
2#9EBCDE
3#7AA3D2
4#578BC6
5#3C73B1
6#305C8D
7#24456A
8#182E47
9#0C1723
Tints
Lighter variations
1#E7EEF7
2#EAF0F8
3#ECF2F9
4#EFF4FA
5#F2F6FA
6#F4F8FB
7#F7F9FC
8#FAFBFD
9#FCFDFE
Tones
Muted variations
1#E5EDF5
2#E6EDF4
3#E7EDF3
4#E8EDF2
5#E9EDF2
6#EAEDF1
7#EBEDF0
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 | E4ED #E4EDF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEDD #CEDDEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8C2 #A8C2E1 | BordersInactive statesPlaceholder text |
| 400 | 7AA3 #7AA3D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5489 #5489C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 396D #396DA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E56 #2E5685 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 213E #213E5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1527 #15273D | Primary textHigh emphasis contentDark headings |
| 950 | 0D19 #0D1926 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F7FB;
--lavender-100: #E4EDF6;
--lavender-200: #CEDDEE;
--lavender-300: #A8C2E1;
--lavender-400: #7AA3D1;
--lavender-500: #5489C4;
--lavender-600: #396DA7;
--lavender-700: #2E5685;
--lavender-800: #213E5F;
--lavender-900: #15273D;
--lavender-950: #0D1926;
}