Lavender
#E6EFF4
BlueColor Codes
All color formats for development
HEX
#E6EFF4RGB
rgb(230, 239, 244)HSL
hsl(201, 39%, 93%)OKLCH
oklch(0.947 0.012 231.7)CMYK
cmyk(6%, 2%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C5DAE6
2#A4C5D7
3#83B0C9
4#629BBA
5#4884A5
6#3A6A84
7#2B4F63
8#1D3542
9#0E1A21
Tints
Lighter variations
1#E9F1F5
2#EBF2F6
3#EEF4F7
4#F0F6F8
5#F3F7FA
6#F5F9FB
7#F8FAFC
8#FAFCFD
9#FDFDFE
Tones
Muted variations
1#E7EFF3
2#E8EFF3
3#E8EFF2
4#E9EEF1
5#EAEEF1
6#EAEEF0
7#EBEEEF
8#ECEEEF
9#ECEDEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EF #E6EFF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E2 #D1E2EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADCB #ADCBDB | BordersInactive statesPlaceholder text |
| 400 | 83B0 #83B0C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F9A #5F9AB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 447D #447D9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3664 #36647C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2747 #274759 | Text on light backgroundsHeadingsStrong borders |
| 900 | 192E #192E39 | Primary textHigh emphasis contentDark headings |
| 950 | 101C #101C23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F8FA;
--lavender-100: #E6EFF4;
--lavender-200: #D1E2EB;
--lavender-300: #ADCBDB;
--lavender-400: #83B0C9;
--lavender-500: #5F9AB9;
--lavender-600: #447D9C;
--lavender-700: #36647C;
--lavender-800: #274759;
--lavender-900: #192E39;
--lavender-950: #101C23;
}