Lavender
#EEDCFE
PurpleColor Codes
All color formats for development
HEX
#EEDCFERGB
rgb(238, 220, 254)HSL
hsl(272, 94%, 93%)OKLCH
oklch(0.919 0.049 309.1)CMYK
cmyk(6%, 13%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D8AEFD
2#C280FB
3#AC52FA
4#9524F8
5#7E07E6
6#6506B8
7#4C048A
8#32035C
9#19012E
Tints
Lighter variations
1#F0E0FE
2#F2E3FE
3#F3E7FE
4#F5EAFE
5#F7EEFE
6#F8F1FF
7#FAF5FF
8#FCF8FF
9#FDFCFF
Tones
Muted variations
1#EEDEFC
2#EEE0FB
3#EEE1F9
4#EEE3F7
5#EEE5F6
6#EEE6F4
7#EDE8F2
8#EDEAF1
9#EDEBEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDC #EEDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0BF #E0BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | C88D #C88DFB | BordersInactive statesPlaceholder text |
| 400 | AB52 #AB52FA | Disabled statesSecondary iconsMuted text |
| 500 | 9320 #9320F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7707 #7707DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F05 #5F05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4404 #44047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B02 #2B024F | Primary textHigh emphasis contentDark headings |
| 950 | 1B02 #1B0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F8F0FF;
--lavender-100: #EEDCFE;
--lavender-200: #E0BFFD;
--lavender-300: #C88DFB;
--lavender-400: #AB52FA;
--lavender-500: #9320F8;
--lavender-600: #7707DA;
--lavender-700: #5F05AD;
--lavender-800: #44047C;
--lavender-900: #2B024F;
--lavender-950: #1B0231;
}