Lavender
#E5E6F6
BlueColor Codes
All color formats for development
HEX
#E5E6F6RGB
rgb(229, 230, 246)HSL
hsl(236, 49%, 93%)OKLCH
oklch(0.929 0.022 283.1)CMYK
cmyk(7%, 7%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C1C4EA
2#9EA2DE
3#7A80D2
4#575EC6
5#3C44B1
6#30378D
7#24296A
8#181B47
9#0C0E23
Tints
Lighter variations
1#E7E8F7
2#EAEBF8
3#ECEDF9
4#EFF0FA
5#F2F2FA
6#F4F5FB
7#F7F7FC
8#FAFAFD
9#FCFCFE
Tones
Muted variations
1#E5E6F5
2#E6E7F4
3#E7E8F3
4#E8E9F2
5#E9E9F2
6#EAEAF1
7#EBEBF0
8#EBECEF
9#ECECEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E6 #E4E6F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED0 #CED0EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8AB #A8ABE1 | BordersInactive statesPlaceholder text |
| 400 | 7A80 #7A80D1 | Disabled statesSecondary iconsMuted text |
| 500 | 545C #545CC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3941 #3941A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E33 #2E3385 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2125 #21255F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1517 #15173D | Primary textHigh emphasis contentDark headings |
| 950 | 0D0F #0D0F26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F4FB;
--lavender-100: #E4E6F6;
--lavender-200: #CED0EE;
--lavender-300: #A8ABE1;
--lavender-400: #7A80D1;
--lavender-500: #545CC4;
--lavender-600: #3941A7;
--lavender-700: #2E3385;
--lavender-800: #21255F;
--lavender-900: #15173D;
--lavender-950: #0D0F26;
}