Lavender
#EDC6F6
PinkColor Codes
All color formats for development
HEX
#EDC6F6RGB
rgb(237, 198, 246)HSL
hsl(289, 73%, 87%)OKLCH
oklch(0.875 0.077 319.9)CMYK
cmyk(4%, 20%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E19FF0
2#D579EA
3#C953E4
4#BD2CDE
5#A21EC0
6#82189A
7#611273
8#410C4D
9#200626
Tints
Lighter variations
1#EFCBF7
2#F1D1F8
3#F3D7F9
4#F4DDFA
5#F6E2FB
6#F8E8FB
7#FAEEFC
8#FBF4FD
9#FDF9FE
Tones
Muted variations
1#ECC8F4
2#EACAF1
3#E9CDEF
4#E7CFEC
5#E6D2EA
6#E4D4E8
7#E2D7E5
8#E1D9E3
9#DFDBE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF2 #FBF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5E0 #F5E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDC6 #EDC6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | DF9A #DF9AEF | BordersInactive statesPlaceholder text |
| 400 | CF65 #CF65E7 | Disabled statesSecondary iconsMuted text |
| 500 | C138 #C138E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | A41E #A41EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8318 #83189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5D11 #5D116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C0B #3C0B47 | Primary textHigh emphasis contentDark headings |
| 950 | 2507 #25072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #FBF2FD;
--lavender-100: #F5E0FA;
--lavender-200: #EDC6F6;
--lavender-300: #DF9AEF;
--lavender-400: #CF65E7;
--lavender-500: #C138E0;
--lavender-600: #A41EC2;
--lavender-700: #83189A;
--lavender-800: #5D116E;
--lavender-900: #3C0B47;
--lavender-950: #25072C;
}