Lavender
#E2EEF8
BlueColor Codes
All color formats for development
HEX
#E2EEF8RGB
rgb(226, 238, 248)HSL
hsl(207, 61%, 93%)OKLCH
oklch(0.943 0.019 243)CMYK
cmyk(9%, 4%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BCD8EF
2#96C2E6
3#70ABDC
4#4A95D3
5#2E7EBF
6#256599
7#1C4B73
8#12324C
9#091926
Tints
Lighter variations
1#E5F0F9
2#E8F2F9
3#EBF3FA
4#EEF5FB
5#F1F7FC
6#F4F8FC
7#F6FAFD
8#F9FCFE
9#FCFDFE
Tones
Muted variations
1#E3EEF7
2#E4EEF6
3#E6EEF5
4#E7EEF4
5#E8EEF3
6#E9EEF2
7#EAEDF0
8#EBEDEF
9#ECEDEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EE #E2EEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE0 #CAE0F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1C8 #A1C8E8 | BordersInactive statesPlaceholder text |
| 400 | 6FAB #6FABDC | Disabled statesSecondary iconsMuted text |
| 500 | 4693 #4693D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C77 #2C77B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 235F #235F90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1944 #194467 | Text on light backgroundsHeadingsStrong borders |
| 900 | 102B #102B42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1B #0A1B29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F8FC;
--lavender-100: #E2EEF8;
--lavender-200: #CAE0F2;
--lavender-300: #A1C8E8;
--lavender-400: #6FABDC;
--lavender-500: #4693D2;
--lavender-600: #2C77B5;
--lavender-700: #235F90;
--lavender-800: #194467;
--lavender-900: #102B42;
--lavender-950: #0A1B29;
}