Lavender
#F1C3F8
PinkColor Codes
All color formats for development
HEX
#F1C3F8RGB
rgb(241, 195, 248)HSL
hsl(292, 79%, 87%)OKLCH
oklch(0.874 0.087 321.9)CMYK
cmyk(3%, 21%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E89CF3
2#DE74EF
3#D54DEA
4#CC25E5
5#AF17C7
6#8C139F
7#690E77
8#46094F
9#230528
Tints
Lighter variations
1#F2CAF9
2#F4D0F9
3#F5D5FA
4#F7DBFB
5#F8E1FC
6#F9E7FC
7#FBEDFD
8#FCF3FE
9#FEF9FE
Tones
Muted variations
1#EFC6F5
2#EDC9F3
3#EBCCF0
4#E9CEEE
5#E7D1EB
6#E6D3E8
7#E4D6E6
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 | F1C4 #F1C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | E696 #E696F3 | BordersInactive statesPlaceholder text |
| 400 | D95F #D95FEC | Disabled statesSecondary iconsMuted text |
| 500 | CF32 #CF32E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | B118 #B118C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8D13 #8D13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 650D #650D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4009 #400949 | 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: #F1C4F8;
--lavender-300: #E696F3;
--lavender-400: #D95FEC;
--lavender-500: #CF32E7;
--lavender-600: #B118C9;
--lavender-700: #8D13A0;
--lavender-800: #650D72;
--lavender-900: #400949;
--lavender-950: #28052E;
}