Lavender
#EBC6F6
PinkColor Codes
All color formats for development
HEX
#EBC6F6RGB
rgb(235, 198, 246)HSL
hsl(286, 73%, 87%)OKLCH
oklch(0.873 0.076 318.4)CMYK
cmyk(4%, 20%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DD9FF0
2#D079EA
3#C253E4
4#B52CDE
5#9A1EC0
6#7B189A
7#5C1273
8#3E0C4D
9#1F0626
Tints
Lighter variations
1#EDCBF7
2#EFD1F8
3#F1D7F9
4#F3DDFA
5#F5E2FB
6#F7E8FB
7#F9EEFC
8#FBF4FD
9#FDF9FE
Tones
Muted variations
1#E9C8F4
2#E8CAF1
3#E7CDEF
4#E6CFEC
5#E4D2EA
6#E3D4E8
7#E2D7E5
8#E0D9E3
9#DFDBE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF2 #FAF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4E0 #F4E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | EBC6 #EBC6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | DB9A #DB9AEF | BordersInactive statesPlaceholder text |
| 400 | C865 #C865E7 | Disabled statesSecondary iconsMuted text |
| 500 | B938 #B938E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9C1E #9C1EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7C18 #7C189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5911 #59116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 390B #390B47 | Primary textHigh emphasis contentDark headings |
| 950 | 2307 #23072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #FAF2FD;
--lavender-100: #F4E0FA;
--lavender-200: #EBC6F6;
--lavender-300: #DB9AEF;
--lavender-400: #C865E7;
--lavender-500: #B938E0;
--lavender-600: #9C1EC2;
--lavender-700: #7C189A;
--lavender-800: #59116E;
--lavender-900: #390B47;
--lavender-950: #23072C;
}