Lavender
#F2C3F8
PinkColor Codes
All color formats for development
HEX
#F2C3F8RGB
rgb(242, 195, 248)HSL
hsl(293, 79%, 87%)OKLCH
oklch(0.875 0.088 322.6)CMYK
cmyk(2%, 21%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E99CF3
2#E074EF
3#D84DEA
4#CF25E5
5#B217C7
6#8E139F
7#6B0E77
8#47094F
9#240528
Tints
Lighter variations
1#F3CAF9
2#F5D0F9
3#F6D5FA
4#F7DBFB
5#F8E1FC
6#FAE7FC
7#FBEDFD
8#FCF3FE
9#FEF9FE
Tones
Muted variations
1#F0C6F5
2#EEC9F3
3#ECCCF0
4#EACEEE
5#E8D1EB
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 | F8DF #F8DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F2C4 #F2C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | E896 #E896F3 | BordersInactive statesPlaceholder text |
| 400 | DC5F #DC5FEC | Disabled statesSecondary iconsMuted text |
| 500 | D232 #D232E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | B418 #B418C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8F13 #8F13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 660D #660D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4209 #420949 | Primary textHigh emphasis contentDark headings |
| 950 | 2905 #29052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #FCF1FD;
--lavender-100: #F8DFFB;
--lavender-200: #F2C4F8;
--lavender-300: #E896F3;
--lavender-400: #DC5FEC;
--lavender-500: #D232E7;
--lavender-600: #B418C9;
--lavender-700: #8F13A0;
--lavender-800: #660D72;
--lavender-900: #420949;
--lavender-950: #29052E;
}