Lavender
#E9E9F2
BlueColor Codes
All color formats for development
HEX
#E9E9F2RGB
rgb(233, 233, 242)HSL
hsl(240, 26%, 93%)OKLCH
oklch(0.937 0.012 286.2)CMYK
cmyk(4%, 4%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CBCBE0
2#ADADCF
3#8F8FBD
4#7171AC
5#585895
6#464678
7#35355A
8#23233C
9#12121E
Tints
Lighter variations
1#EBEBF3
2#EDEDF4
3#EFEFF6
4#F2F2F7
5#F4F4F8
6#F6F6FA
7#F8F8FB
8#FBFBFC
9#FDFDFE
Tones
Muted variations
1#E9E9F1
2#E9E9F1
3#EAEAF0
4#EAEAF0
5#EBEBEF
6#EBEBEF
7#ECECEF
8#ECECEE
9#EDEDEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9E9 #E9E9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D5 #D5D5E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5B5 #B5B5D4 | BordersInactive statesPlaceholder text |
| 400 | 8F8F #8F8FBD | Disabled statesSecondary iconsMuted text |
| 500 | 6E6E #6E6EAA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5353 #53538D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4242 #424270 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F2F #2F2F50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E1E #1E1E33 | Primary textHigh emphasis contentDark headings |
| 950 | 1313 #131320 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F5F5F9;
--lavender-100: #E9E9F2;
--lavender-200: #D5D5E6;
--lavender-300: #B5B5D4;
--lavender-400: #8F8FBD;
--lavender-500: #6E6EAA;
--lavender-600: #53538D;
--lavender-700: #424270;
--lavender-800: #2F2F50;
--lavender-900: #1E1E33;
--lavender-950: #131320;
}