Lavender
#E7E7F3
BlueColor Codes
All color formats for development
HEX
#E7E7F3RGB
rgb(231, 231, 243)HSL
hsl(240, 33%, 93%)OKLCH
oklch(0.931 0.016 286.1)CMYK
cmyk(5%, 5%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C8C8E3
2#A8A8D3
3#8989C3
4#6969B3
5#4F4F9E
6#40407E
7#30305F
8#20203F
9#101020
Tints
Lighter variations
1#EAEAF4
2#ECECF5
3#EEEEF7
4#F1F1F8
5#F3F3F9
6#F6F6FA
7#F8F8FB
8#FAFAFD
9#FDFDFE
Tones
Muted variations
1#E8E8F2
2#E8E8F2
3#E9E9F1
4#EAEAF1
5#EAEAF0
6#EBEBF0
7#EBEBEF
8#ECECEE
9#EDEDEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E7 #E7E7F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3D3 #D3D3E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1B1 #B1B1D8 | BordersInactive statesPlaceholder text |
| 400 | 8888 #8888C3 | Disabled statesSecondary iconsMuted text |
| 500 | 6666 #6666B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B4B #4B4B95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C3C #3C3C77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B2B #2B2B55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B1B #1B1B36 | Primary textHigh emphasis contentDark headings |
| 950 | 1111 #111122 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F5F5FA;
--lavender-100: #E7E7F3;
--lavender-200: #D3D3E9;
--lavender-300: #B1B1D8;
--lavender-400: #8888C3;
--lavender-500: #6666B2;
--lavender-600: #4B4B95;
--lavender-700: #3C3C77;
--lavender-800: #2B2B55;
--lavender-900: #1B1B36;
--lavender-950: #111122;
}