Lavender
#EBBEFD
PurpleColor Codes
All color formats for development
HEX
#EBBEFDRGB
rgb(235, 190, 253)HSL
hsl(283, 94%, 87%)OKLCH
oklch(0.861 0.098 316.2)CMYK
cmyk(7%, 25%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DE94FC
2#D169FA
3#C43EF9
4#B713F8
5#9C07D7
6#7D05AC
7#5E0481
8#3E0356
9#1F012B
Tints
Lighter variations
1#EDC5FD
2#EFCCFD
3#F1D2FE
4#F3D8FE
5#F5DFFE
6#F7E5FE
7#F9ECFE
8#FBF2FF
9#FDF9FF
Tones
Muted variations
1#EAC2FA
2#E9C5F7
3#E7C8F4
4#E6CBF1
5#E5CEED
6#E3D1EA
7#E2D5E7
8#E1D8E4
9#DFDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DC #F4DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EBBF #EBBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | DC8D #DC8DFB | BordersInactive statesPlaceholder text |
| 400 | CA52 #CA52FA | Disabled statesSecondary iconsMuted text |
| 500 | BB20 #BB20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9E07 #9E07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7E05 #7E05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5A04 #5A047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3902 #39024F | Primary textHigh emphasis contentDark headings |
| 950 | 2402 #240231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #FAF0FF;
--lavender-100: #F4DCFE;
--lavender-200: #EBBFFD;
--lavender-300: #DC8DFB;
--lavender-400: #CA52FA;
--lavender-500: #BB20F8;
--lavender-600: #9E07DA;
--lavender-700: #7E05AD;
--lavender-800: #5A047C;
--lavender-900: #39024F;
--lavender-950: #240231;
}