Lavender
#F0DCFF
PurpleColor Codes
All color formats for development
HEX
#F0DCFFRGB
rgb(240, 220, 255)HSL
hsl(274, 100%, 93%)OKLCH
oklch(0.921 0.051 310.8)CMYK
cmyk(6%, 14%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DBACFF
2#C67CFF
3#B24DFF
4#9D1EFF
5#8600ED
6#6C00BE
7#51008E
8#36005F
9#1B002F
Tints
Lighter variations
1#F1DFFF
2#F3E2FF
3#F4E6FF
4#F6EAFF
5#F7EDFF
6#F9F1FF
7#FAF4FF
8#FCF8FF
9#FDFBFF
Tones
Muted variations
1#EFDDFD
2#EFDFFB
3#EFE1FA
4#EFE2F8
5#EEE4F6
6#EEE6F4
7#EEE8F3
8#EEEAF1
9#EDEBEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DB #F0DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E2BD #E2BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | CC8A #CC8AFF | BordersInactive statesPlaceholder text |
| 400 | B24D #B24DFF | Disabled statesSecondary iconsMuted text |
| 500 | 9C1A #9C1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 7F00 #7F00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6500 #6500B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4800 #480080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E00 #2E0052 | Primary textHigh emphasis contentDark headings |
| 950 | 1D00 #1D0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F8F0FF;
--lavender-100: #F0DBFF;
--lavender-200: #E2BDFF;
--lavender-300: #CC8AFF;
--lavender-400: #B24DFF;
--lavender-500: #9C1AFF;
--lavender-600: #7F00E0;
--lavender-700: #6500B3;
--lavender-800: #480080;
--lavender-900: #2E0052;
--lavender-950: #1D0033;
}