Lavender
#FBDFEF
PinkColor Codes
All color formats for development
HEX
#FBDFEFRGB
rgb(251, 223, 239)HSL
hsl(326, 78%, 93%)OKLCH
oklch(0.931 0.037 342.5)CMYK
cmyk(0%, 11%, 5%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F6B5DA
2#F18BC5
3#EB61AF
4#E6369A
5#D31A83
6#A91569
7#7F104F
8#540A34
9#2A051A
Tints
Lighter variations
1#FBE2F1
2#FCE6F2
3#FCE9F4
4#FDECF5
5#FDEFF7
6#FDF2F9
7#FEF5FA
8#FEF9FC
9#FFFCFD
Tones
Muted variations
1#FAE1EF
2#F8E2EF
3#F7E3EE
4#F6E5EE
5#F4E6EE
6#F3E8EE
7#F1E9EE
8#F0EAEE
9#EFECED
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297CA | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60AF | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E63398 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C8197C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1463 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E46 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49092D | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D061C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #FDF1F8;
--lavender-100: #FBDFEF;
--lavender-200: #F8C4E1;
--lavender-300: #F297CA;
--lavender-400: #EB60AF;
--lavender-500: #E63398;
--lavender-600: #C8197C;
--lavender-700: #9F1463;
--lavender-800: #710E46;
--lavender-900: #49092D;
--lavender-950: #2D061C;
}