Lavender
#E2E8F9
BlueColor Codes
All color formats for development
HEX
#E2E8F9RGB
rgb(226, 232, 249)HSL
hsl(224, 66%, 93%)OKLCH
oklch(0.931 0.024 270.3)CMYK
cmyk(9%, 7%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BAC9F1
2#93AAE9
3#6B8BE1
4#446CD9
5#2852C5
6#20429D
7#183176
8#10214F
9#081027
Tints
Lighter variations
1#E4EAFA
2#E7ECFA
3#EAEFFB
4#EDF1FB
5#F0F3FC
6#F3F6FD
7#F6F8FD
8#F9FAFE
9#FCFDFE
Tones
Muted variations
1#E3E8F8
2#E4E9F7
3#E5E9F5
4#E6EAF4
5#E7EAF3
6#E8EBF2
7#EAECF1
8#EBECF0
9#ECEDEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E8 #E1E8F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8D4 #C8D4F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EB2 #9EB2EB | BordersInactive statesPlaceholder text |
| 400 | 6B8A #6B8AE1 | Disabled statesSecondary iconsMuted text |
| 500 | 4169 #4169D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 264E #264EBA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E3E #1E3E94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 162C #162C6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E1C #0E1C44 | Primary textHigh emphasis contentDark headings |
| 950 | 0912 #09122A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F5FC;
--lavender-100: #E1E8F9;
--lavender-200: #C8D4F4;
--lavender-300: #9EB2EB;
--lavender-400: #6B8AE1;
--lavender-500: #4169D8;
--lavender-600: #264EBA;
--lavender-700: #1E3E94;
--lavender-800: #162C6A;
--lavender-900: #0E1C44;
--lavender-950: #09122A;
}