Lavender
#FBDEFC
PinkColor Codes
All color formats for development
HEX
#FBDEFCRGB
rgb(251, 222, 252)HSL
hsl(298, 83%, 93%)OKLCH
oklch(0.933 0.051 325)CMYK
cmyk(0%, 12%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F6B3F8
2#F088F4
3#EB5CF0
4#E631EC
5#D214D9
6#A810AE
7#7E0C82
8#540857
9#2A042B
Tints
Lighter variations
1#FBE2FC
2#FCE5FD
3#FCE8FD
4#FDEBFD
5#FDEFFD
6#FDF2FE
7#FEF5FE
8#FEF8FE
9#FFFCFF
Tones
Muted variations
1#FAE0FA
2#F8E1F9
3#F7E3F8
4#F5E4F6
5#F4E6F5
6#F3E7F3
7#F1E9F2
8#F0EAF0
9#EFECEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDE #FBDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C2 #F8C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F294 #F294F5 | BordersInactive statesPlaceholder text |
| 400 | EB5C #EB5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | E52D #E52DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | C713 #C713CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E0F #9E0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710B #710B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4807 #48074B | Primary textHigh emphasis contentDark headings |
| 950 | 2D04 #2D042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #FDF1FE;
--lavender-100: #FBDEFC;
--lavender-200: #F8C2F9;
--lavender-300: #F294F5;
--lavender-400: #EB5CF0;
--lavender-500: #E52DEB;
--lavender-600: #C713CD;
--lavender-700: #9E0FA3;
--lavender-800: #710B75;
--lavender-900: #48074B;
--lavender-950: #2D042F;
}