Lavender
#E4EEF7
BlueColor Codes
All color formats for development
HEX
#E4EEF7RGB
rgb(228, 238, 247)HSL
hsl(208, 54%, 93%)OKLCH
oklch(0.944 0.016 245.1)CMYK
cmyk(8%, 4%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BFD7EC
2#9AC0E1
3#76A9D6
4#5192CB
5#377BB7
6#2C6292
7#214A6E
8#163149
9#0B1925
Tints
Lighter variations
1#E6F0F8
2#E9F1F8
3#ECF3F9
4#EFF5FA
5#F1F6FB
6#F4F8FC
7#F7FAFD
8#FAFCFD
9#FCFDFE
Tones
Muted variations
1#E4EEF6
2#E5EEF5
3#E6EEF4
4#E7EEF3
5#E8EDF2
6#E9EDF1
7#EAEDF0
8#EBEDEF
9#ECEDEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EE #E4EEF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCDF #CCDFF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5C6 #A5C6E4 | BordersInactive statesPlaceholder text |
| 400 | 76A9 #76A9D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E90 #4E90CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3474 #3474AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 295C #295C89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D42 #1D4262 | Text on light backgroundsHeadingsStrong borders |
| 900 | 132A #132A3F | Primary textHigh emphasis contentDark headings |
| 950 | 0C1A #0C1A27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F8FB;
--lavender-100: #E4EEF7;
--lavender-200: #CCDFF0;
--lavender-300: #A5C6E4;
--lavender-400: #76A9D6;
--lavender-500: #4E90CA;
--lavender-600: #3474AD;
--lavender-700: #295C89;
--lavender-800: #1D4262;
--lavender-900: #132A3F;
--lavender-950: #0C1A27;
}