Lavender
#F9DFFB
PinkColor Codes
All color formats for development
HEX
#F9DFFBRGB
rgb(249, 223, 251)HSL
hsl(296, 78%, 93%)OKLCH
oklch(0.933 0.046 323.7)CMYK
cmyk(1%, 11%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F2B5F6
2#EA8BF1
3#E261EB
4#DA36E6
5#C71AD3
6#9F15A9
7#77107F
8#4F0A54
9#28052A
Tints
Lighter variations
1#FAE2FB
2#FAE6FC
3#FBE9FC
4#FCECFD
5#FCEFFD
6#FDF2FD
7#FDF5FE
8#FEF9FE
9#FEFCFF
Tones
Muted variations
1#F8E1FA
2#F7E2F8
3#F6E3F7
4#F4E5F6
5#F3E6F4
6#F2E8F3
7#F1E9F1
8#F0EAF0
9#EEECEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DF #F9DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F4C4 #F4C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | EC97 #EC97F2 | BordersInactive statesPlaceholder text |
| 400 | E260 #E260EB | Disabled statesSecondary iconsMuted text |
| 500 | DA33 #DA33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | BC19 #BC19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9614 #96149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6B0E #6B0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4409 #440949 | Primary textHigh emphasis contentDark headings |
| 950 | 2B06 #2B062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #FDF1FD;
--lavender-100: #F9DFFB;
--lavender-200: #F4C4F8;
--lavender-300: #EC97F2;
--lavender-400: #E260EB;
--lavender-500: #DA33E6;
--lavender-600: #BC19C8;
--lavender-700: #96149F;
--lavender-800: #6B0E71;
--lavender-900: #440949;
--lavender-950: #2B062D;
}