Lavender
#EADFFB
PurpleColor Codes
All color formats for development
HEX
#EADFFBRGB
rgb(234, 223, 251)HSL
hsl(264, 78%, 93%)OKLCH
oklch(0.921 0.039 303.4)CMYK
cmyk(7%, 11%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CFB5F6
2#B48BF1
3#9861EB
4#7D36E6
5#641AD3
6#5015A9
7#3C107F
8#280A54
9#14052A
Tints
Lighter variations
1#ECE2FB
2#EEE6FC
3#F1E9FC
4#F3ECFD
5#F5EFFD
6#F7F2FD
7#F9F5FE
8#FBF9FE
9#FDFCFF
Tones
Muted variations
1#EBE1FA
2#EBE2F8
3#EBE3F7
4#EBE5F6
5#ECE6F4
6#ECE8F3
7#ECE9F1
8#EDEAF0
9#EDECEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADF #EADFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9C4 #D9C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | BB97 #BB97F2 | BordersInactive statesPlaceholder text |
| 400 | 9860 #9860EB | Disabled statesSecondary iconsMuted text |
| 500 | 7A33 #7A33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F19 #5F19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B14 #4B149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 360E #360E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2209 #220949 | Primary textHigh emphasis contentDark headings |
| 950 | 1606 #16062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F6F1FD;
--lavender-100: #EADFFB;
--lavender-200: #D9C4F8;
--lavender-300: #BB97F2;
--lavender-400: #9860EB;
--lavender-500: #7A33E6;
--lavender-600: #5F19C8;
--lavender-700: #4B149F;
--lavender-800: #360E71;
--lavender-900: #220949;
--lavender-950: #16062D;
}