Lavender
#E2E3F9
BlueColor Codes
All color formats for development
HEX
#E2E3F9RGB
rgb(226, 227, 249)HSL
hsl(237, 66%, 93%)OKLCH
oklch(0.922 0.03 283.7)CMYK
cmyk(9%, 9%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BABDF1
2#9397E9
3#6B71E1
4#444BD9
5#2830C5
6#20279D
7#181D76
8#10134F
9#080A27
Tints
Lighter variations
1#E4E5FA
2#E7E8FA
3#EAEBFB
4#EDEEFB
5#F0F1FC
6#F3F4FD
7#F6F6FD
8#F9F9FE
9#FCFCFE
Tones
Muted variations
1#E3E4F8
2#E4E5F7
3#E5E6F5
4#E6E7F4
5#E7E8F3
6#E8E9F2
7#EAEAF1
8#EBEBF0
9#ECECEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E3 #E1E3F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8CA #C8CAF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EA2 #9EA2EB | BordersInactive statesPlaceholder text |
| 400 | 6B71 #6B71E1 | Disabled statesSecondary iconsMuted text |
| 500 | 4148 #4148D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 262E #262EBA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E24 #1E2494 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 161A #161A6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E11 #0E1144 | Primary textHigh emphasis contentDark headings |
| 950 | 090A #090A2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F3FC;
--lavender-100: #E1E3F9;
--lavender-200: #C8CAF4;
--lavender-300: #9EA2EB;
--lavender-400: #6B71E1;
--lavender-500: #4148D8;
--lavender-600: #262EBA;
--lavender-700: #1E2494;
--lavender-800: #161A6A;
--lavender-900: #0E1144;
--lavender-950: #090A2A;
}