Lavender
#E2E5F9
BlueColor Codes
All color formats for development
HEX
#E2E5F9RGB
rgb(226, 229, 249)HSL
hsl(232, 66%, 93%)OKLCH
oklch(0.926 0.027 279.1)CMYK
cmyk(9%, 8%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BAC1F1
2#939EE9
3#6B7BE1
4#4458D9
5#283DC5
6#20319D
7#182576
8#10184F
9#080C27
Tints
Lighter variations
1#E4E7FA
2#E7EAFA
3#EAECFB
4#EDEFFB
5#F0F2FC
6#F3F4FD
7#F6F7FD
8#F9FAFE
9#FCFCFE
Tones
Muted variations
1#E3E5F8
2#E4E6F7
3#E5E7F5
4#E6E8F4
5#E7E9F3
6#E8EAF2
7#EAEBF1
8#EBEBF0
9#ECECEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E5 #E1E5F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8CE #C8CEF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EA8 #9EA8EB | BordersInactive statesPlaceholder text |
| 400 | 6B7B #6B7BE1 | Disabled statesSecondary iconsMuted text |
| 500 | 4155 #4155D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 263A #263ABA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E2E #1E2E94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1621 #16216A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E15 #0E1544 | Primary textHigh emphasis contentDark headings |
| 950 | 090D #090D2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F4FC;
--lavender-100: #E1E5F9;
--lavender-200: #C8CEF4;
--lavender-300: #9EA8EB;
--lavender-400: #6B7BE1;
--lavender-500: #4155D8;
--lavender-600: #263ABA;
--lavender-700: #1E2E94;
--lavender-800: #16216A;
--lavender-900: #0E1544;
--lavender-950: #090D2A;
}