Lavender
#E9E9F1
BlueColor Codes
All color formats for development
HEX
#E9E9F1RGB
rgb(233, 233, 241)HSL
hsl(240, 22%, 93%)OKLCH
oklch(0.936 0.011 286.2)CMYK
cmyk(3%, 3%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CCCCDF
2#AFAFCC
3#9292BA
4#7575A7
5#5C5C91
6#4A4A74
7#373757
8#25253A
9#12121D
Tints
Lighter variations
1#EBEBF2
2#EEEEF4
3#F0F0F5
4#F2F2F7
5#F4F4F8
6#F6F6F9
7#F8F8FB
8#FBFBFC
9#FDFDFE
Tones
Muted variations
1#EAEAF1
2#EAEAF0
3#EAEAF0
4#EBEBF0
5#EBEBEF
6#ECECEF
7#ECECEE
8#ECECEE
9#EDEDEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9E9 #E9E9F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7D7 #D7D7E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7B7 #B7B7D1 | BordersInactive statesPlaceholder text |
| 400 | 9292 #9292B9 | Disabled statesSecondary iconsMuted text |
| 500 | 7373 #7373A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5858 #585889 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4646 #46466D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3232 #32324E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2020 #202032 | Primary textHigh emphasis contentDark headings |
| 950 | 1414 #14141F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F6F6F9;
--lavender-100: #E9E9F1;
--lavender-200: #D7D7E5;
--lavender-300: #B7B7D1;
--lavender-400: #9292B9;
--lavender-500: #7373A5;
--lavender-600: #585889;
--lavender-700: #46466D;
--lavender-800: #32324E;
--lavender-900: #202032;
--lavender-950: #14141F;
}