Lavender
#E6F1F4
CyanColor Codes
All color formats for development
HEX
#E6F1F4RGB
rgb(230, 241, 244)HSL
hsl(193, 39%, 93%)OKLCH
oklch(0.951 0.012 215.8)CMYK
cmyk(6%, 1%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C5DFE6
2#A4CCD7
3#83BAC9
4#62A7BA
5#4891A5
6#3A7484
7#2B5763
8#1D3A42
9#0E1D21
Tints
Lighter variations
1#E9F2F5
2#EBF4F6
3#EEF5F7
4#F0F7F8
5#F3F8FA
6#F5F9FB
7#F8FBFC
8#FAFCFD
9#FDFEFE
Tones
Muted variations
1#E7F1F3
2#E8F0F3
3#E8F0F2
4#E9F0F1
5#EAEFF1
6#EAEFF0
7#EBEEEF
8#ECEEEF
9#ECEEEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F1 #E6F1F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E5 #D1E5EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADD1 #ADD1DB | BordersInactive statesPlaceholder text |
| 400 | 83B9 #83B9C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5FA6 #5FA6B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4489 #44899C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 366D #366D7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 274E #274E59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1932 #193239 | Primary textHigh emphasis contentDark headings |
| 950 | 101F #101F23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F9FA;
--lavender-100: #E6F1F4;
--lavender-200: #D1E5EB;
--lavender-300: #ADD1DB;
--lavender-400: #83B9C9;
--lavender-500: #5FA6B9;
--lavender-600: #44899C;
--lavender-700: #366D7C;
--lavender-800: #274E59;
--lavender-900: #193239;
--lavender-950: #101F23;
}