Lavender
#E1E1F9
BlueColor Codes
All color formats for development
HEX
#E1E1F9RGB
rgb(225, 225, 249)HSL
hsl(240, 67%, 93%)OKLCH
oklch(0.917 0.032 285.7)CMYK
cmyk(10%, 10%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BABAF1
2#9292E9
3#6A6AE2
4#4343DA
5#2727C6
6#1F1F9E
7#171777
8#10104F
9#080828
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#E2E2F8
2#E4E4F7
3#E5E5F6
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 | 9D9D #9D9DEC | BordersInactive statesPlaceholder text |
| 400 | 6A6A #6A6AE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3F3F #3F3FD9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2525 #2525BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D1D #1D1D95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1515 #15156A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D0D #0D0D44 | Primary textHigh emphasis contentDark headings |
| 950 | 0808 #08082B | 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: #9D9DEC;
--lavender-400: #6A6AE2;
--lavender-500: #3F3FD9;
--lavender-600: #2525BB;
--lavender-700: #1D1D95;
--lavender-800: #15156A;
--lavender-900: #0D0D44;
--lavender-950: #08082B;
}