Lavender
#EAE0FB
PurpleColor Codes
All color formats for development
HEX
#EAE0FBRGB
rgb(234, 224, 251)HSL
hsl(262, 77%, 93%)OKLCH
oklch(0.923 0.038 302.5)CMYK
cmyk(7%, 11%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CDB5F5
2#B08BF0
3#9461EB
4#7738E5
5#5E1BD2
6#4B16A8
7#39107E
8#260B54
9#13052A
Tints
Lighter variations
1#ECE3FB
2#EEE6FC
3#F0E9FC
4#F2ECFD
5#F4EFFD
6#F6F2FD
7#F9F6FE
8#FBF9FE
9#FDFCFF
Tones
Muted variations
1#EAE1FA
2#EAE2F8
3#EBE4F7
4#EBE5F5
5#EBE6F4
6#ECE8F3
7#ECE9F1
8#ECEAF0
9#EDECEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DF #E9DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7C4 #D7C4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B897 #B897F2 | BordersInactive statesPlaceholder text |
| 400 | 9361 #9361EA | Disabled statesSecondary iconsMuted text |
| 500 | 7534 #7534E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 591A #591AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4715 #47159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 330F #330F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2009 #200948 | Primary textHigh emphasis contentDark headings |
| 950 | 1406 #14062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F6F1FD;
--lavender-100: #E9DFFB;
--lavender-200: #D7C4F7;
--lavender-300: #B897F2;
--lavender-400: #9361EA;
--lavender-500: #7534E5;
--lavender-600: #591AC7;
--lavender-700: #47159E;
--lavender-800: #330F71;
--lavender-900: #200948;
--lavender-950: #14062D;
}