Lavender
#F8BFFD
PinkColor Codes
All color formats for development
HEX
#F8BFFDRGB
rgb(248, 191, 253)HSL
hsl(295, 94%, 87%)OKLCH
oklch(0.875 0.103 323.7)CMYK
cmyk(2%, 25%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F394FC
2#EE69FA
3#E93EF9
4#E513F8
5#C607D7
6#9E05AC
7#770481
8#4F0356
9#28012B
Tints
Lighter variations
1#F9C5FD
2#F9CCFD
3#FAD2FE
4#FBD8FE
5#FBDFFE
6#FCE5FE
7#FDECFE
8#FEF2FF
9#FEF9FF
Tones
Muted variations
1#F5C2FA
2#F3C5F7
3#F0C8F4
4#EDCBF1
5#EBCEED
6#E8D1EA
7#E6D5E7
8#E3D8E4
9#E0DBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDC #FBDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8BF #F8BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | F28D #F28DFB | BordersInactive statesPlaceholder text |
| 400 | EC52 #EC52FA | Disabled statesSecondary iconsMuted text |
| 500 | E620 #E620F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | C807 #C807DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F05 #9F05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7204 #72047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4902 #49024F | Primary textHigh emphasis contentDark headings |
| 950 | 2D02 #2D0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #FDF0FF;
--lavender-100: #FBDCFE;
--lavender-200: #F8BFFD;
--lavender-300: #F28DFB;
--lavender-400: #EC52FA;
--lavender-500: #E620F8;
--lavender-600: #C807DA;
--lavender-700: #9F05AD;
--lavender-800: #72047C;
--lavender-900: #49024F;
--lavender-950: #2D0231;
}