Lavender
#F4C0FC
PinkColor Codes
All color formats for development
HEX
#F4C0FCRGB
rgb(244, 192, 252)HSL
hsl(292, 91%, 87%)OKLCH
oklch(0.873 0.098 321.9)CMYK
cmyk(3%, 24%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ED95FA
2#E56BF8
3#DE41F6
4#D616F4
5#B90AD4
6#9408A9
7#6F067F
8#4A0455
9#25022A
Tints
Lighter variations
1#F5C6FC
2#F6CCFD
3#F7D3FD
4#F8D9FD
5#F9DFFE
6#FBE6FE
7#FCECFE
8#FDF2FE
9#FEF9FF
Tones
Muted variations
1#F2C3F9
2#F0C6F6
3#EDC9F3
4#EBCCF0
5#E9CFED
6#E7D2EA
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 | F4C0 #F4C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | EB8F #EB8FFA | BordersInactive statesPlaceholder text |
| 400 | E155 #E155F7 | Disabled statesSecondary iconsMuted text |
| 500 | D924 #D924F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | BB0A #BB0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9508 #9508AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6A06 #6A067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4404 #44044E | Primary textHigh emphasis contentDark headings |
| 950 | 2B02 #2B0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #FCF0FE;
--lavender-100: #F9DDFD;
--lavender-200: #F4C0FC;
--lavender-300: #EB8FFA;
--lavender-400: #E155F7;
--lavender-500: #D924F5;
--lavender-600: #BB0AD6;
--lavender-700: #9508AA;
--lavender-800: #6A067A;
--lavender-900: #44044E;
--lavender-950: #2B0231;
}