Lavender
#F1DBFF
PurpleColor Codes
All color formats for development
HEX
#F1DBFFRGB
rgb(241, 219, 255)HSL
hsl(277, 100%, 93%)OKLCH
oklch(0.92 0.054 312.4)CMYK
cmyk(5%, 14%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DFACFF
2#CD7CFF
3#BB4DFF
4#A91EFF
5#9200ED
6#7500BE
7#58008E
8#3A005F
9#1D002F
Tints
Lighter variations
1#F3DFFF
2#F4E2FF
3#F5E6FF
4#F7EAFF
5#F8EDFF
6#FAF1FF
7#FBF4FF
8#FCF8FF
9#FEFBFF
Tones
Muted variations
1#F1DDFD
2#F0DFFB
3#F0E1FA
4#F0E2F8
5#EFE4F6
6#EFE6F4
7#EEE8F3
8#EEEAF1
9#EEEBEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DB #F1DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E6BD #E6BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | D28A #D28AFF | BordersInactive statesPlaceholder text |
| 400 | BB4D #BB4DFF | Disabled statesSecondary iconsMuted text |
| 500 | A71A #A71AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 8A00 #8A00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6E00 #6E00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4F00 #4F0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3200 #320052 | Primary textHigh emphasis contentDark headings |
| 950 | 1F00 #1F0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F9F0FF;
--lavender-100: #F1DBFF;
--lavender-200: #E6BDFF;
--lavender-300: #D28AFF;
--lavender-400: #BB4DFF;
--lavender-500: #A71AFF;
--lavender-600: #8A00E0;
--lavender-700: #6E00B3;
--lavender-800: #4F0080;
--lavender-900: #320052;
--lavender-950: #1F0033;
}