Lavender
#F4BFFD
PinkColor Codes
All color formats for development
HEX
#F4BFFDRGB
rgb(244, 191, 253)HSL
hsl(291, 94%, 87%)OKLCH
oklch(0.871 0.101 321.5)CMYK
cmyk(4%, 25%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EC94FC
2#E469FA
3#DD3EF9
4#D513F8
5#B807D7
6#9305AC
7#6E0481
8#4A0356
9#25012B
Tints
Lighter variations
1#F5C5FD
2#F6CCFD
3#F7D2FE
4#F8D8FE
5#F9DFFE
6#FAE5FE
7#FCECFE
8#FDF2FF
9#FEF9FF
Tones
Muted variations
1#F1C2FA
2#EFC5F7
3#EDC8F4
4#EBCBF1
5#E9CEED
6#E7D1EA
7#E4D5E7
8#E2D8E4
9#E0DBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DC #F9DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F4BF #F4BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | EB8D #EB8DFB | BordersInactive statesPlaceholder text |
| 400 | E052 #E052FA | Disabled statesSecondary iconsMuted text |
| 500 | D820 #D820F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | BA07 #BA07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9405 #9405AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6A04 #6A047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4402 #44024F | Primary textHigh emphasis contentDark headings |
| 950 | 2A02 #2A0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #FCF0FF;
--lavender-100: #F9DCFE;
--lavender-200: #F4BFFD;
--lavender-300: #EB8DFB;
--lavender-400: #E052FA;
--lavender-500: #D820F8;
--lavender-600: #BA07DA;
--lavender-700: #9405AD;
--lavender-800: #6A047C;
--lavender-900: #44024F;
--lavender-950: #2A0231;
}