Lavender
#EBBDFF
PurpleColor Codes
All color formats for development
HEX
#EBBDFFRGB
rgb(235, 189, 255)HSL
hsl(282, 100%, 87%)OKLCH
oklch(0.86 0.102 315.5)CMYK
cmyk(8%, 26%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DE90FF
2#D064FF
3#C338FF
4#B60BFF
5#9B00DE
6#7C00B1
7#5D0085
8#3E0059
9#1F002C
Tints
Lighter variations
1#EDC3FF
2#EFCAFF
3#F1D1FF
4#F3D7FF
5#F5DEFF
6#F7E4FF
7#F9EBFF
8#FBF2FF
9#FDF8FF
Tones
Muted variations
1#EAC0FC
2#E8C3F8
3#E7C7F5
4#E6CAF2
5#E4CDEE
6#E3D1EB
7#E2D4E8
8#E1D7E4
9#DFDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DB #F4DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | EBBD #EBBDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | DC8A #DC8AFF | BordersInactive statesPlaceholder text |
| 400 | C94D #C94DFF | Disabled statesSecondary iconsMuted text |
| 500 | BA1A #BA1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 9D00 #9D00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7D00 #7D00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5900 #590080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3900 #390052 | Primary textHigh emphasis contentDark headings |
| 950 | 2400 #240033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #FAF0FF;
--lavender-100: #F4DBFF;
--lavender-200: #EBBDFF;
--lavender-300: #DC8AFF;
--lavender-400: #C94DFF;
--lavender-500: #BA1AFF;
--lavender-600: #9D00E0;
--lavender-700: #7D00B3;
--lavender-800: #590080;
--lavender-900: #390052;
--lavender-950: #240033;
}