Lavender
#E0E0FA
BlueColor Codes
All color formats for development
HEX
#E0E0FARGB
rgb(224, 224, 250)HSL
hsl(240, 72%, 93%)OKLCH
oklch(0.915 0.035 285.7)CMYK
cmyk(10%, 10%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B8B8F3
2#8F8FED
3#6666E6
4#3D3DDF
5#2121CC
6#1B1BA3
7#14147A
8#0D0D52
9#070729
Tints
Lighter variations
1#E3E3FB
2#E6E6FB
3#EAEAFC
4#EDEDFC
5#F0F0FD
6#F3F3FD
7#F6F6FE
8#F9F9FE
9#FCFCFF
Tones
Muted variations
1#E2E2F9
2#E3E3F7
3#E4E4F6
4#E5E5F5
5#E7E7F4
6#E8E8F2
7#E9E9F1
8#EBEBF0
9#ECECEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E0 #E0E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C6 #C6C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A9A #9A9AEF | BordersInactive statesPlaceholder text |
| 400 | 6565 #6565E6 | Disabled statesSecondary iconsMuted text |
| 500 | 3A3A #3A3ADF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F1F #1F1FC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1919 #19199A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1212 #12126E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B0B #0B0B46 | Primary textHigh emphasis contentDark headings |
| 950 | 0707 #07072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F2FD;
--lavender-100: #E0E0FA;
--lavender-200: #C6C6F6;
--lavender-300: #9A9AEF;
--lavender-400: #6565E6;
--lavender-500: #3A3ADF;
--lavender-600: #1F1FC1;
--lavender-700: #19199A;
--lavender-800: #12126E;
--lavender-900: #0B0B46;
--lavender-950: #07072C;
}