Lavender
#E3ECF7
BlueColor Codes
All color formats for development
HEX
#E3ECF7RGB
rgb(227, 236, 247)HSL
hsl(213, 56%, 93%)OKLCH
oklch(0.94 0.018 253.3)CMYK
cmyk(8%, 4%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BED3ED
2#99BAE2
3#74A1D8
4#4F88CD
5#3470B9
6#2A5A94
7#1F436F
8#152D4A
9#0A1625
Tints
Lighter variations
1#E6EEF8
2#E9F0F9
3#ECF2FA
4#EEF4FA
5#F1F6FB
6#F4F7FC
7#F7F9FD
8#F9FBFD
9#FCFDFE
Tones
Muted variations
1#E4ECF6
2#E5ECF5
3#E6ECF4
4#E7EDF3
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 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EC #E3ECF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBDC #CBDCF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4C1 #A4C1E5 | BordersInactive statesPlaceholder text |
| 400 | 74A1 #74A1D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C86 #4C86CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 316A #316AAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2754 #27548B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C3C #1C3C63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1227 #122740 | Primary textHigh emphasis contentDark headings |
| 950 | 0B18 #0B1828 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F7FC;
--lavender-100: #E3ECF7;
--lavender-200: #CBDCF0;
--lavender-300: #A4C1E5;
--lavender-400: #74A1D8;
--lavender-500: #4C86CD;
--lavender-600: #316AAF;
--lavender-700: #27548B;
--lavender-800: #1C3C63;
--lavender-900: #122740;
--lavender-950: #0B1828;
}