Lavender
#E3EAF8
BlueColor Codes
All color formats for development
HEX
#E3EAF8RGB
rgb(227, 234, 248)HSL
hsl(220, 60%, 93%)OKLCH
oklch(0.936 0.02 264.5)CMYK
cmyk(8%, 6%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BCCDEE
2#97B1E5
3#7194DB
4#4B78D2
5#2F5FBE
6#264C98
7#1C3972
8#13264C
9#091326
Tints
Lighter variations
1#E5ECF9
2#E8EEF9
3#EBF0FA
4#EEF2FB
5#F1F4FB
6#F4F6FC
7#F6F9FD
8#F9FBFE
9#FCFDFE
Tones
Muted variations
1#E4EAF7
2#E5EAF6
3#E6EBF5
4#E7EBF4
5#E8EBF3
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 | E2EA #E2EAF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD7 #CAD7F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1B9 #A1B9E8 | BordersInactive statesPlaceholder text |
| 400 | 7094 #7094DB | Disabled statesSecondary iconsMuted text |
| 500 | 4775 #4775D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D5A #2D5AB4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2447 #24478F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A33 #1A3366 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1021 #102141 | Primary textHigh emphasis contentDark headings |
| 950 | 0A14 #0A1429 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F6FC;
--lavender-100: #E2EAF8;
--lavender-200: #CAD7F2;
--lavender-300: #A1B9E8;
--lavender-400: #7094DB;
--lavender-500: #4775D1;
--lavender-600: #2D5AB4;
--lavender-700: #24478F;
--lavender-800: #1A3366;
--lavender-900: #102141;
--lavender-950: #0A1429;
}