Lavender
#E2EFF8
BlueColor Codes
All color formats for development
HEX
#E2EFF8RGB
rgb(226, 239, 248)HSL
hsl(205, 61%, 93%)OKLCH
oklch(0.945 0.018 237.8)CMYK
cmyk(9%, 4%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BCDAEF
2#96C4E6
3#70AFDC
4#4A9AD3
5#2E83BF
6#256999
7#1C4E73
8#12344C
9#091A26
Tints
Lighter variations
1#E5F1F9
2#E8F2F9
3#EBF4FA
4#EEF5FB
5#F1F7FC
6#F4F9FC
7#F6FAFD
8#F9FCFE
9#FCFDFE
Tones
Muted variations
1#E3EFF7
2#E4EFF6
3#E6EEF5
4#E7EEF4
5#E8EEF3
6#E9EEF2
7#EAEEF0
8#EBEEEF
9#ECEDEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EF #E2EFF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE1 #CAE1F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1CA #A1CAE8 | BordersInactive statesPlaceholder text |
| 400 | 6FAF #6FAFDC | Disabled statesSecondary iconsMuted text |
| 500 | 4698 #4698D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C7C #2C7CB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2362 #236290 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1946 #194667 | Text on light backgroundsHeadingsStrong borders |
| 900 | 102D #102D42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1C #0A1C29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F8FC;
--lavender-100: #E2EFF8;
--lavender-200: #CAE1F2;
--lavender-300: #A1CAE8;
--lavender-400: #6FAFDC;
--lavender-500: #4698D2;
--lavender-600: #2C7CB5;
--lavender-700: #236290;
--lavender-800: #194667;
--lavender-900: #102D42;
--lavender-950: #0A1C29;
}