Lavender
#E5F1F6
BlueColor Codes
All color formats for development
HEX
#E5F1F6RGB
rgb(229, 241, 246)HSL
hsl(198, 49%, 93%)OKLCH
oklch(0.951 0.014 224.5)CMYK
cmyk(7%, 2%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C1DEEA
2#9ECBDE
3#7AB7D2
4#57A4C6
5#3C8EB1
6#30718D
7#24556A
8#183947
9#0C1C23
Tints
Lighter variations
1#E7F2F7
2#EAF4F8
3#ECF5F9
4#EFF6FA
5#F2F8FA
6#F4F9FB
7#F7FBFC
8#FAFCFD
9#FCFEFE
Tones
Muted variations
1#E5F0F5
2#E6F0F4
3#E7F0F3
4#E8EFF2
5#E9EFF2
6#EAEFF1
7#EBEEF0
8#EBEEEF
9#ECEDEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F1 #E4F1F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE4 #CEE4EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8D0 #A8D0E1 | BordersInactive statesPlaceholder text |
| 400 | 7AB7 #7AB7D1 | Disabled statesSecondary iconsMuted text |
| 500 | 54A3 #54A3C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3986 #3986A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E6B #2E6B85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 214C #214C5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1531 #15313D | Primary textHigh emphasis contentDark headings |
| 950 | 0D1E #0D1E26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F9FB;
--lavender-100: #E4F1F6;
--lavender-200: #CEE4EE;
--lavender-300: #A8D0E1;
--lavender-400: #7AB7D1;
--lavender-500: #54A3C4;
--lavender-600: #3986A7;
--lavender-700: #2E6B85;
--lavender-800: #214C5F;
--lavender-900: #15313D;
--lavender-950: #0D1E26;
}