Lavender
#F3C0FC
PinkColor Codes
All color formats for development
HEX
#F3C0FCRGB
rgb(243, 192, 252)HSL
hsl(291, 91%, 87%)OKLCH
oklch(0.872 0.098 321.3)CMYK
cmyk(4%, 24%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EB95FA
2#E36BF8
3#DB41F6
4#D316F4
5#B60AD4
6#9108A9
7#6D067F
8#490455
9#24022A
Tints
Lighter variations
1#F4C6FC
2#F5CCFD
3#F7D3FD
4#F8D9FD
5#F9DFFE
6#FAE6FE
7#FBECFE
8#FDF2FE
9#FEF9FF
Tones
Muted variations
1#F1C3F9
2#EFC6F6
3#EDC9F3
4#EBCCF0
5#E8CFED
6#E6D2EA
7#E4D5E7
8#E2D8E4
9#E0DBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DD #F9DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F3C0 #F3C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | EA8F #EA8FFA | BordersInactive statesPlaceholder text |
| 400 | DF55 #DF55F7 | Disabled statesSecondary iconsMuted text |
| 500 | D524 #D524F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | B80A #B80AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9208 #9208AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6806 #68067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4304 #43044E | Primary textHigh emphasis contentDark headings |
| 950 | 2A02 #2A0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #FCF0FE;
--lavender-100: #F9DDFD;
--lavender-200: #F3C0FC;
--lavender-300: #EA8FFA;
--lavender-400: #DF55F7;
--lavender-500: #D524F5;
--lavender-600: #B80AD6;
--lavender-700: #9208AA;
--lavender-800: #68067A;
--lavender-900: #43044E;
--lavender-950: #2A0231;
}