Lavender
#F5C3F8
PinkColor Codes
All color formats for development
HEX
#F5C3F8RGB
rgb(245, 195, 248)HSL
hsl(297, 79%, 87%)OKLCH
oklch(0.878 0.089 324.5)CMYK
cmyk(1%, 21%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF9CF3
2#E974EF
3#E24DEA
4#DC25E5
5#BE17C7
6#98139F
7#720E77
8#4C094F
9#260528
Tints
Lighter variations
1#F6CAF9
2#F7D0F9
3#F8D5FA
4#F9DBFB
5#FAE1FC
6#FBE7FC
7#FCEDFD
8#FDF3FE
9#FEF9FE
Tones
Muted variations
1#F3C6F5
2#F1C9F3
3#EECCF0
4#ECCEEE
5#EAD1EB
6#E7D3E8
7#E5D6E6
8#E3D9E3
9#E0DBE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADF #FADFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F5C4 #F5C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | EE96 #EE96F3 | BordersInactive statesPlaceholder text |
| 400 | E55F #E55FEC | Disabled statesSecondary iconsMuted text |
| 500 | DE32 #DE32E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | C018 #C018C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9913 #9913A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6D0D #6D0D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4609 #460949 | Primary textHigh emphasis contentDark headings |
| 950 | 2C05 #2C052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #FDF1FD;
--lavender-100: #FADFFB;
--lavender-200: #F5C4F8;
--lavender-300: #EE96F3;
--lavender-400: #E55FEC;
--lavender-500: #DE32E7;
--lavender-600: #C018C9;
--lavender-700: #9913A0;
--lavender-800: #6D0D72;
--lavender-900: #460949;
--lavender-950: #2C052E;
}