Lavender
#E6E9F5
BlueColor Codes
All color formats for development
HEX
#E6E9F5RGB
rgb(230, 233, 245)HSL
hsl(228, 43%, 93%)OKLCH
oklch(0.935 0.016 274.8)CMYK
cmyk(6%, 5%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C4CBE7
2#A2ADDA
3#808FCC
4#5E71BF
5#4458AA
6#364688
7#293566
8#1B2344
9#0E1222
Tints
Lighter variations
1#E8EBF6
2#EBEDF7
3#EDEFF8
4#F0F2F9
5#F2F4FA
6#F5F6FB
7#F7F8FC
8#FAFBFD
9#FCFDFE
Tones
Muted variations
1#E6E9F4
2#E7E9F3
3#E8EAF3
4#E9EAF2
5#E9EBF1
6#EAEBF0
7#EBECEF
8#ECECEF
9#ECEDEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E9 #E5E9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D5 #D0D5EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABB5 #ABB5DE | BordersInactive statesPlaceholder text |
| 400 | 7F8F #7F8FCC | Disabled statesSecondary iconsMuted text |
| 500 | 5B6F #5B6FBE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4053 #4053A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3342 #334280 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 242F #242F5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 171E #171E3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F13 #0F1324 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F5FB;
--lavender-100: #E5E9F5;
--lavender-200: #D0D5EC;
--lavender-300: #ABB5DE;
--lavender-400: #7F8FCC;
--lavender-500: #5B6FBE;
--lavender-600: #4053A0;
--lavender-700: #334280;
--lavender-800: #242F5B;
--lavender-900: #171E3A;
--lavender-950: #0F1324;
}