Lavender
#F4C5F7
PinkColor Codes
All color formats for development
HEX
#F4C5F7RGB
rgb(244, 197, 247)HSL
hsl(296, 76%, 87%)OKLCH
oklch(0.88 0.084 324.3)CMYK
cmyk(1%, 20%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EC9EF2
2#E577EC
3#DD50E7
4#D528E2
5#B81BC3
6#93159C
7#6E1075
8#4A0B4E
9#250527
Tints
Lighter variations
1#F5CAF8
2#F6D0F9
3#F7D6F9
4#F8DCFA
5#F9E2FB
6#FAE8FC
7#FCEDFD
8#FDF3FD
9#FEF9FE
Tones
Muted variations
1#F2C7F5
2#EFCAF2
3#EDCCEF
4#EBCFED
5#E9D1EA
6#E7D4E8
7#E4D6E5
8#E2D9E3
9#E0DBE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF2 #FCF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9E0 #F9E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F4C5 #F4C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | EB98 #EB98F1 | BordersInactive statesPlaceholder text |
| 400 | E162 #E162EA | Disabled statesSecondary iconsMuted text |
| 500 | D835 #D835E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | BA1B #BA1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9415 #94159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6A0F #6A0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 440A #440A48 | Primary textHigh emphasis contentDark headings |
| 950 | 2A06 #2A062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #FCF2FD;
--lavender-100: #F9E0FB;
--lavender-200: #F4C5F7;
--lavender-300: #EB98F1;
--lavender-400: #E162EA;
--lavender-500: #D835E3;
--lavender-600: #BA1BC5;
--lavender-700: #94159D;
--lavender-800: #6A0F70;
--lavender-900: #440A48;
--lavender-950: #2A062D;
}