Lavender
#E4EAF6
BlueColor Codes
All color formats for development
HEX
#E4EAF6RGB
rgb(228, 234, 246)HSL
hsl(220, 50%, 93%)OKLCH
oklch(0.936 0.017 264.5)CMYK
cmyk(7%, 5%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C1CFEA
2#9DB3DE
3#7A97D3
4#567CC7
5#3B63B2
6#2F4F8E
7#243B6B
8#182847
9#0C1424
Tints
Lighter variations
1#E7ECF7
2#EAEEF8
3#ECF0F9
4#EFF3FA
5#F2F5FB
6#F4F7FB
7#F7F9FC
8#FAFBFD
9#FCFDFE
Tones
Muted variations
1#E5EAF5
2#E6EBF4
3#E7EBF3
4#E8EBF3
5#E9ECF2
6#EAECF1
7#EAECF0
8#EBEDEF
9#ECEDEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EA #E4EAF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD8 #CDD8EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7BB #A7BBE2 | BordersInactive statesPlaceholder text |
| 400 | 7997 #7997D2 | Disabled statesSecondary iconsMuted text |
| 500 | 5379 #5379C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 385E #385EA8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D4A #2D4A86 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2035 #203560 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1422 #14223D | Primary textHigh emphasis contentDark headings |
| 950 | 0D15 #0D1526 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F6FB;
--lavender-100: #E4EAF6;
--lavender-200: #CDD8EE;
--lavender-300: #A7BBE2;
--lavender-400: #7997D2;
--lavender-500: #5379C6;
--lavender-600: #385EA8;
--lavender-700: #2D4A86;
--lavender-800: #203560;
--lavender-900: #14223D;
--lavender-950: #0D1526;
}