Lavender
#E7E7F4
BlueColor Codes
All color formats for development
HEX
#E7E7F4RGB
rgb(231, 231, 244)HSL
hsl(240, 37%, 93%)OKLCH
oklch(0.932 0.017 286.1)CMYK
cmyk(5%, 5%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C6C6E5
2#A6A6D6
3#8585C7
4#6565B8
5#4B4BA2
6#3C3C82
7#2D2D61
8#1E1E41
9#0F0F20
Tints
Lighter variations
1#E9E9F5
2#EBEBF6
3#EEEEF7
4#F0F0F8
5#F3F3F9
6#F5F5FB
7#F8F8FC
8#FAFAFD
9#FDFDFE
Tones
Muted variations
1#E7E7F3
2#E8E8F2
3#E9E9F2
4#E9E9F1
5#EAEAF0
6#EBEBF0
7#EBEBEF
8#ECECEE
9#ECECEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E7 #E7E7F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D2 #D2D2EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFAF #AFAFDA | BordersInactive statesPlaceholder text |
| 400 | 8585 #8585C7 | Disabled statesSecondary iconsMuted text |
| 500 | 6262 #6262B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4747 #47479A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3838 #38387A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2828 #282857 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1A #1A1A38 | Primary textHigh emphasis contentDark headings |
| 950 | 1010 #101023 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F5F5FA;
--lavender-100: #E7E7F4;
--lavender-200: #D2D2EA;
--lavender-300: #AFAFDA;
--lavender-400: #8585C7;
--lavender-500: #6262B7;
--lavender-600: #47479A;
--lavender-700: #38387A;
--lavender-800: #282857;
--lavender-900: #1A1A38;
--lavender-950: #101023;
}