Lavender
#E9BDFE
PurpleColor Codes
All color formats for development
HEX
#E9BDFERGB
rgb(233, 189, 254)HSL
hsl(281, 97%, 87%)OKLCH
oklch(0.858 0.1 314.7)CMYK
cmyk(8%, 26%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DB92FD
2#CD66FD
3#BF3BFC
4#B00FFB
5#9603DB
6#7803AF
7#5A0283
8#3C0157
9#1E012C
Tints
Lighter variations
1#ECC4FE
2#EECBFE
3#F0D1FE
4#F2D8FE
5#F4DEFF
6#F6E5FF
7#F9EBFF
8#FBF2FF
9#FDF8FF
Tones
Muted variations
1#E8C1FB
2#E7C4F8
3#E6C7F4
4#E5CBF1
5#E4CEEE
6#E3D1EB
7#E1D4E7
8#E0D7E4
9#DFDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DC #F3DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EABE #EABEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | D98B #D98BFD | BordersInactive statesPlaceholder text |
| 400 | C54F #C54FFC | Disabled statesSecondary iconsMuted text |
| 500 | B51D #B51DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 9803 #9803DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7903 #7903B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5602 #56027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3701 #370150 | Primary textHigh emphasis contentDark headings |
| 950 | 2301 #230132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #FAF0FF;
--lavender-100: #F3DCFE;
--lavender-200: #EABEFE;
--lavender-300: #D98BFD;
--lavender-400: #C54FFC;
--lavender-500: #B51DFC;
--lavender-600: #9803DD;
--lavender-700: #7903B0;
--lavender-800: #56027E;
--lavender-900: #370150;
--lavender-950: #230132;
}