Lavender
#EBC2F9
PinkColor Codes
All color formats for development
HEX
#EBC2F9RGB
rgb(235, 194, 249)HSL
hsl(285, 82%, 87%)OKLCH
oklch(0.867 0.086 317.4)CMYK
cmyk(6%, 22%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DE9AF5
2#D172F1
3#C44AED
4#B721E9
5#9C14CA
6#7D10A2
7#5E0C79
8#3F0851
9#1F0428
Tints
Lighter variations
1#EDC9FA
2#EFCFFA
3#F1D5FB
4#F3DBFB
5#F5E1FC
6#F7E7FD
7#F9EDFD
8#FBF3FE
9#FDF9FE
Tones
Muted variations
1#EAC5F6
2#E9C8F4
3#E7CBF1
4#E6CEEE
5#E5D0EB
6#E3D3E9
7#E2D6E6
8#E1D8E3
9#DFDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DF #F4DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | EBC3 #EBC3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | DC94 #DC94F4 | BordersInactive statesPlaceholder text |
| 400 | CA5D #CA5DEF | Disabled statesSecondary iconsMuted text |
| 500 | BB2E #BB2EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 9E14 #9E14CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7E10 #7E10A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5A0B #5A0B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3A07 #3A074A | Primary textHigh emphasis contentDark headings |
| 950 | 2405 #24052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #FAF1FE;
--lavender-100: #F4DFFC;
--lavender-200: #EBC3F9;
--lavender-300: #DC94F4;
--lavender-400: #CA5DEF;
--lavender-500: #BB2EEA;
--lavender-600: #9E14CC;
--lavender-700: #7E10A2;
--lavender-800: #5A0B74;
--lavender-900: #3A074A;
--lavender-950: #24052E;
}