Lavender
#E6EAF4
BlueColor Codes
All color formats for development
HEX
#E6EAF4RGB
rgb(230, 234, 244)HSL
hsl(223, 39%, 93%)OKLCH
oklch(0.937 0.014 268.5)CMYK
cmyk(6%, 4%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C5CEE6
2#A4B3D7
3#8397C9
4#627BBA
5#4863A5
6#3A4F84
7#2B3B63
8#1D2742
9#0E1421
Tints
Lighter variations
1#E9ECF5
2#EBEEF6
3#EEF0F7
4#F0F2F8
5#F3F5FA
6#F5F7FB
7#F8F9FC
8#FAFBFD
9#FDFDFE
Tones
Muted variations
1#E7EAF3
2#E8EBF3
3#E8EBF2
4#E9EBF1
5#EAECF1
6#EAECF0
7#EBECEF
8#ECEDEF
9#ECEDEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EA #E6EAF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D8 #D1D8EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADBA #ADBADB | BordersInactive statesPlaceholder text |
| 400 | 8397 #8397C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F79 #5F79B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 445D #445D9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 364A #364A7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2735 #273559 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1922 #192239 | Primary textHigh emphasis contentDark headings |
| 950 | 1015 #101523 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F6FA;
--lavender-100: #E6EAF4;
--lavender-200: #D1D8EB;
--lavender-300: #ADBADB;
--lavender-400: #8397C9;
--lavender-500: #5F79B9;
--lavender-600: #445D9C;
--lavender-700: #364A7C;
--lavender-800: #273559;
--lavender-900: #192239;
--lavender-950: #101523;
}