Lavender
#E3E3F8
BlueColor Codes
All color formats for development
HEX
#E3E3F8RGB
rgb(227, 227, 248)HSL
hsl(240, 60%, 93%)OKLCH
oklch(0.922 0.028 285.8)CMYK
cmyk(8%, 8%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BCBCEE
2#9797E5
3#7171DB
4#4B4BD2
5#2F2FBE
6#262698
7#1C1C72
8#13134C
9#090926
Tints
Lighter variations
1#E5E5F9
2#E8E8F9
3#EBEBFA
4#EEEEFB
5#F1F1FB
6#F4F4FC
7#F6F6FD
8#F9F9FE
9#FCFCFE
Tones
Muted variations
1#E4E4F7
2#E5E5F6
3#E6E6F5
4#E7E7F4
5#E8E8F3
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 | E2E2 #E2E2F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACA #CACAF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1A1 #A1A1E8 | BordersInactive statesPlaceholder text |
| 400 | 7070 #7070DB | Disabled statesSecondary iconsMuted text |
| 500 | 4747 #4747D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D2D #2D2DB4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2424 #24248F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A1A #1A1A66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1010 #101041 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0A #0A0A29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F3FC;
--lavender-100: #E2E2F8;
--lavender-200: #CACAF2;
--lavender-300: #A1A1E8;
--lavender-400: #7070DB;
--lavender-500: #4747D1;
--lavender-600: #2D2DB4;
--lavender-700: #24248F;
--lavender-800: #1A1A66;
--lavender-900: #101041;
--lavender-950: #0A0A29;
}