Lavender
#E4EAF7
BlueColor Codes
All color formats for development
HEX
#E4EAF7RGB
rgb(228, 234, 247)HSL
hsl(221, 54%, 93%)OKLCH
oklch(0.936 0.019 266)CMYK
cmyk(8%, 5%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BFCDEC
2#9AB1E1
3#7694D6
4#5178CB
5#375FB7
6#2C4C92
7#21396E
8#162649
9#0B1325
Tints
Lighter variations
1#E6ECF8
2#E9EEF8
3#ECF0F9
4#EFF2FA
5#F1F4FB
6#F4F6FC
7#F7F9FD
8#FAFBFD
9#FCFDFE
Tones
Muted variations
1#E4EAF6
2#E5EAF5
3#E6EBF4
4#E7EBF3
5#E8EBF2
6#E9ECF1
7#EAECF0
8#EBECEF
9#ECEDEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EA #E4EAF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD7 #CCD7F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5B9 #A5B9E4 | BordersInactive statesPlaceholder text |
| 400 | 7694 #7694D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E76 #4E76CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 345A #345AAD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2948 #294889 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D33 #1D3362 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1321 #13213F | Primary textHigh emphasis contentDark headings |
| 950 | 0C14 #0C1427 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F6FB;
--lavender-100: #E4EAF7;
--lavender-200: #CCD7F0;
--lavender-300: #A5B9E4;
--lavender-400: #7694D6;
--lavender-500: #4E76CA;
--lavender-600: #345AAD;
--lavender-700: #294889;
--lavender-800: #1D3362;
--lavender-900: #13213F;
--lavender-950: #0C1427;
}