Lavender
#E4E4F7
BlueColor Codes
All color formats for development
HEX
#E4E4F7RGB
rgb(228, 228, 247)HSL
hsl(240, 54%, 93%)OKLCH
oklch(0.925 0.026 285.9)CMYK
cmyk(8%, 8%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BFBFEC
2#9A9AE1
3#7676D6
4#5151CB
5#3737B7
6#2C2C92
7#21216E
8#161649
9#0B0B25
Tints
Lighter variations
1#E6E6F8
2#E9E9F8
3#ECECF9
4#EFEFFA
5#F1F1FB
6#F4F4FC
7#F7F7FD
8#FAFAFD
9#FCFCFE
Tones
Muted variations
1#E4E4F6
2#E5E5F5
3#E6E6F4
4#E7E7F3
5#E8E8F2
6#E9E9F1
7#EAEAF0
8#EBEBEF
9#ECECEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E4 #E4E4F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCCC #CCCCF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5A5 #A5A5E4 | BordersInactive statesPlaceholder text |
| 400 | 7676 #7676D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E4E #4E4ECA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3434 #3434AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2929 #292989 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D1D #1D1D62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1313 #13133F | Primary textHigh emphasis contentDark headings |
| 950 | 0C0C #0C0C27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F3FB;
--lavender-100: #E4E4F7;
--lavender-200: #CCCCF0;
--lavender-300: #A5A5E4;
--lavender-400: #7676D6;
--lavender-500: #4E4ECA;
--lavender-600: #3434AD;
--lavender-700: #292989;
--lavender-800: #1D1D62;
--lavender-900: #13133F;
--lavender-950: #0C0C27;
}