Lavender
#E0DEFC
BlueColor Codes
All color formats for development
HEX
#E0DEFCRGB
rgb(224, 222, 252)HSL
hsl(244, 83%, 93%)OKLCH
oklch(0.911 0.041 288.6)CMYK
cmyk(11%, 12%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B8B3F8
2#8F88F4
3#665CF0
4#3D31EC
5#2114D9
6#1B10AE
7#140C82
8#0D0857
9#07042B
Tints
Lighter variations
1#E3E2FC
2#E6E5FD
3#EAE8FD
4#EDEBFD
5#F0EFFD
6#F3F2FE
7#F6F5FE
8#F9F8FE
9#FCFCFF
Tones
Muted variations
1#E2E0FA
2#E3E1F9
3#E4E3F8
4#E5E4F6
5#E7E6F5
6#E8E7F3
7#E9E9F2
8#EBEAF0
9#ECECEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DE #E0DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C2 #C6C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A94 #9A94F5 | BordersInactive statesPlaceholder text |
| 400 | 665C #665CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 3A2D #3A2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F13 #1F13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 190F #190FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 120B #120B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B07 #0B074B | Primary textHigh emphasis contentDark headings |
| 950 | 0704 #07042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F1FE;
--lavender-100: #E0DEFC;
--lavender-200: #C6C2F9;
--lavender-300: #9A94F5;
--lavender-400: #665CF0;
--lavender-500: #3A2DEB;
--lavender-600: #1F13CD;
--lavender-700: #190FA3;
--lavender-800: #120B75;
--lavender-900: #0B074B;
--lavender-950: #07042F;
}