Lavender
#E6E6F4
BlueColor Codes
All color formats for development
HEX
#E6E6F4RGB
rgb(230, 230, 244)HSL
hsl(240, 39%, 93%)OKLCH
oklch(0.929 0.019 286)CMYK
cmyk(6%, 6%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C5C5E6
2#A4A4D7
3#8383C9
4#6262BA
5#4848A5
6#3A3A84
7#2B2B63
8#1D1D42
9#0E0E21
Tints
Lighter variations
1#E9E9F5
2#EBEBF6
3#EEEEF7
4#F0F0F8
5#F3F3FA
6#F5F5FB
7#F8F8FC
8#FAFAFD
9#FDFDFE
Tones
Muted variations
1#E7E7F3
2#E8E8F3
3#E8E8F2
4#E9E9F1
5#EAEAF1
6#EAEAF0
7#EBEBEF
8#ECECEF
9#ECECEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E6 #E6E6F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D1 #D1D1EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADAD #ADADDB | BordersInactive statesPlaceholder text |
| 400 | 8383 #8383C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F5F #5F5FB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4444 #44449C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3636 #36367C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2727 #272759 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1919 #191939 | Primary textHigh emphasis contentDark headings |
| 950 | 1010 #101023 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F4FA;
--lavender-100: #E6E6F4;
--lavender-200: #D1D1EB;
--lavender-300: #ADADDB;
--lavender-400: #8383C9;
--lavender-500: #5F5FB9;
--lavender-600: #44449C;
--lavender-700: #36367C;
--lavender-800: #272759;
--lavender-900: #191939;
--lavender-950: #101023;
}