Lavender
#E5E6F5
BlueColor Codes
All color formats for development
HEX
#E5E6F5RGB
rgb(229, 230, 245)HSL
hsl(236, 44%, 93%)OKLCH
oklch(0.929 0.02 282.9)CMYK
cmyk(7%, 6%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C3C6E8
2#A1A5DA
3#7F84CD
4#5D63C0
5#4249AB
6#353B89
7#282C66
8#1B1D44
9#0D0F22
Tints
Lighter variations
1#E8E9F6
2#EAEBF7
3#EDEEF8
4#F0F0F9
5#F2F3FA
6#F5F5FB
7#F7F8FC
8#FAFAFD
9#FCFDFE
Tones
Muted variations
1#E6E7F4
2#E7E8F3
3#E8E8F3
4#E8E9F2
5#E9EAF1
6#EAEAF0
7#EBEBF0
8#ECECEF
9#ECECEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E6 #E5E6F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD1 #CFD1EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABAE #ABAEDE | BordersInactive statesPlaceholder text |
| 400 | 7E84 #7E84CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A60 #5A60BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F45 #3F45A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3237 #323781 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2427 #24275C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1719 #17193B | Primary textHigh emphasis contentDark headings |
| 950 | 0E10 #0E1025 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F4FB;
--lavender-100: #E5E6F5;
--lavender-200: #CFD1EC;
--lavender-300: #ABAEDE;
--lavender-400: #7E84CD;
--lavender-500: #5A60BF;
--lavender-600: #3F45A2;
--lavender-700: #323781;
--lavender-800: #24275C;
--lavender-900: #17193B;
--lavender-950: #0E1025;
}