Lavender
#E9EAF2
BlueColor Codes
All color formats for development
HEX
#E9EAF2RGB
rgb(233, 234, 242)HSL
hsl(233, 26%, 93%)OKLCH
oklch(0.939 0.011 280.5)CMYK
cmyk(4%, 3%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CBCDE0
2#ADB1CF
3#8F94BD
4#7178AC
5#585F95
6#464C78
7#35395A
8#23263C
9#12131E
Tints
Lighter variations
1#EBECF3
2#EDEEF4
3#EFF0F6
4#F2F2F7
5#F4F4F8
6#F6F6FA
7#F8F9FB
8#FBFBFC
9#FDFDFE
Tones
Muted variations
1#E9EAF1
2#E9EAF1
3#EAEBF0
4#EAEBF0
5#EBEBEF
6#EBECEF
7#ECECEF
8#ECECEE
9#EDEDEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EA #E9EAF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D7 #D5D7E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5B9 #B5B9D4 | BordersInactive statesPlaceholder text |
| 400 | 8F94 #8F94BD | Disabled statesSecondary iconsMuted text |
| 500 | 6E75 #6E75AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 535A #535A8D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4247 #424770 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F33 #2F3350 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E21 #1E2133 | Primary textHigh emphasis contentDark headings |
| 950 | 1314 #131420 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F5F6F9;
--lavender-100: #E9EAF2;
--lavender-200: #D5D7E6;
--lavender-300: #B5B9D4;
--lavender-400: #8F94BD;
--lavender-500: #6E75AA;
--lavender-600: #535A8D;
--lavender-700: #424770;
--lavender-800: #2F3350;
--lavender-900: #1E2133;
--lavender-950: #131420;
}