Lavender
#E4EFF7
BlueColor Codes
All color formats for development
HEX
#E4EFF7RGB
rgb(228, 239, 247)HSL
hsl(205, 54%, 93%)OKLCH
oklch(0.946 0.016 239.1)CMYK
cmyk(8%, 3%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BFD9EC
2#9AC4E1
3#76AED6
4#5198CB
5#3781B7
6#2C6792
7#214E6E
8#163449
9#0B1A25
Tints
Lighter variations
1#E6F0F8
2#E9F2F8
3#ECF4F9
4#EFF5FA
5#F1F7FB
6#F4F9FC
7#F7FAFD
8#FAFCFD
9#FCFDFE
Tones
Muted variations
1#E4EFF6
2#E5EEF5
3#E6EEF4
4#E7EEF3
5#E8EEF2
6#E9EEF1
7#EAEEF0
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 | E4EF #E4EFF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE1 #CCE1F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5CA #A5CAE4 | BordersInactive statesPlaceholder text |
| 400 | 76AE #76AED6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E97 #4E97CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 347A #347AAD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2961 #296189 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D45 #1D4562 | Text on light backgroundsHeadingsStrong borders |
| 900 | 132C #132C3F | Primary textHigh emphasis contentDark headings |
| 950 | 0C1C #0C1C27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F8FB;
--lavender-100: #E4EFF7;
--lavender-200: #CCE1F0;
--lavender-300: #A5CAE4;
--lavender-400: #76AED6;
--lavender-500: #4E97CA;
--lavender-600: #347AAD;
--lavender-700: #296189;
--lavender-800: #1D4562;
--lavender-900: #132C3F;
--lavender-950: #0C1C27;
}