Lavender
#E3E4F8
BlueColor Codes
All color formats for development
HEX
#E3E4F8RGB
rgb(227, 228, 248)HSL
hsl(237, 60%, 93%)OKLCH
oklch(0.924 0.027 283.6)CMYK
cmyk(8%, 8%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BCBFEE
2#979AE5
3#7176DB
4#4B51D2
5#2F37BE
6#262C98
7#1C2172
8#13164C
9#090B26
Tints
Lighter variations
1#E5E6F9
2#E8E9F9
3#EBECFA
4#EEEFFB
5#F1F1FB
6#F4F4FC
7#F6F7FD
8#F9FAFE
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 | E2E4 #E2E4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACC #CACCF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1A5 #A1A5E8 | BordersInactive statesPlaceholder text |
| 400 | 7076 #7076DB | Disabled statesSecondary iconsMuted text |
| 500 | 474E #474ED1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D34 #2D34B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2429 #24298F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A1D #1A1D66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1013 #101341 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0C #0A0C29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F3FC;
--lavender-100: #E2E4F8;
--lavender-200: #CACCF2;
--lavender-300: #A1A5E8;
--lavender-400: #7076DB;
--lavender-500: #474ED1;
--lavender-600: #2D34B4;
--lavender-700: #24298F;
--lavender-800: #1A1D66;
--lavender-900: #101341;
--lavender-950: #0A0C29;
}