Lavender
#EADDFE
PurpleColor Codes
All color formats for development
HEX
#EADDFERGB
rgb(234, 221, 254)HSL
hsl(264, 94%, 93%)OKLCH
oklch(0.918 0.046 303.4)CMYK
cmyk(8%, 13%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CEAEFD
2#B180FB
3#9552FA
4#7924F8
5#6007E6
6#4D06B8
7#3A048A
8#27035C
9#13012E
Tints
Lighter variations
1#ECE0FE
2#EEE3FE
3#F0E7FE
4#F2EAFE
5#F4EEFE
6#F7F1FF
7#F9F5FF
8#FBF8FF
9#FDFCFF
Tones
Muted variations
1#EADEFC
2#EAE0FB
3#EBE1F9
4#EBE3F7
5#EBE5F6
6#ECE6F4
7#ECE8F2
8#ECEAF1
9#EDEBEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADC #EADCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8BF #D8BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | B98D #B98DFB | BordersInactive statesPlaceholder text |
| 400 | 9552 #9552FA | Disabled statesSecondary iconsMuted text |
| 500 | 7720 #7720F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B07 #5B07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4805 #4805AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3404 #34047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2102 #21024F | Primary textHigh emphasis contentDark headings |
| 950 | 1502 #150231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F6F0FF;
--lavender-100: #EADCFE;
--lavender-200: #D8BFFD;
--lavender-300: #B98DFB;
--lavender-400: #9552FA;
--lavender-500: #7720F8;
--lavender-600: #5B07DA;
--lavender-700: #4805AD;
--lavender-800: #34047C;
--lavender-900: #21024F;
--lavender-950: #150231;
}