Lavender
#F0C3F8
PinkColor Codes
All color formats for development
HEX
#F0C3F8RGB
rgb(240, 195, 248)HSL
hsl(291, 79%, 87%)OKLCH
oklch(0.873 0.086 321.2)CMYK
cmyk(3%, 21%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E69CF3
2#DC74EF
3#D24DEA
4#C925E5
5#AC17C7
6#8A139F
7#670E77
8#45094F
9#220528
Tints
Lighter variations
1#F2CAF9
2#F3D0F9
3#F5D5FA
4#F6DBFB
5#F8E1FC
6#F9E7FC
7#FBEDFD
8#FCF3FE
9#FEF9FE
Tones
Muted variations
1#EEC6F5
2#EDC9F3
3#EBCCF0
4#E9CEEE
5#E7D1EB
6#E5D3E8
7#E3D6E6
8#E2D9E3
9#E0DBE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DF #F7DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0C4 #F0C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | E596 #E596F3 | BordersInactive statesPlaceholder text |
| 400 | D75F #D75FEC | Disabled statesSecondary iconsMuted text |
| 500 | CC32 #CC32E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | AE18 #AE18C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8B13 #8B13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 630D #630D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3F09 #3F0949 | Primary textHigh emphasis contentDark headings |
| 950 | 2805 #28052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #FCF1FD;
--lavender-100: #F7DFFB;
--lavender-200: #F0C4F8;
--lavender-300: #E596F3;
--lavender-400: #D75FEC;
--lavender-500: #CC32E7;
--lavender-600: #AE18C9;
--lavender-700: #8B13A0;
--lavender-800: #630D72;
--lavender-900: #3F0949;
--lavender-950: #28052E;
}