Lavender
#E6F0F4
BlueColor Codes
All color formats for development
HEX
#E6F0F4RGB
rgb(230, 240, 244)HSL
hsl(197, 39%, 93%)OKLCH
oklch(0.949 0.012 223.5)CMYK
cmyk(6%, 2%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C5DCE6
2#A4C9D7
3#83B5C9
4#62A1BA
5#488BA5
6#3A6F84
7#2B5363
8#1D3742
9#0E1C21
Tints
Lighter variations
1#E9F2F5
2#EBF3F6
3#EEF5F7
4#F0F6F8
5#F3F8FA
6#F5F9FB
7#F8FBFC
8#FAFCFD
9#FDFEFE
Tones
Muted variations
1#E7F0F3
2#E8F0F3
3#E8EFF2
4#E9EFF1
5#EAEFF1
6#EAEEF0
7#EBEEEF
8#ECEEEF
9#ECEDEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F0 #E6F0F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E3 #D1E3EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADCE #ADCEDB | BordersInactive statesPlaceholder text |
| 400 | 83B5 #83B5C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5FA0 #5FA0B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4483 #44839C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3668 #36687C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 274B #274B59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1930 #193039 | Primary textHigh emphasis contentDark headings |
| 950 | 101E #101E23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F9FA;
--lavender-100: #E6F0F4;
--lavender-200: #D1E3EB;
--lavender-300: #ADCEDB;
--lavender-400: #83B5C9;
--lavender-500: #5FA0B9;
--lavender-600: #44839C;
--lavender-700: #36687C;
--lavender-800: #274B59;
--lavender-900: #193039;
--lavender-950: #101E23;
}