Lavender
#E6E7F4
BlueColor Codes
All color formats for development
HEX
#E6E7F4RGB
rgb(230, 231, 244)HSL
hsl(236, 39%, 93%)OKLCH
oklch(0.931 0.018 282.5)CMYK
cmyk(6%, 5%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C5C7E6
2#A4A8D7
3#8388C9
4#6268BA
5#484EA5
6#3A3F84
7#2B2F63
8#1D1F42
9#0E1021
Tints
Lighter variations
1#E9EAF5
2#EBECF6
3#EEEEF7
4#F0F1F8
5#F3F3FA
6#F5F5FB
7#F8F8FC
8#FAFAFD
9#FDFDFE
Tones
Muted variations
1#E7E8F3
2#E8E8F3
3#E8E9F2
4#E9EAF1
5#EAEAF1
6#EAEBF0
7#EBEBEF
8#ECECEF
9#ECEDEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E7 #E6E7F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D3 #D1D3EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB1 #ADB1DB | BordersInactive statesPlaceholder text |
| 400 | 8388 #8388C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F65 #5F65B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 444A #444A9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 363B #363B7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 272A #272A59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 191B #191B39 | Primary textHigh emphasis contentDark headings |
| 950 | 1011 #101123 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F5FA;
--lavender-100: #E6E7F4;
--lavender-200: #D1D3EB;
--lavender-300: #ADB1DB;
--lavender-400: #8388C9;
--lavender-500: #5F65B9;
--lavender-600: #444A9C;
--lavender-700: #363B7C;
--lavender-800: #272A59;
--lavender-900: #191B39;
--lavender-950: #101123;
}