Lavender
#E0F1FB
BlueColor Codes
All color formats for development
HEX
#E0F1FBRGB
rgb(224, 241, 251)HSL
hsl(202, 77%, 93%)OKLCH
oklch(0.949 0.023 233.4)CMYK
cmyk(11%, 4%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B5DEF5
2#8BCBF0
3#61B8EB
4#38A5E5
5#1B8FD2
6#1672A8
7#10567E
8#0B3954
9#051D2A
Tints
Lighter variations
1#E3F2FB
2#E6F4FC
3#E9F5FC
4#ECF6FD
5#EFF8FD
6#F2F9FD
7#F6FBFE
8#F9FCFE
9#FCFEFF
Tones
Muted variations
1#E1F0FA
2#E2F0F8
3#E4F0F7
4#E5EFF5
5#E6EFF4
6#E8EFF3
7#E9EEF1
8#EAEEF0
9#ECEEEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF1 #DFF1FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E5 #C4E5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97D0 #97D0F2 | BordersInactive statesPlaceholder text |
| 400 | 61B8 #61B8EA | Disabled statesSecondary iconsMuted text |
| 500 | 34A4 #34A4E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A87 #1A87C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 156C #156C9E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F4D #0F4D71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0931 #093148 | Primary textHigh emphasis contentDark headings |
| 950 | 061F #061F2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F9FD;
--lavender-100: #DFF1FB;
--lavender-200: #C4E5F7;
--lavender-300: #97D0F2;
--lavender-400: #61B8EA;
--lavender-500: #34A4E5;
--lavender-600: #1A87C7;
--lavender-700: #156C9E;
--lavender-800: #0F4D71;
--lavender-900: #093148;
--lavender-950: #061F2D;
}