Lavender
#F8C4F7
PinkColor Codes
All color formats for development
HEX
#F8C4F7RGB
rgb(248, 196, 247)HSL
hsl(301, 79%, 87%)OKLCH
oklch(0.882 0.089 326.9)CMYK
cmyk(0%, 21%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F39CF2
2#EF74ED
3#EA4DE7
4#E525E2
5#C717C4
6#9F139D
7#770E75
8#4F094E
9#280527
Tints
Lighter variations
1#F9CAF8
2#F9D0F9
3#FAD5FA
4#FBDBFA
5#FCE1FB
6#FCE7FC
7#FDEDFD
8#FEF3FD
9#FEF9FE
Tones
Muted variations
1#F5C6F5
2#F3C9F2
3#F0CCF0
4#EECEED
5#EBD1EB
6#E8D3E8
7#E6D6E5
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 | F8C4 #F8C4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F396 #F396F1 | BordersInactive statesPlaceholder text |
| 400 | EC5F #EC5FEA | Disabled statesSecondary iconsMuted text |
| 500 | E732 #E732E4 | Primary brand colorCTAsActive elementsLinks |
| 600 | C918 #C918C6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A013 #A0139D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720D #720D70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490948 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E052D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #FDF1FD;
--lavender-100: #FBDFFB;
--lavender-200: #F8C4F7;
--lavender-300: #F396F1;
--lavender-400: #EC5FEA;
--lavender-500: #E732E4;
--lavender-600: #C918C6;
--lavender-700: #A0139D;
--lavender-800: #720D70;
--lavender-900: #490948;
--lavender-950: #2E052D;
}