Lavender
#E3E9F7
BlueColor Codes
All color formats for development
HEX
#E3E9F7RGB
rgb(227, 233, 247)HSL
hsl(222, 56%, 93%)OKLCH
oklch(0.934 0.02 267.3)CMYK
cmyk(8%, 6%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BECCED
2#99AFE2
3#7492D8
4#4F75CD
5#345CB9
6#2A4A94
7#1F376F
8#15254A
9#0A1225
Tints
Lighter variations
1#E6EBF8
2#E9EEF9
3#ECF0FA
4#EEF2FA
5#F1F4FB
6#F4F6FC
7#F7F8FD
8#F9FBFD
9#FCFDFE
Tones
Muted variations
1#E4EAF6
2#E5EAF5
3#E6EAF4
4#E7EBF3
5#E8EBF2
6#E9ECF1
7#EAECF0
8#EBECEF
9#ECEDEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E9 #E3E9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD6 #CBD6F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4B7 #A4B7E5 | BordersInactive statesPlaceholder text |
| 400 | 7492 #7492D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C73 #4C73CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3157 #3157AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2745 #27458B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C31 #1C3163 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1220 #122040 | Primary textHigh emphasis contentDark headings |
| 950 | 0B14 #0B1428 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F6FC;
--lavender-100: #E3E9F7;
--lavender-200: #CBD6F0;
--lavender-300: #A4B7E5;
--lavender-400: #7492D8;
--lavender-500: #4C73CD;
--lavender-600: #3157AF;
--lavender-700: #27458B;
--lavender-800: #1C3163;
--lavender-900: #122040;
--lavender-950: #0B1428;
}