Lavender
#F1C1FB
PinkColor Codes
All color formats for development
HEX
#F1C1FBRGB
rgb(241, 193, 251)HSL
hsl(290, 88%, 87%)OKLCH
oklch(0.871 0.094 320.5)CMYK
cmyk(4%, 23%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E897F8
2#DF6DF6
3#D644F3
4#CD1AF0
5#B00DD1
6#8D0BA7
7#6A087D
8#460553
9#23032A
Tints
Lighter variations
1#F3C7FB
2#F4CDFC
3#F5D3FC
4#F7DAFD
5#F8E0FD
6#FAE6FD
7#FBECFE
8#FCF3FE
9#FEF9FF
Tones
Muted variations
1#EFC4F8
2#EDC7F5
3#EBC9F2
4#EACCEF
5#E8CFEC
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 | F8DD #F8DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F1C1 #F1C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | E791 #E791F8 | BordersInactive statesPlaceholder text |
| 400 | DA57 #DA57F4 | Disabled statesSecondary iconsMuted text |
| 500 | D027 #D027F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | B20D #B20DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8E0B #8E0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6508 #650878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4105 #41054D | Primary textHigh emphasis contentDark headings |
| 950 | 2803 #280330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #FCF1FE;
--lavender-100: #F8DDFD;
--lavender-200: #F1C1FB;
--lavender-300: #E791F8;
--lavender-400: #DA57F4;
--lavender-500: #D027F1;
--lavender-600: #B20DD3;
--lavender-700: #8E0BA8;
--lavender-800: #650878;
--lavender-900: #41054D;
--lavender-950: #280330;
}