Lavender
#E3E4F7
BlueColor Codes
All color formats for development
HEX
#E3E4F7RGB
rgb(227, 228, 247)HSL
hsl(237, 56%, 93%)OKLCH
oklch(0.924 0.026 283.5)CMYK
cmyk(8%, 8%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BEC0ED
2#999DE2
3#7479D8
4#4F55CD
5#343BB9
6#2A2F94
7#1F236F
8#15184A
9#0A0C25
Tints
Lighter variations
1#E6E7F8
2#E9EAF9
3#ECECFA
4#EEEFFA
5#F1F2FB
6#F4F4FC
7#F7F7FD
8#F9FAFD
9#FCFCFE
Tones
Muted variations
1#E4E5F6
2#E5E6F5
3#E6E7F4
4#E7E8F3
5#E8E9F2
6#E9EAF1
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 | E3E4 #E3E4F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBCD #CBCDF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4A7 #A4A7E5 | BordersInactive statesPlaceholder text |
| 400 | 7479 #7479D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C52 #4C52CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3138 #3138AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 272C #272C8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C20 #1C2063 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1214 #121440 | Primary textHigh emphasis contentDark headings |
| 950 | 0B0D #0B0D28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F3FC;
--lavender-100: #E3E4F7;
--lavender-200: #CBCDF0;
--lavender-300: #A4A7E5;
--lavender-400: #7479D8;
--lavender-500: #4C52CD;
--lavender-600: #3138AF;
--lavender-700: #272C8B;
--lavender-800: #1C2063;
--lavender-900: #121440;
--lavender-950: #0B0D28;
}