Lavender
#E5EAF5
BlueColor Codes
All color formats for development
HEX
#E5EAF5RGB
rgb(229, 234, 245)HSL
hsl(221, 44%, 93%)OKLCH
oklch(0.936 0.016 266.3)CMYK
cmyk(7%, 4%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C3CFE8
2#A1B3DA
3#7F98CD
4#5D7CC0
5#4263AB
6#355089
7#283C66
8#1B2844
9#0D1422
Tints
Lighter variations
1#E8ECF6
2#EAEEF7
3#EDF0F8
4#F0F3F9
5#F2F5FA
6#F5F7FB
7#F7F9FC
8#FAFBFD
9#FCFDFE
Tones
Muted variations
1#E6EBF4
2#E7EBF3
3#E8EBF3
4#E8EBF2
5#E9ECF1
6#EAECF0
7#EBECF0
8#ECEDEF
9#ECEDEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EA #E5EAF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD9 #CFD9EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABBB #ABBBDE | BordersInactive statesPlaceholder text |
| 400 | 7E97 #7E97CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A7A #5A7ABF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F5E #3F5EA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 324B #324B81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2435 #24355C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1722 #17223B | Primary textHigh emphasis contentDark headings |
| 950 | 0E15 #0E1525 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F6FB;
--lavender-100: #E5EAF5;
--lavender-200: #CFD9EC;
--lavender-300: #ABBBDE;
--lavender-400: #7E97CD;
--lavender-500: #5A7ABF;
--lavender-600: #3F5EA2;
--lavender-700: #324B81;
--lavender-800: #24355C;
--lavender-900: #17223B;
--lavender-950: #0E1525;
}