Lavender
#F3C1FB
PinkColor Codes
All color formats for development
HEX
#F3C1FBRGB
rgb(243, 193, 251)HSL
hsl(292, 88%, 87%)OKLCH
oklch(0.873 0.095 321.7)CMYK
cmyk(3%, 23%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EB97F8
2#E46DF6
3#DC44F3
4#D41AF0
5#B70DD1
6#920BA7
7#6E087D
8#490553
9#25032A
Tints
Lighter variations
1#F4C7FB
2#F6CDFC
3#F7D3FC
4#F8DAFD
5#F9E0FD
6#FAE6FD
7#FBECFE
8#FDF3FE
9#FEF9FF
Tones
Muted variations
1#F1C4F8
2#EFC7F5
3#EDC9F2
4#EBCCEF
5#E9CFEC
6#E6D2EA
7#E4D5E7
8#E2D8E4
9#E0DBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DD #F9DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F3C1 #F3C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | EA91 #EA91F8 | BordersInactive statesPlaceholder text |
| 400 | DF57 #DF57F4 | Disabled statesSecondary iconsMuted text |
| 500 | D627 #D627F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | B90D #B90DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 930B #930BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6908 #690878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4305 #43054D | Primary textHigh emphasis contentDark headings |
| 950 | 2A03 #2A0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #FCF1FE;
--lavender-100: #F9DDFD;
--lavender-200: #F3C1FB;
--lavender-300: #EA91F8;
--lavender-400: #DF57F4;
--lavender-500: #D627F1;
--lavender-600: #B90DD3;
--lavender-700: #930BA8;
--lavender-800: #690878;
--lavender-900: #43054D;
--lavender-950: #2A0330;
}