Lavender
#E6E7F5
BlueColor Codes
All color formats for development
HEX
#E6E7F5RGB
rgb(230, 231, 245)HSL
hsl(236, 43%, 93%)OKLCH
oklch(0.931 0.019 282.8)CMYK
cmyk(6%, 6%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C4C6E7
2#A2A5DA
3#8085CC
4#5E64BF
5#444AAA
6#363C88
7#292D66
8#1B1E44
9#0E0F22
Tints
Lighter variations
1#E8E9F6
2#EBEBF7
3#EDEEF8
4#F0F0F9
5#F2F3FA
6#F5F5FB
7#F7F8FC
8#FAFAFD
9#FCFDFE
Tones
Muted variations
1#E6E7F4
2#E7E8F3
3#E8E8F3
4#E9E9F2
5#E9EAF1
6#EAEAF0
7#EBEBEF
8#ECECEF
9#ECECEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E6 #E5E6F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D1 #D0D1EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABAE #ABAEDE | BordersInactive statesPlaceholder text |
| 400 | 7F84 #7F84CC | Disabled statesSecondary iconsMuted text |
| 500 | 5B61 #5B61BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4046 #4046A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3338 #333880 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2428 #24285B | Text on light backgroundsHeadingsStrong borders |
| 900 | 171A #171A3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F10 #0F1024 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F4FB;
--lavender-100: #E5E6F5;
--lavender-200: #D0D1EC;
--lavender-300: #ABAEDE;
--lavender-400: #7F84CC;
--lavender-500: #5B61BE;
--lavender-600: #4046A0;
--lavender-700: #333880;
--lavender-800: #24285B;
--lavender-900: #171A3A;
--lavender-950: #0F1024;
}