Lavender
#E5EFF6
BlueColor Codes
All color formats for development
HEX
#E5EFF6RGB
rgb(229, 239, 246)HSL
hsl(205, 49%, 93%)OKLCH
oklch(0.947 0.014 238)CMYK
cmyk(7%, 3%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C1D9EA
2#9EC3DE
3#7AADD2
4#5797C6
5#3C80B1
6#30678D
7#244D6A
8#183347
9#0C1A23
Tints
Lighter variations
1#E7F0F7
2#EAF2F8
3#ECF4F9
4#EFF5FA
5#F2F7FA
6#F4F8FB
7#F7FAFC
8#FAFCFD
9#FCFDFE
Tones
Muted variations
1#E5EEF5
2#E6EEF4
3#E7EEF3
4#E8EEF2
5#E9EEF2
6#EAEEF1
7#EBEEF0
8#EBEDEF
9#ECEDEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EF #E4EFF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE1 #CEE1EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8C9 #A8C9E1 | BordersInactive statesPlaceholder text |
| 400 | 7AAD #7AADD1 | Disabled statesSecondary iconsMuted text |
| 500 | 5496 #5496C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3979 #3979A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E61 #2E6185 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2145 #21455F | Text on light backgroundsHeadingsStrong borders |
| 900 | 152C #152C3D | Primary textHigh emphasis contentDark headings |
| 950 | 0D1C #0D1C26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F8FB;
--lavender-100: #E4EFF6;
--lavender-200: #CEE1EE;
--lavender-300: #A8C9E1;
--lavender-400: #7AADD1;
--lavender-500: #5496C4;
--lavender-600: #3979A7;
--lavender-700: #2E6185;
--lavender-800: #21455F;
--lavender-900: #152C3D;
--lavender-950: #0D1C26;
}