Lavender
#F1DFFB
PurpleColor Codes
All color formats for development
HEX
#F1DFFBRGB
rgb(241, 223, 251)HSL
hsl(279, 78%, 93%)OKLCH
oklch(0.926 0.042 313.7)CMYK
cmyk(4%, 11%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DFB5F6
2#CD8BF1
3#BB61EB
4#A936E6
5#921AD3
6#7515A9
7#58107F
8#3B0A54
9#1D052A
Tints
Lighter variations
1#F3E2FB
2#F4E6FC
3#F5E9FC
4#F7ECFD
5#F8EFFD
6#FAF2FD
7#FBF5FE
8#FCF9FE
9#FEFCFF
Tones
Muted variations
1#F1E1FA
2#F0E2F8
3#F0E3F7
4#F0E5F6
5#EFE6F4
6#EFE8F3
7#EEE9F1
8#EEEAF0
9#EEECEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DF #F1DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E6C4 #E6C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | D297 #D297F2 | BordersInactive statesPlaceholder text |
| 400 | BB60 #BB60EB | Disabled statesSecondary iconsMuted text |
| 500 | A733 #A733E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8A19 #8A19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6E14 #6E149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4F0E #4F0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3209 #320949 | Primary textHigh emphasis contentDark headings |
| 950 | 1F06 #1F062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F9F1FD;
--lavender-100: #F1DFFB;
--lavender-200: #E6C4F8;
--lavender-300: #D297F2;
--lavender-400: #BB60EB;
--lavender-500: #A733E6;
--lavender-600: #8A19C8;
--lavender-700: #6E149F;
--lavender-800: #4F0E71;
--lavender-900: #320949;
--lavender-950: #1F062D;
}