Lavender
#E0E0FB
BlueColor Codes
All color formats for development
HEX
#E0E0FBRGB
rgb(224, 224, 251)HSL
hsl(240, 77%, 93%)OKLCH
oklch(0.915 0.037 285.7)CMYK
cmyk(11%, 11%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B5B5F5
2#8B8BF0
3#6161EB
4#3838E5
5#1B1BD2
6#1616A8
7#10107E
8#0B0B54
9#05052A
Tints
Lighter variations
1#E3E3FB
2#E6E6FC
3#E9E9FC
4#ECECFD
5#EFEFFD
6#F2F2FD
7#F6F6FE
8#F9F9FE
9#FCFCFF
Tones
Muted variations
1#E1E1FA
2#E2E2F8
3#E4E4F7
4#E5E5F5
5#E6E6F4
6#E8E8F3
7#E9E9F1
8#EAEAF0
9#ECECEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDF #DFDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C4 #C4C4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9797 #9797F2 | BordersInactive statesPlaceholder text |
| 400 | 6161 #6161EA | Disabled statesSecondary iconsMuted text |
| 500 | 3434 #3434E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A1A #1A1AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1515 #15159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F0F #0F0F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0909 #090948 | Primary textHigh emphasis contentDark headings |
| 950 | 0606 #06062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F1FD;
--lavender-100: #DFDFFB;
--lavender-200: #C4C4F7;
--lavender-300: #9797F2;
--lavender-400: #6161EA;
--lavender-500: #3434E5;
--lavender-600: #1A1AC7;
--lavender-700: #15159E;
--lavender-800: #0F0F71;
--lavender-900: #090948;
--lavender-950: #06062D;
}