Lavender
#FFDBEC
PinkColor Codes
All color formats for development
HEX
#FFDBECRGB
rgb(255, 219, 236)HSL
hsl(332, 100%, 93%)OKLCH
oklch(0.926 0.045 347.9)CMYK
cmyk(0%, 14%, 7%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FFACD3
2#FF7CB9
3#FF4DA0
4#FF1E87
5#ED006F
6#BE0059
7#8E0042
8#5F002C
9#2F0016
Tints
Lighter variations
1#FFDFEE
2#FFE2F0
3#FFE6F2
4#FFEAF4
5#FFEDF5
6#FFF1F7
7#FFF4F9
8#FFF8FB
9#FFFBFD
Tones
Muted variations
1#FDDDEC
2#FBDFEC
3#FAE1EC
4#F8E2EC
5#F6E4ED
6#F4E6ED
7#F3E8ED
8#F1EAED
9#EFEBED
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDB #FFDBEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFBD #FFBDDC | Secondary backgroundsInput backgroundsDividers |
| 300 | FF8A #FF8AC0 | BordersInactive statesPlaceholder text |
| 400 | FF4D #FF4DA0 | Disabled statesSecondary iconsMuted text |
| 500 | FF1A #FF1A85 | Primary brand colorCTAsActive elementsLinks |
| 600 | E000 #E00069 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B300 #B30053 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8000 #80003C | Text on light backgroundsHeadingsStrong borders |
| 900 | 5200 #520026 | Primary textHigh emphasis contentDark headings |
| 950 | 3300 #330018 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #FFF0F7;
--lavender-100: #FFDBEC;
--lavender-200: #FFBDDC;
--lavender-300: #FF8AC0;
--lavender-400: #FF4DA0;
--lavender-500: #FF1A85;
--lavender-600: #E00069;
--lavender-700: #B30053;
--lavender-800: #80003C;
--lavender-900: #520026;
--lavender-950: #330018;
}