Lavender
#E3E3F7
BlueColor Codes
All color formats for development
HEX
#E3E3F7RGB
rgb(227, 227, 247)HSL
hsl(240, 56%, 93%)OKLCH
oklch(0.922 0.027 285.9)CMYK
cmyk(8%, 8%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BEBEED
2#9999E2
3#7474D8
4#4F4FCD
5#3434B9
6#2A2A94
7#1F1F6F
8#15154A
9#0A0A25
Tints
Lighter variations
1#E6E6F8
2#E9E9F9
3#ECECFA
4#EEEEFA
5#F1F1FB
6#F4F4FC
7#F7F7FD
8#F9F9FD
9#FCFCFE
Tones
Muted variations
1#E4E4F6
2#E5E5F5
3#E6E6F4
4#E7E7F3
5#E8E8F2
6#E9E9F1
7#EAEAF0
8#EBEBEF
9#ECECEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E3 #E3E3F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBCB #CBCBF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4A4 #A4A4E5 | BordersInactive statesPlaceholder text |
| 400 | 7474 #7474D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C4C #4C4CCD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3131 #3131AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2727 #27278B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C1C #1C1C63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1212 #121240 | Primary textHigh emphasis contentDark headings |
| 950 | 0B0B #0B0B28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F3FC;
--lavender-100: #E3E3F7;
--lavender-200: #CBCBF0;
--lavender-300: #A4A4E5;
--lavender-400: #7474D8;
--lavender-500: #4C4CCD;
--lavender-600: #3131AF;
--lavender-700: #27278B;
--lavender-800: #1C1C63;
--lavender-900: #121240;
--lavender-950: #0B0B28;
}