Lavender
#E6EBF4
BlueColor Codes
All color formats for development
HEX
#E6EBF4RGB
rgb(230, 235, 244)HSL
hsl(219, 39%, 93%)OKLCH
oklch(0.939 0.013 262.4)CMYK
cmyk(6%, 4%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C5D1E6
2#A4B6D7
3#839CC9
4#6281BA
5#4869A5
6#3A5484
7#2B3F63
8#1D2A42
9#0E1521
Tints
Lighter variations
1#E9EDF5
2#EBEFF6
3#EEF1F7
4#F0F3F8
5#F3F5FA
6#F5F7FB
7#F8F9FC
8#FAFBFD
9#FDFDFE
Tones
Muted variations
1#E7EBF3
2#E8EBF3
3#E8ECF2
4#E9ECF1
5#EAECF1
6#EAECF0
7#EBEDEF
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 | E6EB #E6EBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1DA #D1DAEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADBD #ADBDDB | BordersInactive statesPlaceholder text |
| 400 | 839B #839BC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F7F #5F7FB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4463 #44639C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 364F #364F7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2738 #273859 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1924 #192439 | Primary textHigh emphasis contentDark headings |
| 950 | 1017 #101723 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F6FA;
--lavender-100: #E6EBF4;
--lavender-200: #D1DAEB;
--lavender-300: #ADBDDB;
--lavender-400: #839BC9;
--lavender-500: #5F7FB9;
--lavender-600: #44639C;
--lavender-700: #364F7C;
--lavender-800: #273859;
--lavender-900: #192439;
--lavender-950: #101723;
}