Lavender
#E0E4FA
BlueColor Codes
All color formats for development
HEX
#E0E4FARGB
rgb(224, 228, 250)HSL
hsl(231, 72%, 93%)OKLCH
oklch(0.922 0.03 277.6)CMYK
cmyk(10%, 9%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B8C0F3
2#8F9DED
3#6679E6
4#3D55DF
5#213BCC
6#1B2FA3
7#14237A
8#0D1852
9#070C29
Tints
Lighter variations
1#E3E7FB
2#E6EAFB
3#EAECFC
4#EDEFFC
5#F0F2FD
6#F3F4FD
7#F6F7FE
8#F9FAFE
9#FCFCFF
Tones
Muted variations
1#E2E5F9
2#E3E6F7
3#E4E7F6
4#E5E8F5
5#E7E9F4
6#E8EAF2
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 | E0E4 #E0E4FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6CD #C6CDF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AA7 #9AA7EF | BordersInactive statesPlaceholder text |
| 400 | 6579 #6579E6 | Disabled statesSecondary iconsMuted text |
| 500 | 3A52 #3A52DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F38 #1F38C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 192C #192C9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1220 #12206E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B14 #0B1446 | Primary textHigh emphasis contentDark headings |
| 950 | 070D #070D2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F3FD;
--lavender-100: #E0E4FA;
--lavender-200: #C6CDF6;
--lavender-300: #9AA7EF;
--lavender-400: #6579E6;
--lavender-500: #3A52DF;
--lavender-600: #1F38C1;
--lavender-700: #192C9A;
--lavender-800: #12206E;
--lavender-900: #0B1446;
--lavender-950: #070D2C;
}