Lavender
#E7EFF3
BlueColor Codes
All color formats for development
HEX
#E7EFF3RGB
rgb(231, 239, 243)HSL
hsl(200, 33%, 93%)OKLCH
oklch(0.947 0.01 228.9)CMYK
cmyk(5%, 2%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C8DAE3
2#A8C5D3
3#89B0C3
4#699BB3
5#4F849E
6#40697E
7#304F5F
8#20353F
9#101A20
Tints
Lighter variations
1#EAF1F4
2#ECF2F5
3#EEF4F7
4#F1F5F8
5#F3F7F9
6#F6F9FA
7#F8FAFB
8#FAFCFD
9#FDFDFE
Tones
Muted variations
1#E8EFF2
2#E8EFF2
3#E9EFF1
4#EAEEF1
5#EAEEF0
6#EBEEF0
7#EBEEEF
8#ECEEEE
9#EDEDEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EF #E7EFF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3E1 #D3E1E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1CB #B1CBD8 | BordersInactive statesPlaceholder text |
| 400 | 88B0 #88B0C3 | Disabled statesSecondary iconsMuted text |
| 500 | 6699 #6699B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B7D #4B7D95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C63 #3C6377 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B47 #2B4755 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B2D #1B2D36 | Primary textHigh emphasis contentDark headings |
| 950 | 111C #111C22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F5F8FA;
--lavender-100: #E7EFF3;
--lavender-200: #D3E1E9;
--lavender-300: #B1CBD8;
--lavender-400: #88B0C3;
--lavender-500: #6699B2;
--lavender-600: #4B7D95;
--lavender-700: #3C6377;
--lavender-800: #2B4755;
--lavender-900: #1B2D36;
--lavender-950: #111C22;
}