Lavender
#E2E2F9
BlueColor Codes
All color formats for development
HEX
#E2E2F9RGB
rgb(226, 226, 249)HSL
hsl(240, 66%, 93%)OKLCH
oklch(0.92 0.031 285.8)CMYK
cmyk(9%, 9%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BABAF1
2#9393E9
3#6B6BE1
4#4444D9
5#2828C5
6#20209D
7#181876
8#10104F
9#080827
Tints
Lighter variations
1#E4E4FA
2#E7E7FA
3#EAEAFB
4#EDEDFB
5#F0F0FC
6#F3F3FD
7#F6F6FD
8#F9F9FE
9#FCFCFE
Tones
Muted variations
1#E3E3F8
2#E4E4F7
3#E5E5F5
4#E6E6F4
5#E7E7F3
6#E8E8F2
7#EAEAF1
8#EBEBF0
9#ECECEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E1 #E1E1F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8C8 #C8C8F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9E9E #9E9EEB | BordersInactive statesPlaceholder text |
| 400 | 6B6B #6B6BE1 | Disabled statesSecondary iconsMuted text |
| 500 | 4141 #4141D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2626 #2626BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E1E #1E1E94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1616 #16166A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E0E #0E0E44 | Primary textHigh emphasis contentDark headings |
| 950 | 0909 #09092A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F2FC;
--lavender-100: #E1E1F9;
--lavender-200: #C8C8F4;
--lavender-300: #9E9EEB;
--lavender-400: #6B6BE1;
--lavender-500: #4141D8;
--lavender-600: #2626BA;
--lavender-700: #1E1E94;
--lavender-800: #16166A;
--lavender-900: #0E0E44;
--lavender-950: #09092A;
}