Lavender
#E1E5FA
BlueColor Codes
All color formats for development
HEX
#E1E5FARGB
rgb(225, 229, 250)HSL
hsl(230, 71%, 93%)OKLCH
oklch(0.925 0.029 277.2)CMYK
cmyk(10%, 8%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B8C2F3
2#8F9FEC
3#677CE5
4#3E59DE
5#223ECB
6#1C32A2
7#15257A
8#0E1951
9#070C29
Tints
Lighter variations
1#E4E7FA
2#E7EAFB
3#EAEDFB
4#EDEFFC
5#F0F2FC
6#F3F4FD
7#F6F7FD
8#F9FAFE
9#FCFCFE
Tones
Muted variations
1#E2E6F9
2#E3E6F7
3#E4E7F6
4#E6E8F5
5#E7E9F3
6#E8EAF2
7#E9EBF1
8#EBEBF0
9#ECECEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E5 #E0E5FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6CE #C6CEF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BA9 #9BA9EE | BordersInactive statesPlaceholder text |
| 400 | 667C #667CE5 | Disabled statesSecondary iconsMuted text |
| 500 | 3B56 #3B56DE | Primary brand colorCTAsActive elementsLinks |
| 600 | 213B #213BC0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A2F #1A2F99 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1222 #12226D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C15 #0C1546 | Primary textHigh emphasis contentDark headings |
| 950 | 070D #070D2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F4FD;
--lavender-100: #E0E5FA;
--lavender-200: #C6CEF5;
--lavender-300: #9BA9EE;
--lavender-400: #667CE5;
--lavender-500: #3B56DE;
--lavender-600: #213BC0;
--lavender-700: #1A2F99;
--lavender-800: #12226D;
--lavender-900: #0C1546;
--lavender-950: #070D2C;
}