Lavender
#FBDFF0
PinkColor Codes
All color formats for development
HEX
#FBDFF0RGB
rgb(251, 223, 240)HSL
hsl(324, 78%, 93%)OKLCH
oklch(0.931 0.038 340.8)CMYK
cmyk(0%, 11%, 4%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F6B5DC
2#F18BC8
3#EB61B4
4#E636A0
5#D31A89
6#A9156E
7#7F1052
8#540A37
9#2A051B
Tints
Lighter variations
1#FBE2F1
2#FCE6F3
3#FCE9F4
4#FDECF6
5#FDEFF7
6#FDF2F9
7#FEF5FA
8#FEF9FC
9#FFFCFD
Tones
Muted variations
1#FAE1F0
2#F8E2EF
3#F7E3EF
4#F6E5EF
5#F4E6EF
6#F3E8EE
7#F1E9EE
8#F0EAEE
9#EFECED
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297CD | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60B4 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E6339E | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C81982 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1467 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49092F | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D061D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #FDF1F9;
--lavender-100: #FBDFF0;
--lavender-200: #F8C4E3;
--lavender-300: #F297CD;
--lavender-400: #EB60B4;
--lavender-500: #E6339E;
--lavender-600: #C81982;
--lavender-700: #9F1467;
--lavender-800: #710E4A;
--lavender-900: #49092F;
--lavender-950: #2D061D;
}