Lavender
#E0E3FA
BlueColor Codes
All color formats for development
HEX
#E0E3FARGB
rgb(224, 227, 250)HSL
hsl(233, 72%, 93%)OKLCH
oklch(0.92 0.031 279.9)CMYK
cmyk(10%, 9%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B8BEF3
2#8F9AED
3#6675E6
4#3D50DF
5#2135CC
6#1B2AA3
7#14207A
8#0D1552
9#070B29
Tints
Lighter variations
1#E3E6FB
2#E6E9FB
3#EAECFC
4#EDEEFC
5#F0F1FD
6#F3F4FD
7#F6F7FE
8#F9F9FE
9#FCFCFF
Tones
Muted variations
1#E2E4F9
2#E3E5F7
3#E4E6F6
4#E5E7F5
5#E7E8F4
6#E8E9F2
7#E9EAF1
8#EBEBF0
9#ECECEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E3 #E0E3FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6CC #C6CCF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AA4 #9AA4EF | BordersInactive statesPlaceholder text |
| 400 | 6574 #6574E6 | Disabled statesSecondary iconsMuted text |
| 500 | 3A4D #3A4DDF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F32 #1F32C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1928 #19289A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 121D #121D6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B12 #0B1246 | Primary textHigh emphasis contentDark headings |
| 950 | 070B #070B2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F3FD;
--lavender-100: #E0E3FA;
--lavender-200: #C6CCF6;
--lavender-300: #9AA4EF;
--lavender-400: #6574E6;
--lavender-500: #3A4DDF;
--lavender-600: #1F32C1;
--lavender-700: #19289A;
--lavender-800: #121D6E;
--lavender-900: #0B1246;
--lavender-950: #070B2C;
}