Lavender
#E9EBF2
BlueColor Codes
All color formats for development
HEX
#E9EBF2RGB
rgb(233, 235, 242)HSL
hsl(227, 26%, 93%)OKLCH
oklch(0.941 0.01 273.4)CMYK
cmyk(4%, 3%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CBCFE0
2#ADB4CF
3#8F99BD
4#717EAC
5#586595
6#465178
7#353D5A
8#23283C
9#12141E
Tints
Lighter variations
1#EBEDF3
2#EDEFF4
3#EFF1F6
4#F2F3F7
5#F4F5F8
6#F6F7FA
7#F8F9FB
8#FBFBFC
9#FDFDFE
Tones
Muted variations
1#E9EBF1
2#E9EBF1
3#EAEBF0
4#EAECF0
5#EBECEF
6#EBECEF
7#ECECEF
8#ECEDEE
9#EDEDEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EB #E9EBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D9 #D5D9E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5BC #B5BCD4 | BordersInactive statesPlaceholder text |
| 400 | 8F99 #8F99BD | Disabled statesSecondary iconsMuted text |
| 500 | 6E7B #6E7BAA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5360 #53608D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 424C #424C70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F36 #2F3650 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E23 #1E2333 | Primary textHigh emphasis contentDark headings |
| 950 | 1316 #131620 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F5F6F9;
--lavender-100: #E9EBF2;
--lavender-200: #D5D9E6;
--lavender-300: #B5BCD4;
--lavender-400: #8F99BD;
--lavender-500: #6E7BAA;
--lavender-600: #53608D;
--lavender-700: #424C70;
--lavender-800: #2F3650;
--lavender-900: #1E2333;
--lavender-950: #131620;
}