Lavender
#E0E2FB
BlueColor Codes
All color formats for development
HEX
#E0E2FBRGB
rgb(224, 226, 251)HSL
hsl(236, 77%, 93%)OKLCH
oklch(0.919 0.034 282.1)CMYK
cmyk(11%, 10%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B5BAF5
2#8B92F0
3#616BEB
4#3843E5
5#1B27D2
6#1620A8
7#10187E
8#0B1054
9#05082A
Tints
Lighter variations
1#E3E4FB
2#E6E7FC
3#E9EAFC
4#ECEDFD
5#EFF0FD
6#F2F3FD
7#F6F6FE
8#F9F9FE
9#FCFCFF
Tones
Muted variations
1#E1E2FA
2#E2E4F8
3#E4E5F7
4#E5E6F5
5#E6E7F4
6#E8E8F3
7#E9EAF1
8#EAEBF0
9#ECECEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE1 #DFE1FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C8 #C4C8F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 979D #979DF2 | BordersInactive statesPlaceholder text |
| 400 | 616A #616AEA | Disabled statesSecondary iconsMuted text |
| 500 | 3440 #3440E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A25 #1A25C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 151E #151E9E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F15 #0F1571 | Text on light backgroundsHeadingsStrong borders |
| 900 | 090E #090E48 | Primary textHigh emphasis contentDark headings |
| 950 | 0608 #06082D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F2FD;
--lavender-100: #DFE1FB;
--lavender-200: #C4C8F7;
--lavender-300: #979DF2;
--lavender-400: #616AEA;
--lavender-500: #3440E5;
--lavender-600: #1A25C7;
--lavender-700: #151E9E;
--lavender-800: #0F1571;
--lavender-900: #090E48;
--lavender-950: #06082D;
}