Lavender
#E2EAF8
BlueColor Codes
All color formats for development
HEX
#E2EAF8RGB
rgb(226, 234, 248)HSL
hsl(218, 61%, 93%)OKLCH
oklch(0.935 0.021 261.8)CMYK
cmyk(9%, 6%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BCCFEF
2#96B3E6
3#7098DC
4#4A7CD3
5#2E63BF
6#254F99
7#1C3C73
8#12284C
9#091426
Tints
Lighter variations
1#E5ECF9
2#E8EEF9
3#EBF0FA
4#EEF3FB
5#F1F5FC
6#F4F7FC
7#F6F9FD
8#F9FBFE
9#FCFDFE
Tones
Muted variations
1#E3EBF7
2#E4EBF6
3#E6EBF5
4#E7EBF4
5#E8ECF3
6#E9ECF2
7#EAECF0
8#EBEDEF
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 | CAD8 #CAD8F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1BB #A1BBE8 | BordersInactive statesPlaceholder text |
| 400 | 6F97 #6F97DC | Disabled statesSecondary iconsMuted text |
| 500 | 467A #467AD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C5E #2C5EB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 234B #234B90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1935 #193567 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1022 #102242 | Primary textHigh emphasis contentDark headings |
| 950 | 0A15 #0A1529 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F6FC;
--lavender-100: #E2EAF8;
--lavender-200: #CAD8F2;
--lavender-300: #A1BBE8;
--lavender-400: #6F97DC;
--lavender-500: #467AD2;
--lavender-600: #2C5EB5;
--lavender-700: #234B90;
--lavender-800: #193567;
--lavender-900: #102242;
--lavender-950: #0A1529;
}