Lavender
#E2E4F9
BlueColor Codes
All color formats for development
HEX
#E2E4F9RGB
rgb(226, 228, 249)HSL
hsl(235, 66%, 93%)OKLCH
oklch(0.924 0.028 281.5)CMYK
cmyk(9%, 8%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BABFF1
2#939AE9
3#6B75E1
4#4450D9
5#2835C5
6#202B9D
7#182076
8#10154F
9#080B27
Tints
Lighter variations
1#E4E6FA
2#E7E9FA
3#EAECFB
4#EDEEFB
5#F0F1FC
6#F3F4FD
7#F6F7FD
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 | C8CC #C8CCF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EA4 #9EA4EB | BordersInactive statesPlaceholder text |
| 400 | 6B75 #6B75E1 | Disabled statesSecondary iconsMuted text |
| 500 | 414D #414DD8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2632 #2632BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E28 #1E2894 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 161D #161D6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E12 #0E1244 | Primary textHigh emphasis contentDark headings |
| 950 | 090B #090B2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F3FC;
--lavender-100: #E1E3F9;
--lavender-200: #C8CCF4;
--lavender-300: #9EA4EB;
--lavender-400: #6B75E1;
--lavender-500: #414DD8;
--lavender-600: #2632BA;
--lavender-700: #1E2894;
--lavender-800: #161D6A;
--lavender-900: #0E1244;
--lavender-950: #090B2A;
}