Lavender
#E2ECF8
BlueColor Codes
All color formats for development
HEX
#E2ECF8RGB
rgb(226, 236, 248)HSL
hsl(213, 61%, 93%)OKLCH
oklch(0.939 0.019 252.9)CMYK
cmyk(9%, 5%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BCD3EF
2#96BAE6
3#70A1DC
4#4A87D3
5#2E6FBF
6#255999
7#1C4373
8#122D4C
9#091626
Tints
Lighter variations
1#E5EEF9
2#E8F0F9
3#EBF2FA
4#EEF4FB
5#F1F6FC
6#F4F7FC
7#F6F9FD
8#F9FBFE
9#FCFDFE
Tones
Muted variations
1#E3ECF7
2#E4ECF6
3#E6ECF5
4#E7ECF4
5#E8EDF3
6#E9EDF2
7#EAEDF0
8#EBEDEF
9#ECEDEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EC #E2ECF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CADC #CADCF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1C1 #A1C1E8 | BordersInactive statesPlaceholder text |
| 400 | 6FA0 #6FA0DC | Disabled statesSecondary iconsMuted text |
| 500 | 4685 #4685D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C69 #2C69B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2354 #235490 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 193C #193C67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1026 #102642 | Primary textHigh emphasis contentDark headings |
| 950 | 0A18 #0A1829 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F7FC;
--lavender-100: #E2ECF8;
--lavender-200: #CADCF2;
--lavender-300: #A1C1E8;
--lavender-400: #6FA0DC;
--lavender-500: #4685D2;
--lavender-600: #2C69B5;
--lavender-700: #235490;
--lavender-800: #193C67;
--lavender-900: #102642;
--lavender-950: #0A1829;
}