Lavender
#E5E7F6
BlueColor Codes
All color formats for development
HEX
#E5E7F6RGB
rgb(229, 231, 246)HSL
hsl(233, 49%, 93%)OKLCH
oklch(0.931 0.02 279.9)CMYK
cmyk(7%, 6%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C1C6EA
2#9EA5DE
3#7A85D2
4#5764C6
5#3C4AB1
6#303B8D
7#242C6A
8#181E47
9#0C0F23
Tints
Lighter variations
1#E7E9F7
2#EAEBF8
3#ECEEF9
4#EFF0FA
5#F2F3FA
6#F4F5FB
7#F7F8FC
8#FAFAFD
9#FCFDFE
Tones
Muted variations
1#E5E7F5
2#E6E8F4
3#E7E8F3
4#E8E9F2
5#E9EAF2
6#EAEAF1
7#EBEBF0
8#EBECEF
9#ECECEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E6 #E4E6F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED1 #CED1EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8AE #A8AEE1 | BordersInactive statesPlaceholder text |
| 400 | 7A84 #7A84D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5461 #5461C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3946 #3946A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E38 #2E3885 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2128 #21285F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1519 #15193D | Primary textHigh emphasis contentDark headings |
| 950 | 0D10 #0D1026 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F4FB;
--lavender-100: #E4E6F6;
--lavender-200: #CED1EE;
--lavender-300: #A8AEE1;
--lavender-400: #7A84D1;
--lavender-500: #5461C4;
--lavender-600: #3946A7;
--lavender-700: #2E3885;
--lavender-800: #21285F;
--lavender-900: #15193D;
--lavender-950: #0D1026;
}