Lavender
#FBDFEC
PinkColor Codes
All color formats for development
HEX
#FBDFECRGB
rgb(251, 223, 236)HSL
hsl(332, 78%, 93%)OKLCH
oklch(0.93 0.035 348)CMYK
cmyk(0%, 11%, 6%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F6B5D3
2#F18BBA
3#EB61A1
4#E63688
5#D31A70
6#A9155A
7#7F1043
8#540A2D
9#2A0516
Tints
Lighter variations
1#FBE2EE
2#FCE6F0
3#FCE9F2
4#FDECF4
5#FDEFF6
6#FDF2F7
7#FEF5F9
8#FEF9FB
9#FFFCFD
Tones
Muted variations
1#FAE1EC
2#F8E2EC
3#F7E3ED
4#F6E5ED
5#F4E6ED
6#F3E8ED
7#F1E9ED
8#F0EAED
9#EFECED
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4DC | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297C1 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60A1 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E63386 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C8196A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1455 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E3C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490927 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0618 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #FDF1F7;
--lavender-100: #FBDFEC;
--lavender-200: #F8C4DC;
--lavender-300: #F297C1;
--lavender-400: #EB60A1;
--lavender-500: #E63386;
--lavender-600: #C8196A;
--lavender-700: #9F1455;
--lavender-800: #710E3C;
--lavender-900: #490927;
--lavender-950: #2D0618;
}