Lavender
#EADEFC
PurpleColor Codes
All color formats for development
HEX
#EADEFCRGB
rgb(234, 222, 252)HSL
hsl(264, 83%, 93%)OKLCH
oklch(0.919 0.042 303.7)CMYK
cmyk(7%, 12%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CFB3F8
2#B388F4
3#975CF0
4#7C31EC
5#6314D9
6#4F10AE
7#3B0C82
8#280857
9#14042B
Tints
Lighter variations
1#ECE2FC
2#EEE5FD
3#F0E8FD
4#F3EBFD
5#F5EFFD
6#F7F2FE
7#F9F5FE
8#FBF8FE
9#FDFCFF
Tones
Muted variations
1#EAE0FA
2#EBE1F9
3#EBE3F8
4#EBE4F6
5#ECE6F5
6#ECE7F3
7#ECE9F2
8#EDEAF0
9#EDECEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADE #EADEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8C2 #D8C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | BB94 #BB94F5 | BordersInactive statesPlaceholder text |
| 400 | 975C #975CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 792D #792DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E13 #5E13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A0F #4A0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 350B #350B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2207 #22074B | Primary textHigh emphasis contentDark headings |
| 950 | 1504 #15042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F6F1FE;
--lavender-100: #EADEFC;
--lavender-200: #D8C2F9;
--lavender-300: #BB94F5;
--lavender-400: #975CF0;
--lavender-500: #792DEB;
--lavender-600: #5E13CD;
--lavender-700: #4A0FA3;
--lavender-800: #350B75;
--lavender-900: #22074B;
--lavender-950: #15042F;
}