Lavender
#E4E7F7
BlueColor Codes
All color formats for development
HEX
#E4E7F7RGB
rgb(228, 231, 247)HSL
hsl(231, 54%, 93%)OKLCH
oklch(0.93 0.022 277.5)CMYK
cmyk(8%, 6%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BFC6EC
2#9AA5E1
3#7684D6
4#5164CB
5#374AB7
6#2C3B92
7#212C6E
8#161E49
9#0B0F25
Tints
Lighter variations
1#E6E9F8
2#E9EBF8
3#ECEEF9
4#EFF0FA
5#F1F3FB
6#F4F5FC
7#F7F8FD
8#FAFAFD
9#FCFDFE
Tones
Muted variations
1#E4E7F6
2#E5E8F5
3#E6E8F4
4#E7E9F3
5#E8EAF2
6#E9EAF1
7#EAEBF0
8#EBECEF
9#ECECEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E6 #E4E6F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD1 #CCD1F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5AE #A5AEE4 | BordersInactive statesPlaceholder text |
| 400 | 7684 #7684D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E61 #4E61CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3446 #3446AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2938 #293889 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D28 #1D2862 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1319 #13193F | Primary textHigh emphasis contentDark headings |
| 950 | 0C10 #0C1027 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F4FB;
--lavender-100: #E4E6F7;
--lavender-200: #CCD1F0;
--lavender-300: #A5AEE4;
--lavender-400: #7684D6;
--lavender-500: #4E61CA;
--lavender-600: #3446AD;
--lavender-700: #293889;
--lavender-800: #1D2862;
--lavender-900: #13193F;
--lavender-950: #0C1027;
}