Lavender
#F7C4F8
PinkColor Codes
All color formats for development
HEX
#F7C4F8RGB
rgb(247, 196, 248)HSL
hsl(299, 79%, 87%)OKLCH
oklch(0.881 0.089 325.7)CMYK
cmyk(0%, 21%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F29CF3
2#ED74EF
3#E74DEA
4#E225E5
5#C417C7
6#9D139F
7#750E77
8#4E094F
9#270528
Tints
Lighter variations
1#F8CAF9
2#F9D0F9
3#FAD5FA
4#FADBFB
5#FBE1FC
6#FCE7FC
7#FDEDFD
8#FDF3FE
9#FEF9FE
Tones
Muted variations
1#F5C6F5
2#F2C9F3
3#F0CCF0
4#EDCEEE
5#EBD1EB
6#E8D3E8
7#E5D6E6
8#E3D9E3
9#E0DBE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C4 #F7C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | F196 #F196F3 | BordersInactive statesPlaceholder text |
| 400 | EA5F #EA5FEC | Disabled statesSecondary iconsMuted text |
| 500 | E432 #E432E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | C618 #C618C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D13 #9D13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700D #700D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4809 #480949 | Primary textHigh emphasis contentDark headings |
| 950 | 2D05 #2D052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #FDF1FD;
--lavender-100: #FBDFFB;
--lavender-200: #F7C4F8;
--lavender-300: #F196F3;
--lavender-400: #EA5FEC;
--lavender-500: #E432E7;
--lavender-600: #C618C9;
--lavender-700: #9D13A0;
--lavender-800: #700D72;
--lavender-900: #480949;
--lavender-950: #2D052E;
}