Lavender
#E0E1FA
BlueColor Codes
All color formats for development
HEX
#E0E1FARGB
rgb(224, 225, 250)HSL
hsl(238, 72%, 93%)OKLCH
oklch(0.917 0.034 283.9)CMYK
cmyk(10%, 10%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B8BAF3
2#8F92ED
3#666AE6
4#3D43DF
5#2127CC
6#1B1FA3
7#14177A
8#0D1052
9#070829
Tints
Lighter variations
1#E3E4FB
2#E6E7FB
3#EAEAFC
4#EDEDFC
5#F0F0FD
6#F3F3FD
7#F6F6FE
8#F9F9FE
9#FCFCFF
Tones
Muted variations
1#E2E2F9
2#E3E4F7
3#E4E5F6
4#E5E6F5
5#E7E7F4
6#E8E8F2
7#E9EAF1
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 | E0E1 #E0E1FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C8 #C6C8F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A9D #9A9DEF | BordersInactive statesPlaceholder text |
| 400 | 656A #656AE6 | Disabled statesSecondary iconsMuted text |
| 500 | 3A3F #3A3FDF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F25 #1F25C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 191D #191D9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1215 #12156E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B0D #0B0D46 | Primary textHigh emphasis contentDark headings |
| 950 | 0708 #07082C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F2FD;
--lavender-100: #E0E1FA;
--lavender-200: #C6C8F6;
--lavender-300: #9A9DEF;
--lavender-400: #656AE6;
--lavender-500: #3A3FDF;
--lavender-600: #1F25C1;
--lavender-700: #191D9A;
--lavender-800: #12156E;
--lavender-900: #0B0D46;
--lavender-950: #07082C;
}