Lavender
#E9EAF1
BlueColor Codes
All color formats for development
HEX
#E9EAF1RGB
rgb(233, 234, 241)HSL
hsl(233, 22%, 93%)OKLCH
oklch(0.938 0.009 279.7)CMYK
cmyk(3%, 3%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CCCEDF
2#AFB3CC
3#9297BA
4#757BA7
5#5C6391
6#4A4F74
7#373B57
8#25273A
9#12141D
Tints
Lighter variations
1#EBECF2
2#EEEEF4
3#F0F0F5
4#F2F2F7
5#F4F5F8
6#F6F7F9
7#F8F9FB
8#FBFBFC
9#FDFDFE
Tones
Muted variations
1#EAEAF1
2#EAEBF0
3#EAEBF0
4#EBEBF0
5#EBECEF
6#ECECEF
7#ECECEE
8#ECEDEE
9#EDEDEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EA #E9EAF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7D8 #D7D8E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7BA #B7BAD1 | BordersInactive statesPlaceholder text |
| 400 | 9297 #9297B9 | Disabled statesSecondary iconsMuted text |
| 500 | 7379 #7379A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 585D #585D89 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 464A #464A6D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3235 #32354E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2022 #202232 | Primary textHigh emphasis contentDark headings |
| 950 | 1415 #14151F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F6F6F9;
--lavender-100: #E9EAF1;
--lavender-200: #D7D8E5;
--lavender-300: #B7BAD1;
--lavender-400: #9297B9;
--lavender-500: #7379A5;
--lavender-600: #585D89;
--lavender-700: #464A6D;
--lavender-800: #32354E;
--lavender-900: #202232;
--lavender-950: #14151F;
}