Lavender
#E6E8F5
BlueColor Codes
All color formats for development
HEX
#E6E8F5RGB
rgb(230, 232, 245)HSL
hsl(232, 43%, 93%)OKLCH
oklch(0.933 0.018 279.1)CMYK
cmyk(6%, 5%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C4C8E7
2#A2A9DA
3#808ACC
4#5E6BBF
5#4451AA
6#364188
7#293166
8#1B2044
9#0E1022
Tints
Lighter variations
1#E8EAF6
2#EBECF7
3#EDEFF8
4#F0F1F9
5#F2F3FA
6#F5F6FB
7#F7F8FC
8#FAFAFD
9#FCFDFE
Tones
Muted variations
1#E6E8F4
2#E7E9F3
3#E8E9F3
4#E9EAF2
5#E9EAF1
6#EAEBF0
7#EBEBEF
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 | E5E8 #E5E8F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D3 #D0D3EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABB2 #ABB2DE | BordersInactive statesPlaceholder text |
| 400 | 7F8A #7F8ACC | Disabled statesSecondary iconsMuted text |
| 500 | 5B68 #5B68BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 404D #404DA0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 333D #333D80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 242C #242C5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 171C #171C3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F11 #0F1124 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F5FB;
--lavender-100: #E5E8F5;
--lavender-200: #D0D3EC;
--lavender-300: #ABB2DE;
--lavender-400: #7F8ACC;
--lavender-500: #5B68BE;
--lavender-600: #404DA0;
--lavender-700: #333D80;
--lavender-800: #242C5B;
--lavender-900: #171C3A;
--lavender-950: #0F1124;
}