Lavender
#E6E6F5
BlueColor Codes
All color formats for development
HEX
#E6E6F5RGB
rgb(230, 230, 245)HSL
hsl(240, 43%, 93%)OKLCH
oklch(0.929 0.02 286)CMYK
cmyk(6%, 6%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C4C4E7
2#A2A2DA
3#8080CC
4#5E5EBF
5#4444AA
6#363688
7#292966
8#1B1B44
9#0E0E22
Tints
Lighter variations
1#E8E8F6
2#EBEBF7
3#EDEDF8
4#F0F0F9
5#F2F2FA
6#F5F5FB
7#F7F7FC
8#FAFAFD
9#FCFCFE
Tones
Muted variations
1#E6E6F4
2#E7E7F3
3#E8E8F3
4#E9E9F2
5#E9E9F1
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 | E5E5 #E5E5F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D0 #D0D0EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABAB #ABABDE | BordersInactive statesPlaceholder text |
| 400 | 7F7F #7F7FCC | Disabled statesSecondary iconsMuted text |
| 500 | 5B5B #5B5BBE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4040 #4040A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3333 #333380 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2424 #24245B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1717 #17173A | Primary textHigh emphasis contentDark headings |
| 950 | 0F0F #0F0F24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F4FB;
--lavender-100: #E5E5F5;
--lavender-200: #D0D0EC;
--lavender-300: #ABABDE;
--lavender-400: #7F7FCC;
--lavender-500: #5B5BBE;
--lavender-600: #4040A0;
--lavender-700: #333380;
--lavender-800: #24245B;
--lavender-900: #17173A;
--lavender-950: #0F0F24;
}